luoren000 commited on
Commit
de6e31c
·
1 Parent(s): d2dcff4
dataset.json ADDED
The diff for this file is too large to render. See raw diff
 
dataset1.json ADDED
The diff for this file is too large to render. See raw diff
 
test/config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForTokenClassification"
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
+ "6": "LABEL_6"
19
+ },
20
+ "initializer_range": 0.02,
21
+ "label2id": {
22
+ "LABEL_0": 0,
23
+ "LABEL_1": 1,
24
+ "LABEL_2": 2,
25
+ "LABEL_3": 3,
26
+ "LABEL_4": 4,
27
+ "LABEL_5": 5,
28
+ "LABEL_6": 6
29
+ },
30
+ "max_position_embeddings": 512,
31
+ "model_type": "distilbert",
32
+ "n_heads": 12,
33
+ "n_layers": 6,
34
+ "pad_token_id": 0,
35
+ "qa_dropout": 0.1,
36
+ "seq_classif_dropout": 0.2,
37
+ "sinusoidal_pos_embds": false,
38
+ "tie_weights_": true,
39
+ "torch_dtype": "float32",
40
+ "transformers_version": "4.13.0",
41
+ "vocab_size": 30522
42
+ }
test/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:575990be1ce6cbe7b5690be0953d562de98d65b3c21248917122ec84767bce87
3
+ size 265512437
test/runs/Dec09_20-22-18_c0bf4409d70f/1639081356.7231522/events.out.tfevents.1639081356.c0bf4409d70f.73.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6beeeee38f5b58b2cbf6edcb486650012f2ef42eeb0e4e08ef9a33fdb41f900
3
+ size 4637
test/runs/Dec09_20-22-18_c0bf4409d70f/events.out.tfevents.1639081356.c0bf4409d70f.73.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dccb21331862106edf2e0f9c1714a85b1230bc7105e88a27e921149fdfc13968
3
+ size 5159
test/runs/Dec09_20-22-18_c0bf4409d70f/events.out.tfevents.1639081386.c0bf4409d70f.73.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab38b6f55a03f4329abdef5c0375efa55eb3c4949e67cef287be33bfca7fb3aa
3
+ size 512
test/special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
test/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
test/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"}
test/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad0f156686c4afc0b62fa86fb27eb153e6f73eb2453a9263bcde6456c340f48c
3
+ size 2863
test/vocab.txt ADDED
The diff for this file is too large to render. See raw diff