Foxasdf commited on
Commit
d490150
1 Parent(s): 4f8b7d5

Training in progress, step 500

Browse files
Files changed (26) hide show
  1. .gitignore +1 -0
  2. config.json +24 -0
  3. pytorch_model.bin +3 -0
  4. runs/May30_07-45-43_b29cf1707a62/1685432800.9691987/events.out.tfevents.1685432800.b29cf1707a62.2789.1 +3 -0
  5. runs/May30_07-45-43_b29cf1707a62/events.out.tfevents.1685432800.b29cf1707a62.2789.0 +3 -0
  6. runs/May30_07-49-13_b29cf1707a62/1685432962.0548856/events.out.tfevents.1685432962.b29cf1707a62.2789.3 +3 -0
  7. runs/May30_07-49-13_b29cf1707a62/1685433008.6682978/events.out.tfevents.1685433008.b29cf1707a62.2789.5 +3 -0
  8. runs/May30_07-49-13_b29cf1707a62/events.out.tfevents.1685432962.b29cf1707a62.2789.2 +3 -0
  9. runs/May30_07-49-13_b29cf1707a62/events.out.tfevents.1685433008.b29cf1707a62.2789.4 +3 -0
  10. runs/May30_07-50-39_b29cf1707a62/1685433046.4238338/events.out.tfevents.1685433046.b29cf1707a62.2789.7 +3 -0
  11. runs/May30_07-50-39_b29cf1707a62/events.out.tfevents.1685433046.b29cf1707a62.2789.6 +3 -0
  12. runs/May30_07-51-58_b29cf1707a62/1685433125.0832524/events.out.tfevents.1685433125.b29cf1707a62.2789.9 +3 -0
  13. runs/May30_07-51-58_b29cf1707a62/events.out.tfevents.1685433125.b29cf1707a62.2789.8 +3 -0
  14. runs/May30_07-52-38_b29cf1707a62/1685433164.6162417/events.out.tfevents.1685433164.b29cf1707a62.2789.11 +3 -0
  15. runs/May30_07-52-38_b29cf1707a62/events.out.tfevents.1685433164.b29cf1707a62.2789.10 +3 -0
  16. runs/May30_07-53-05_b29cf1707a62/1685433191.6029902/events.out.tfevents.1685433191.b29cf1707a62.2789.13 +3 -0
  17. runs/May30_07-53-05_b29cf1707a62/events.out.tfevents.1685433191.b29cf1707a62.2789.12 +3 -0
  18. runs/May30_07-53-41_b29cf1707a62/1685433226.0731926/events.out.tfevents.1685433226.b29cf1707a62.2789.15 +3 -0
  19. runs/May30_07-53-41_b29cf1707a62/events.out.tfevents.1685433226.b29cf1707a62.2789.14 +3 -0
  20. runs/May30_07-54-19_b29cf1707a62/1685433264.0620255/events.out.tfevents.1685433264.b29cf1707a62.2789.17 +3 -0
  21. runs/May30_07-54-19_b29cf1707a62/events.out.tfevents.1685433264.b29cf1707a62.2789.16 +3 -0
  22. special_tokens_map.json +7 -0
  23. tokenizer.json +0 -0
  24. tokenizer_config.json +13 -0
  25. training_args.bin +3 -0
  26. vocab.txt +0 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForQuestionAnswering"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "initializer_range": 0.02,
