scjones commited on
Commit
f1d9e07
·
1 Parent(s): 88e403e

Training in progress, step 500

Browse files
Files changed (22) hide show
  1. .gitignore +1 -0
  2. config.json +41 -0
  3. pytorch_model.bin +3 -0
  4. runs/Jun20_23-38-17_ae61998b2cd0/1655768590.0152066/events.out.tfevents.1655768590.ae61998b2cd0.72.1 +3 -0
  5. runs/Jun20_23-38-17_ae61998b2cd0/1655768623.7835147/events.out.tfevents.1655768623.ae61998b2cd0.72.3 +3 -0
  6. runs/Jun20_23-38-17_ae61998b2cd0/1655769179.4773502/events.out.tfevents.1655769179.ae61998b2cd0.72.5 +3 -0
  7. runs/Jun20_23-38-17_ae61998b2cd0/1655769334.9877503/events.out.tfevents.1655769334.ae61998b2cd0.72.7 +3 -0
  8. runs/Jun20_23-38-17_ae61998b2cd0/1655769431.5308356/events.out.tfevents.1655769431.ae61998b2cd0.72.9 +3 -0
  9. runs/Jun20_23-38-17_ae61998b2cd0/1655769725.050482/events.out.tfevents.1655769725.ae61998b2cd0.72.11 +3 -0
  10. runs/Jun20_23-38-17_ae61998b2cd0/1655769863.107366/events.out.tfevents.1655769863.ae61998b2cd0.72.13 +3 -0
  11. runs/Jun20_23-38-17_ae61998b2cd0/events.out.tfevents.1655768589.ae61998b2cd0.72.0 +3 -0
  12. runs/Jun20_23-38-17_ae61998b2cd0/events.out.tfevents.1655768623.ae61998b2cd0.72.2 +3 -0
  13. runs/Jun20_23-38-17_ae61998b2cd0/events.out.tfevents.1655769179.ae61998b2cd0.72.4 +3 -0
  14. runs/Jun20_23-38-17_ae61998b2cd0/events.out.tfevents.1655769334.ae61998b2cd0.72.6 +3 -0
  15. runs/Jun20_23-38-17_ae61998b2cd0/events.out.tfevents.1655769431.ae61998b2cd0.72.8 +3 -0
  16. runs/Jun20_23-38-17_ae61998b2cd0/events.out.tfevents.1655769725.ae61998b2cd0.72.10 +3 -0
  17. runs/Jun20_23-38-17_ae61998b2cd0/events.out.tfevents.1655769863.ae61998b2cd0.72.12 +3 -0
  18. special_tokens_map.json +1 -0
  19. tokenizer.json +0 -0
  20. tokenizer_config.json +1 -0
  21. training_args.bin +3 -0
  22. vocab.txt +0 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "LABEL_0",
