guhuawuli commited on
Commit
47f6083
1 Parent(s): 938d23a

End of training

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "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
+ "problem_type": "single_label_classification",
18
+ "qa_dropout": 0.1,
19
+ "seq_classif_dropout": 0.2,
20
+ "sinusoidal_pos_embds": false,
21
+ "tie_weights_": true,
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.18.0",
24
+ "vocab_size": 30522
25
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39f86abd0cc8deaad55b0231eb734a1e7bad9403e18b17c78d779acf3f272cfe
3
+ size 267854321
runs/May11_09-34-34_83f2be8630cb/1652261729.2154486/events.out.tfevents.1652261729.83f2be8630cb.1116.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b9e0373f129ac366ec590842a65719a7950f203d6b85443a1fba0b226dbb2e0
3
+ size 4870
runs/May11_09-34-34_83f2be8630cb/1652263306.0702069/events.out.tfevents.1652263306.83f2be8630cb.1116.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d28ff48e4292db27042630ed5500690c9b11ae269ba60d3e62bb26e35d0789b
3
+ size 4870
runs/May11_09-34-34_83f2be8630cb/events.out.tfevents.1652261729.83f2be8630cb.1116.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e2e646250e68f58e9272579e762bdf12182da386b7d2752ca079efb70db7f1d
3
+ size 6524
runs/May11_13-35-31_83f2be8630cb/1652276170.2837832/events.out.tfevents.1652276170.83f2be8630cb.1116.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a672c17b24a4ddbf78d928e84b7a4e5163fb39e131b32d1a71e758604668d2ff
3
+ size 4870
runs/May11_13-35-31_83f2be8630cb/events.out.tfevents.1652276170.83f2be8630cb.1116.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eea4be881a88abf9a7ddcdb74d587ec854c23ac5e65396941086e6fd0361001e
3
+ size 3258
runs/May12_01-27-49_83f2be8630cb/1652318943.5537639/events.out.tfevents.1652318943.83f2be8630cb.1116.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83459be214510e88a0cfc33f4a5d3aa6b59ffd6ae54937cd1509bb14f09e1616
3
+ size 4870
runs/May12_01-27-49_83f2be8630cb/1652319241.149359/events.out.tfevents.1652319241.83f2be8630cb.1116.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac416c974c9a4f4c6f8117529fd273108d6db0e88fc7f059793a7be807121c08
3
+ size 4870
runs/May12_01-27-49_83f2be8630cb/events.out.tfevents.1652318943.83f2be8630cb.1116.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1b27edd70226a3a68f5fcd5d6ce3027804af07d00ab3a9ee3240331f0ae838d
3
+ size 7202
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:b5bb778bd9e1893c7224c86215fedab3d45efb25d17c3345f33f347a4edf58cf
3
+ size 3055
vocab.txt ADDED
The diff for this file is too large to render. See raw diff