12
+ "max_position_embeddings": 512,
13
+ "model_type": "distilbert",
14
+ "n_heads": 12,
15
+ "n_layers": 6,
16
+ "pad_token_id": 0,
17
+ "qa_dropout": 0.1,
18
+ "seq_classif_dropout": 0.2,
19
+ "sinusoidal_pos_embds": false,
20
+ "tie_weights_": true,
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.28.0",
23
+ "vocab_size": 30522
24
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c608805fd3b434b7b863f493e05a0af46568fbea86fcdf012d73eb8eeb1e64e9
3
+ size 265492517
runs/May30_07-45-43_b29cf1707a62/1685432800.9691987/events.out.tfevents.1685432800.b29cf1707a62.2789.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e31e36cdd565eb733482bfd85f9edd89c4bfa156233679d88ef6c6b428bfa154
3
+ size 5936
runs/May30_07-45-43_b29cf1707a62/events.out.tfevents.1685432800.b29cf1707a62.2789.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a42fca5238cb0d511541c0ea13baab9fff9891f3e1715e537c045213a47e2d7
3
+ size 3940
runs/May30_07-49-13_b29cf1707a62/1685432962.0548856/events.out.tfevents.1685432962.b29cf1707a62.2789.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:229c501fa4fc3bcb7721d45b372961434b8ee14b368ecbb41d729da1b0444131
3
+ size 5936
runs/May30_07-49-13_b29cf1707a62/1685433008.6682978/events.out.tfevents.1685433008.b29cf1707a62.2789.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab82af46416b3958e4ecf651ff607619894e0896a27d9926332400a308bf5322
3
+ size 5936
runs/May30_07-49-13_b29cf1707a62/events.out.tfevents.1685432962.b29cf1707a62.2789.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3475307c807d1222f6820efe69550a6ebc97ae61100d19f362027513a95f707
3
+ size 3938
runs/May30_07-49-13_b29cf1707a62/events.out.tfevents.1685433008.b29cf1707a62.2789.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8585f821b07f85d65187e1cf0017cc0d73002c5a519bf8a481cb435cd941f77
3
+ size 3938
runs/May30_07-50-39_b29cf1707a62/1685433046.4238338/events.out.tfevents.1685433046.b29cf1707a62.2789.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b2101396a602b000b0af6671361d8ee9db5642d2ad8f885f26552d222de9771
3
+ size 5936
runs/May30_07-50-39_b29cf1707a62/events.out.tfevents.1685433046.b29cf1707a62.2789.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35b9cbd893fc739da5c2e20d49597a52d3c5999fd299024b08d414499e61708d
3
+ size 3938
runs/May30_07-51-58_b29cf1707a62/1685433125.0832524/events.out.tfevents.1685433125.b29cf1707a62.2789.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e4ddfe7966c851e4c939fc36e7d1606c8f6c83561ccf4ae24ea96d0ca6eab38
3
+ size 5936
runs/May30_07-51-58_b29cf1707a62/events.out.tfevents.1685433125.b29cf1707a62.2789.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1e9c83050307f74699cb63632fa94c8b8d77e1534279abfab6617e21d2a472e
3
+ size 3941
runs/May30_07-52-38_b29cf1707a62/1685433164.6162417/events.out.tfevents.1685433164.b29cf1707a62.2789.11 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:333668924cb87b7dc8fcd3aed48f8944d1eb8a1b519e259a080423381fd291ef
3
+ size 5936
runs/May30_07-52-38_b29cf1707a62/events.out.tfevents.1685433164.b29cf1707a62.2789.10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6471d1161cfb2335d4c270962da62cfea5871fe8553b40feb4f714b647aacc00
3
+ size 3937
runs/May30_07-53-05_b29cf1707a62/1685433191.6029902/events.out.tfevents.1685433191.b29cf1707a62.2789.13 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c98f05dae745be60dcf3ef0177eda4248bd41947786516fd3069cbcbbb6bb919
3
+ size 5936
runs/May30_07-53-05_b29cf1707a62/events.out.tfevents.1685433191.b29cf1707a62.2789.12 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3fd2b4d1c596c9ee678eb765f24074d4e6c9a6fc06eb08a7d00c4cd2e0ca8fa
3
+ size 3936
runs/May30_07-53-41_b29cf1707a62/1685433226.0731926/events.out.tfevents.1685433226.b29cf1707a62.2789.15 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70f42f2512dd0d642f09a444d8f01d3b876e285eb8895271cc8d9246263e3858
3
+ size 5936
runs/May30_07-53-41_b29cf1707a62/events.out.tfevents.1685433226.b29cf1707a62.2789.14 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8de7db891e0b4451642cf5aae5ecb9123f3a69e700bd8e4fbed2e4a9c554d716
3
+ size 3938
runs/May30_07-54-19_b29cf1707a62/1685433264.0620255/events.out.tfevents.1685433264.b29cf1707a62.2789.17 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bb45328d76a6d3c046d27445acf455af3a4e9dce669d9e978589c5bd8b7ae7f
3
+ size 5936
runs/May30_07-54-19_b29cf1707a62/events.out.tfevents.1685433264.b29cf1707a62.2789.16 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d04b9427d0be79008b12b5c059715bda0508a5e21567dbefd4024afbf2ab5d0
3
+ size 4098
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,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": true,
5
+ "mask_token": "[MASK]",
6
+ "model_max_length": 512,
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "strip_accents": null,
10
+ "tokenize_chinese_chars": true,
11
+ "tokenizer_class": "DistilBertTokenizer",
12
+ "unk_token": "[UNK]"
13
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:743d9ee4287d827172e78657f7642dfed10f751dbf5524fae19fb639cd6d2dcf
3
+ size 3643
vocab.txt ADDED
The diff for this file is too large to render. See raw diff