panagath commited on
Commit
750f8ab
1 Parent(s): 96a89b9

Training in progress, step 500

Browse files
Files changed (34) hide show
  1. .gitignore +1 -0
  2. config.json +41 -0
  3. pytorch_model.bin +3 -0
  4. runs/Jan02_20-08-54_POSEIDON/1672682965.3622868/events.out.tfevents.1672682965.POSEIDON.8144.1 +3 -0
  5. runs/Jan02_20-08-54_POSEIDON/1672683090.7018578/events.out.tfevents.1672683090.POSEIDON.8144.3 +3 -0
  6. runs/Jan02_20-08-54_POSEIDON/events.out.tfevents.1672682965.POSEIDON.8144.0 +3 -0
  7. runs/Jan02_20-08-54_POSEIDON/events.out.tfevents.1672683090.POSEIDON.8144.2 +3 -0
  8. runs/Jan02_20-11-56_POSEIDON/1672683124.4014962/events.out.tfevents.1672683124.POSEIDON.8144.5 +3 -0
  9. runs/Jan02_20-11-56_POSEIDON/events.out.tfevents.1672683124.POSEIDON.8144.4 +3 -0
  10. runs/Jan02_20-12-26_POSEIDON/1672683154.4442282/events.out.tfevents.1672683154.POSEIDON.8144.7 +3 -0
  11. runs/Jan02_20-12-26_POSEIDON/events.out.tfevents.1672683154.POSEIDON.8144.6 +3 -0
  12. runs/Jan02_20-12-45_POSEIDON/1672683176.091721/events.out.tfevents.1672683176.POSEIDON.8144.9 +3 -0
  13. runs/Jan02_20-12-45_POSEIDON/1672683190.5206845/events.out.tfevents.1672683190.POSEIDON.8144.11 +3 -0
  14. runs/Jan02_20-12-45_POSEIDON/events.out.tfevents.1672683176.POSEIDON.8144.8 +3 -0
  15. runs/Jan02_20-12-45_POSEIDON/events.out.tfevents.1672683190.POSEIDON.8144.10 +3 -0
  16. runs/Jan02_20-13-25_POSEIDON/1672683221.0476294/events.out.tfevents.1672683221.POSEIDON.8144.13 +3 -0
  17. runs/Jan02_20-13-25_POSEIDON/events.out.tfevents.1672683221.POSEIDON.8144.12 +3 -0
  18. runs/Jan02_20-14-15_POSEIDON/1672683273.3558738/events.out.tfevents.1672683273.POSEIDON.8144.15 +3 -0
  19. runs/Jan02_20-14-15_POSEIDON/1672683290.0159004/events.out.tfevents.1672683290.POSEIDON.8144.17 +3 -0
  20. runs/Jan02_20-14-15_POSEIDON/1672683386.3979888/events.out.tfevents.1672683386.POSEIDON.8144.19 +3 -0
  21. runs/Jan02_20-14-15_POSEIDON/events.out.tfevents.1672683273.POSEIDON.8144.14 +3 -0
  22. runs/Jan02_20-14-15_POSEIDON/events.out.tfevents.1672683290.POSEIDON.8144.16 +3 -0
  23. runs/Jan02_20-14-15_POSEIDON/events.out.tfevents.1672683386.POSEIDON.8144.18 +3 -0
  24. runs/Jan02_20-21-45_POSEIDON/1672683716.0005512/events.out.tfevents.1672683716.POSEIDON.8144.21 +3 -0
  25. runs/Jan02_20-21-45_POSEIDON/events.out.tfevents.1672683716.POSEIDON.8144.20 +3 -0
  26. runs/Jan02_20-24-35_POSEIDON/1672683888.9254122/events.out.tfevents.1672683888.POSEIDON.8144.23 +3 -0
  27. runs/Jan02_20-24-35_POSEIDON/events.out.tfevents.1672683888.POSEIDON.8144.22 +3 -0
  28. runs/Jan02_20-32-11_POSEIDON/1672684341.593102/events.out.tfevents.1672684341.POSEIDON.15296.1 +3 -0
  29. runs/Jan02_20-32-11_POSEIDON/events.out.tfevents.1672684341.POSEIDON.15296.0 +3 -0
  30. special_tokens_map.json +7 -0
  31. tokenizer.json +0 -0
  32. tokenizer_config.json +14 -0
  33. training_args.bin +3 -0
  34. 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.25.1",
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:0f99a0f12355853dcfd33c237b4b63127c5ff0711b84b5affd4b9b511988df7b
3
+ size 267869487
runs/Jan02_20-08-54_POSEIDON/1672682965.3622868/events.out.tfevents.1672682965.POSEIDON.8144.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa601c8315cef4b4b85341797fff83dc7a1500876e7eefa7ec33648641ffd600
3
+ size 5569
runs/Jan02_20-08-54_POSEIDON/1672683090.7018578/events.out.tfevents.1672683090.POSEIDON.8144.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eefda4ccdce29430b995afa26c85e131e1a44b107e6328aef15f41bcafbbfbd2
3
+ size 5569
runs/Jan02_20-08-54_POSEIDON/events.out.tfevents.1672682965.POSEIDON.8144.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8635d8218df4362b3125c42439d6424fee9e4de925fc64fb7a591de62267e858
3
+ size 3940
runs/Jan02_20-08-54_POSEIDON/events.out.tfevents.1672683090.POSEIDON.8144.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35d3a67d57648cdd0fb5a7c656bb7ff79513fb57e2da0b587c676827d50d019e
3
+ size 3989
runs/Jan02_20-11-56_POSEIDON/1672683124.4014962/events.out.tfevents.1672683124.POSEIDON.8144.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9520d714bde22d602593406cbbe370cafa3b9a115b6a9dcc5b542671d2575e8
3
+ size 5569
runs/Jan02_20-11-56_POSEIDON/events.out.tfevents.1672683124.POSEIDON.8144.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7f316b89dcd80e6102ae75240dc54891ed59e80905c33e351df0401f9fbd1c9
3
+ size 3989
runs/Jan02_20-12-26_POSEIDON/1672683154.4442282/events.out.tfevents.1672683154.POSEIDON.8144.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fc4f4bbb70a0220e27b077d7e2c3b5d28bbe058759a04dcae6409599851b638
3
+ size 5569
runs/Jan02_20-12-26_POSEIDON/events.out.tfevents.1672683154.POSEIDON.8144.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73acd6309a3a0fa1e7e3d31ff1ee2c9c953b89337e7aecebe304d779ea31baca
3
+ size 3989
runs/Jan02_20-12-45_POSEIDON/1672683176.091721/events.out.tfevents.1672683176.POSEIDON.8144.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4cd546033f24df58bfe2e1fed0ea91ad09ced10c5d30ef8bae0f14ca6e1227f3
3
+ size 5569
runs/Jan02_20-12-45_POSEIDON/1672683190.5206845/events.out.tfevents.1672683190.POSEIDON.8144.11 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:398b352848174cfb78e8692e23281e14368e10fbb9056d4bf0d15908879413b7
3
+ size 5569
runs/Jan02_20-12-45_POSEIDON/events.out.tfevents.1672683176.POSEIDON.8144.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40f6ce89b10d2c9c24faca6daae5bbfda78933ed0628c9055782baf926e507c0
3
+ size 3990
runs/Jan02_20-12-45_POSEIDON/events.out.tfevents.1672683190.POSEIDON.8144.10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cca15092d5751f84304a07c38619c70107c07facb4f4032f706d85993ad808dd
3
+ size 3990
runs/Jan02_20-13-25_POSEIDON/1672683221.0476294/events.out.tfevents.1672683221.POSEIDON.8144.13 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6dcef8328cd8640fa39c1b112073fc4088b55b60eb566d5349b3585884f039ed
3
+ size 5569
runs/Jan02_20-13-25_POSEIDON/events.out.tfevents.1672683221.POSEIDON.8144.12 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26071a5756dd8a482e314e9e68c19e3652608869e893f6fb95a3bd6e9acb47d3
3
+ size 3988
runs/Jan02_20-14-15_POSEIDON/1672683273.3558738/events.out.tfevents.1672683273.POSEIDON.8144.15 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a4657d48570201b652ef55215cf1fc3610d1fd628e5bbd3f84d82e211d2670b
3
+ size 5569
runs/Jan02_20-14-15_POSEIDON/1672683290.0159004/events.out.tfevents.1672683290.POSEIDON.8144.17 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7c04e53c894c89498c008a432bac2924328c518d06b9e9d4c97f7b1a6ae4b48
3
+ size 5569
runs/Jan02_20-14-15_POSEIDON/1672683386.3979888/events.out.tfevents.1672683386.POSEIDON.8144.19 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b650d142d52498a0272325843030afb9ca059346a11d5d08f5e1db3e2abedf6a
3
+ size 5569
runs/Jan02_20-14-15_POSEIDON/events.out.tfevents.1672683273.POSEIDON.8144.14 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b93f94de73e8627d7251cc817d1de4fd2f9db6af12e5d312173210986c7c663
3
+ size 3988
runs/Jan02_20-14-15_POSEIDON/events.out.tfevents.1672683290.POSEIDON.8144.16 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3873fcc3b2a9538e4c8362f42b0df6df4ed5a96778db6b9bc6e0179eef608095
3
+ size 3988
runs/Jan02_20-14-15_POSEIDON/events.out.tfevents.1672683386.POSEIDON.8144.18 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea067fe143c07b5e49f47792dff531df1c4e7e7af954a4bab7be373fe43fca4c
3
+ size 3988
runs/Jan02_20-21-45_POSEIDON/1672683716.0005512/events.out.tfevents.1672683716.POSEIDON.8144.21 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88fe27f3d6f55dfd22c62092761d42ad9ef08223bd66132b3fba8d7e4037153b
3
+ size 5569
runs/Jan02_20-21-45_POSEIDON/events.out.tfevents.1672683716.POSEIDON.8144.20 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9e46f1303cb0ec59d9bb4ea71075a90b678b1e49b42f12e9ea05ba1fc5553b3
3
+ size 3989
runs/Jan02_20-24-35_POSEIDON/1672683888.9254122/events.out.tfevents.1672683888.POSEIDON.8144.23 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a74eed4f14c991a9cd35621ed65cfa1f6ef68173e3974f2852ec16b4072f5208
3
+ size 5569
runs/Jan02_20-24-35_POSEIDON/events.out.tfevents.1672683888.POSEIDON.8144.22 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c96b0fc63217a139ea4a34e6eb6aa51fb9a20e0f971457196f42f48f685eb73
3
+ size 3991
runs/Jan02_20-32-11_POSEIDON/1672684341.593102/events.out.tfevents.1672684341.POSEIDON.15296.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc27c1ac2b1e1c42a6ad38ec8e06d77034d395903e357e42cebe4a831266a3f6
3
+ size 5569
runs/Jan02_20-32-11_POSEIDON/events.out.tfevents.1672684341.POSEIDON.15296.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bc82620d451fd2b5501ce4abec63179d09e6b573658398ecd18c931e17de977
3
+ size 3941
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.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "do_lower_case": true,
4
+ "mask_token": "[MASK]",
5
+ "model_max_length": 512,
6
+ "name_or_path": "distilbert-base-uncased",
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "special_tokens_map_file": null,
10
+ "strip_accents": null,
11
+ "tokenize_chinese_chars": true,
12
+ "tokenizer_class": "DistilBertTokenizer",
13
+ "unk_token": "[UNK]"
14
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d6b8f2f704bc1eec7233c843965384176eb685903779edc1613e785f1a29ad0
3
+ size 3439
vocab.txt ADDED
The diff for this file is too large to render. See raw diff