addie11 commited on
Commit
8760c6a
1 Parent(s): ff7a449

Training in progress, epoch 1

Browse files
Files changed (20) hide show
  1. config.json +41 -0
  2. model.safetensors +3 -0
  3. runs/Jul04_17-14-19_MAC-TC6LN46Q32/events.out.tfevents.1720106102.MAC-TC6LN46Q32.49345.0 +3 -0
  4. runs/Jul04_17-18-20_MAC-TC6LN46Q32/events.out.tfevents.1720106312.MAC-TC6LN46Q32.49345.1 +3 -0
  5. runs/Jul04_17-18-43_MAC-TC6LN46Q32/events.out.tfevents.1720106323.MAC-TC6LN46Q32.49345.2 +3 -0
  6. runs/Jul04_17-20-03_MAC-TC6LN46Q32/events.out.tfevents.1720106405.MAC-TC6LN46Q32.49345.3 +3 -0
  7. runs/Jul04_17-20-26_MAC-TC6LN46Q32/events.out.tfevents.1720106427.MAC-TC6LN46Q32.49345.4 +3 -0
  8. runs/Jul04_17-28-01_MAC-TC6LN46Q32/events.out.tfevents.1720107147.MAC-TC6LN46Q32.49345.5 +3 -0
  9. runs/Jul04_17-33-19_MAC-TC6LN46Q32/events.out.tfevents.1720107201.MAC-TC6LN46Q32.49345.6 +3 -0
  10. runs/Jul04_17-42-37_MAC-TC6LN46Q32/events.out.tfevents.1720107762.MAC-TC6LN46Q32.49345.7 +3 -0
  11. runs/Jul04_17-42-37_MAC-TC6LN46Q32/events.out.tfevents.1720107870.MAC-TC6LN46Q32.49345.8 +3 -0
  12. runs/Jul04_17-54-55_MAC-TC6LN46Q32/events.out.tfevents.1720108509.MAC-TC6LN46Q32.49345.9 +3 -0
  13. runs/Jul04_17-55-27_MAC-TC6LN46Q32/events.out.tfevents.1720108530.MAC-TC6LN46Q32.49345.10 +3 -0
  14. runs/Jul04_17-55-43_MAC-TC6LN46Q32/events.out.tfevents.1720108545.MAC-TC6LN46Q32.49345.11 +3 -0
  15. runs/Jul05_12-17-51_MAC-TC6LN46Q32/events.out.tfevents.1720174676.MAC-TC6LN46Q32.1315.0 +3 -0
  16. runs/Jul05_12-20-36_MAC-TC6LN46Q32/events.out.tfevents.1720174839.MAC-TC6LN46Q32.1315.1 +3 -0
  17. special_tokens_map.json +7 -0
  18. tokenizer_config.json +57 -0
  19. training_args.bin +3 -0
  20. vocab.txt +0 -0
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.40.0",
40
+ "vocab_size": 30522
41
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:110f2d9c7ca4e879d745da8d0abd1d156aefe74bba8369fa0c3578f98161c5e0
3
+ size 267844872
runs/Jul04_17-14-19_MAC-TC6LN46Q32/events.out.tfevents.1720106102.MAC-TC6LN46Q32.49345.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fac776c38543228a0badb138b36494726c899bd4a955371c3a62881266d152a
3
+ size 5067
runs/Jul04_17-18-20_MAC-TC6LN46Q32/events.out.tfevents.1720106312.MAC-TC6LN46Q32.49345.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4358d5c6b808692a2ada8565bbc708d6e315a02d5eb6addeeff4988489dc5601
3
+ size 5066
runs/Jul04_17-18-43_MAC-TC6LN46Q32/events.out.tfevents.1720106323.MAC-TC6LN46Q32.49345.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d972e5feef0c6a6713ee106fdb76ae55c056f91236e3b3194bb663852939124
3
+ size 5066
runs/Jul04_17-20-03_MAC-TC6LN46Q32/events.out.tfevents.1720106405.MAC-TC6LN46Q32.49345.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e372160a73188b837d513a5e74fc2571f0098c93174b8ab26fda0d2563c94510
3
+ size 5067
runs/Jul04_17-20-26_MAC-TC6LN46Q32/events.out.tfevents.1720106427.MAC-TC6LN46Q32.49345.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d08a1199983d52340418340cd153ef2baaf461686097e48fbd80698d6d1c639
3
+ size 5067
runs/Jul04_17-28-01_MAC-TC6LN46Q32/events.out.tfevents.1720107147.MAC-TC6LN46Q32.49345.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c09cf09248a5edb7f224880275748e4f0240c5ac28e15208979748c127a4189b
3
+ size 5067
runs/Jul04_17-33-19_MAC-TC6LN46Q32/events.out.tfevents.1720107201.MAC-TC6LN46Q32.49345.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a42ae4ae6c396b191acb71c60992482dd721898884a9ac6ab36531f8b0658213
3
+ size 5066
runs/Jul04_17-42-37_MAC-TC6LN46Q32/events.out.tfevents.1720107762.MAC-TC6LN46Q32.49345.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b08dba7002ef71edfa87812f6b2d3d79958d833874631308abd84553f81a104
3
+ size 5066
runs/Jul04_17-42-37_MAC-TC6LN46Q32/events.out.tfevents.1720107870.MAC-TC6LN46Q32.49345.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e33f3b4fb1c0d20b76eb0699951121f7afae0f675410e7f7b2d91cdbccb9045
3
+ size 5066
runs/Jul04_17-54-55_MAC-TC6LN46Q32/events.out.tfevents.1720108509.MAC-TC6LN46Q32.49345.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ce2499e21db1eb602001b181f1b1056faaf33b776f621987f41c48d76c4be50
3
+ size 5066
runs/Jul04_17-55-27_MAC-TC6LN46Q32/events.out.tfevents.1720108530.MAC-TC6LN46Q32.49345.10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f863f0cb3088a7f1bb0976fbf517677abfb342850847a3634f8d3c8e315237db
3
+ size 5067
runs/Jul04_17-55-43_MAC-TC6LN46Q32/events.out.tfevents.1720108545.MAC-TC6LN46Q32.49345.11 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78ad1d7997ee922eeb570b9b010d70194b4ed932cf58c2c3b8e934b8939a71ea
3
+ size 5067
runs/Jul05_12-17-51_MAC-TC6LN46Q32/events.out.tfevents.1720174676.MAC-TC6LN46Q32.1315.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9b29a97011b6dc0781548c8bfaa4b572d2492597f248d79a97c44e2b9b2cfd5
3
+ size 4904
runs/Jul05_12-20-36_MAC-TC6LN46Q32/events.out.tfevents.1720174839.MAC-TC6LN46Q32.1315.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4101eaddbc3156c66924b216a78e7966426be82cf77490dc56fe6df5f34aeaad
3
+ size 5535
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_basic_tokenize": true,
47
+ "do_lower_case": true,
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 512,
50
+ "never_split": null,
51
+ "pad_token": "[PAD]",
52
+ "sep_token": "[SEP]",
53
+ "strip_accents": null,
54
+ "tokenize_chinese_chars": true,
55
+ "tokenizer_class": "DistilBertTokenizer",
56
+ "unk_token": "[UNK]"
57
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc6eb9f2821e7cee8f80168029fcc68a1428a6f04fbb937c47c3a9d5ff6748c8
3
+ size 5048
vocab.txt ADDED
The diff for this file is too large to render. See raw diff