13
+ "1": "LABEL_1",
14
+ "2": "LABEL_2",
15
+ "3": "LABEL_3",
16
+ "4": "LABEL_4",
17
+ "5": "LABEL_5"
18
+ },
19
+ "initializer_range": 0.02,
20
+ "label2id": {
21
+ "LABEL_0": 0,
22
+ "LABEL_1": 1,
23
+ "LABEL_2": 2,
24
+ "LABEL_3": 3,
25
+ "LABEL_4": 4,
26
+ "LABEL_5": 5
27
+ },
28
+ "max_position_embeddings": 512,
29
+ "model_type": "distilbert",
30
+ "n_heads": 12,
31
+ "n_layers": 6,
32
+ "pad_token_id": 0,
33
+ "problem_type": "single_label_classification",
34
+ "qa_dropout": 0.1,
35
+ "seq_classif_dropout": 0.2,
36
+ "sinusoidal_pos_embds": false,
37
+ "tie_weights_": true,
38
+ "torch_dtype": "float32",
39
+ "transformers_version": "4.11.3",
40
+ "vocab_size": 30522
41
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fbef35ddbc3df2b9775fe6e6775268447788915395f63ece868823eeb43c127
3
+ size 267872369
runs/Jun20_23-38-17_ae61998b2cd0/1655768590.0152066/events.out.tfevents.1655768590.ae61998b2cd0.72.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab0bdca4ad5d77b2fa71297f4c6ff2f6caf0c26d15527b0bcf864e6c0f32d963
3
+ size 4582
runs/Jun20_23-38-17_ae61998b2cd0/1655768623.7835147/events.out.tfevents.1655768623.ae61998b2cd0.72.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5eb3d319cec2c3c1260c0b48d3ec0d16f4f766b23a6b506598fcfc82f171bd30
3
+ size 4582
runs/Jun20_23-38-17_ae61998b2cd0/1655769179.4773502/events.out.tfevents.1655769179.ae61998b2cd0.72.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1dad7903538c8776b8da791499f38ded51d3fd3037ce32ecb5fe14791bb0427
3
+ size 4582
runs/Jun20_23-38-17_ae61998b2cd0/1655769334.9877503/events.out.tfevents.1655769334.ae61998b2cd0.72.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3af9cea8b5c176b4d694b39fa0193a3feab0a7ba767139fec9265c426328f6d
3
+ size 4582
runs/Jun20_23-38-17_ae61998b2cd0/1655769431.5308356/events.out.tfevents.1655769431.ae61998b2cd0.72.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4aeb021c627f572623902be7e19c80942acbba02977011eef377b901e7c24530
3
+ size 4582
runs/Jun20_23-38-17_ae61998b2cd0/1655769725.050482/events.out.tfevents.1655769725.ae61998b2cd0.72.11 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d08f0fa8e1863c76419e0b855573375ce7e2155b6eca17aa3a1a33cd681c2d5f
3
+ size 4582
runs/Jun20_23-38-17_ae61998b2cd0/1655769863.107366/events.out.tfevents.1655769863.ae61998b2cd0.72.13 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79282b3dc044d8a16f90660f83b79e9d786f7fd0419d571b305d0145d3d72934
3
+ size 4582
runs/Jun20_23-38-17_ae61998b2cd0/events.out.tfevents.1655768589.ae61998b2cd0.72.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd0a534c7c5e9d0b9ca77a7c1c9638234db29f74b65771ac49e132965e939b3b
3
+ size 3374
runs/Jun20_23-38-17_ae61998b2cd0/events.out.tfevents.1655768623.ae61998b2cd0.72.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:338abefe764a2203d2da6f71c70564646e8519b9cce9c5ba682b9822af589c15
3
+ size 3374
runs/Jun20_23-38-17_ae61998b2cd0/events.out.tfevents.1655769179.ae61998b2cd0.72.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff61d078d2aeff90c41e56d723b47270ec3b84f74c4e9eb82ac1e30d305555f1
3
+ size 3374
runs/Jun20_23-38-17_ae61998b2cd0/events.out.tfevents.1655769334.ae61998b2cd0.72.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3b705a5c0ce2b6b515cc8fec1be92c8c78cc334f2e6c9b636c165e03e58ced4
3
+ size 3374
runs/Jun20_23-38-17_ae61998b2cd0/events.out.tfevents.1655769431.ae61998b2cd0.72.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5b01fa1be823104e727e56b2ddbcbef4581dc41d5f34761f6636c2acec1b97b
3
+ size 3374
runs/Jun20_23-38-17_ae61998b2cd0/events.out.tfevents.1655769725.ae61998b2cd0.72.10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef0f89eddd7e9031b5eda8648f29ae568ed87f4f311b3f614caa429d7b0df897
3
+ size 3531
runs/Jun20_23-38-17_ae61998b2cd0/events.out.tfevents.1655769863.ae61998b2cd0.72.12 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5388c008d1de5fda6f63c7f9b48c181063b8c4e804dc73eb53933aa9e0bbd70
3
+ size 4106
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "distilbert-base-uncased", "tokenizer_class": "DistilBertTokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c69f72eb0cf85f911272937ec6a40c52b920fe852d5c68008b4ba80dc2c0bfc
3
+ size 2863
vocab.txt ADDED
The diff for this file is too large to render. See raw diff