Charliefederer commited on
Commit
e267110
1 Parent(s): 6de7ad1

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "uer/roberta-base-finetuned-cluener2020-chinese",
3
+ "architectures": [
4
+ "BertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "O",
13
+ "1": "B-address",
14
+ "2": "I-address",
15
+ "3": "B-book",
16
+ "4": "I-book",
17
+ "5": "B-company",
18
+ "6": "I-company",
19
+ "7": "B-game",
20
+ "8": "I-game",
21
+ "9": "B-government",
22
+ "10": "I-government",
23
+ "11": "B-movie",
24
+ "12": "I-movie",
25
+ "13": "B-name",
26
+ "14": "I-name",
27
+ "15": "B-organization",
28
+ "16": "I-organization",
29
+ "17": "B-position",
30
+ "18": "I-position",
31
+ "19": "B-scene",
32
+ "20": "I-scene",
33
+ "21": "S-address",
34
+ "22": "S-book",
35
+ "23": "S-company",
36
+ "24": "S-game",
37
+ "25": "S-government",
38
+ "26": "S-movie",
39
+ "27": "S-name",
40
+ "28": "S-organization",
41
+ "29": "S-position",
42
+ "30": "S-scene",
43
+ "31": "[PAD]"
44
+ },
45
+ "initializer_range": 0.02,
46
+ "intermediate_size": 3072,
47
+ "label2id": {
48
+ "B-address": 1,
49
+ "B-book": 3,
50
+ "B-company": 5,
51
+ "B-game": 7,
52
+ "B-government": 9,
53
+ "B-movie": 11,
54
+ "B-name": 13,
55
+ "B-organization": 15,
56
+ "B-position": 17,
57
+ "B-scene": 19,
58
+ "I-address": 2,
59
+ "I-book": 4,
60
+ "I-company": 6,
61
+ "I-game": 8,
62
+ "I-government": 10,
63
+ "I-movie": 12,
64
+ "I-name": 14,
65
+ "I-organization": 16,
66
+ "I-position": 18,
67
+ "I-scene": 20,
68
+ "O": 0,
69
+ "S-address": 21,
70
+ "S-book": 22,
71
+ "S-company": 23,
72
+ "S-game": 24,
73
+ "S-government": 25,
74
+ "S-movie": 26,
75
+ "S-name": 27,
76
+ "S-organization": 28,
77
+ "S-position": 29,
78
+ "S-scene": 30,
79
+ "[PAD]": 31
80
+ },
81
+ "layer_norm_eps": 1e-12,
82
+ "max_position_embeddings": 512,
83
+ "model_type": "bert",
84
+ "num_attention_heads": 12,
85
+ "num_hidden_layers": 12,
86
+ "pad_token_id": 0,
87
+ "position_embedding_type": "absolute",
88
+ "torch_dtype": "float32",
89
+ "transformers_version": "4.41.2",
90
+ "type_vocab_size": 2,
91
+ "use_cache": true,
92
+ "vocab_size": 21128
93
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd55eb43bbb063b0adf5d7d7feb8924abbf33a99ea4a18ee2a62ab708bb9edf2
3
+ size 406829968
runs/Jul11_09-10-43_959835648fff/events.out.tfevents.1720689047.959835648fff.1361.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19189fc06e900cbdf12412743baae2fb7c19301159ef70f600176cf6a909efa6
3
+ size 6540
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,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_basic_tokenize": true,
47
+ "do_lower_case": true,
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 1000000000000000019884624838656,
50
+ "never_split": null,
51
+ "pad_token": "[PAD]",
52
+ "sep_token": "[SEP]",
53
+ "strip_accents": null,
54
+ "tokenize_chinese_chars": true,
55
+ "tokenizer_class": "BertTokenizer",
56
+ "unk_token": "[UNK]"
57
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5c309e6d1b1e8c4f90ba86eab30e1eabffece6ed4ca76063389871d89a15ffc
3
+ size 5176
vocab.txt ADDED
The diff for this file is too large to render. See raw diff