Yamei commited on
Commit
8ecd363
·
1 Parent(s): 91cbd60

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-uncased",
3
+ "architectures": [
4
+ "BertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "B_DATA",
14
+ "1": "I_DATA",
15
+ "10": "O",
16
+ "2": "B_APPLICATION",
17
+ "3": "I_APPLICATION",
18
+ "4": "B_METHOD",
19
+ "5": "I_METHOD",
20
+ "6": "B_VISUALIZATION",
21
+ "7": "I_VISUALIZATION",
22
+ "8": "B_EVALUATION",
23
+ "9": "I_EVALUATION"
24
+ },
25
+ "initializer_range": 0.02,
26
+ "intermediate_size": 3072,
27
+ "label2id": {
28
+ "B_APPLICATION": "2",
29
+ "B_DATA": "0",
30
+ "B_EVALUATION": "8",
31
+ "B_METHOD": "4",
32
+ "B_VISUALIZATION": "6",
33
+ "I_APPLICATION": "3",
34
+ "I_DATA": "1",
35
+ "I_EVALUATION": "9",
36
+ "I_METHOD": "5",
37
+ "I_VISUALIZATION": "7",
38
+ "O": "10"
39
+ },
40
+ "layer_norm_eps": 1e-12,
41
+ "max_position_embeddings": 512,
42
+ "model_type": "bert",
43
+ "num_attention_heads": 12,
44
+ "num_hidden_layers": 12,
45
+ "pad_token_id": 0,
46
+ "position_embedding_type": "absolute",
47
+ "torch_dtype": "float32",
48
+ "transformers_version": "4.26.1",
49
+ "type_vocab_size": 2,
50
+ "use_cache": true,
51
+ "vocab_size": 30522
52
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cae5227c1b54837b36a776d11999c082f5af3819b6497c48e5e53754d43abe8
3
+ size 435672557
runs/Feb23_20-47-06_a430db7306e3/1677185239.474183/events.out.tfevents.1677185239.a430db7306e3.146.13 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2507297efab55d06e491e2d55fba5c0fd52ff4518bf7abcb3666e61d6b11770b
3
+ size 5719
runs/Feb23_20-47-06_a430db7306e3/events.out.tfevents.1677185239.a430db7306e3.146.12 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07c5643cc7badf6489b64a7a373963fab7801aeff7fead763cac7d46e35bc841
3
+ size 5030
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": "bert-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": "BertTokenizer",
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:2bc687557b733302412cb20c6248b64aae8331b47c9ffcfba05078d63195a2ab
3
+ size 3515
vocab.txt ADDED
The diff for this file is too large to render. See raw diff