hts98 commited on
Commit
1afedad
·
1 Parent(s): 216cdfb

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "NlpHUST/electra-base-vn",
3
+ "architectures": [
4
+ "ElectraForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "embedding_size": 768,
9
+ "finetuning_task": "ner",
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "O",
15
+ "1": "B-BATTERY",
16
+ "2": "I-BATTERY",
17
+ "3": "B-CAMERA",
18
+ "4": "I-CAMERA",
19
+ "5": "B-GENERAL",
20
+ "6": "I-GENERAL",
21
+ "7": "B-SER&ACC",
22
+ "8": "I-SER&ACC",
23
+ "9": "B-PERFORMANCE",
24
+ "10": "I-PERFORMANCE",
25
+ "11": "B-DESIGN",
26
+ "12": "I-DESIGN",
27
+ "13": "B-FEATURES",
28
+ "14": "I-FEATURES",
29
+ "15": "B-PRICE",
30
+ "16": "I-PRICE",
31
+ "17": "B-SCREEN",
32
+ "18": "I-SCREEN",
33
+ "19": "B-STORAGE",
34
+ "20": "I-STORAGE"
35
+ },
36
+ "initializer_range": 0.02,
37
+ "intermediate_size": 3072,
38
+ "label2id": {
39
+ "B-BATTERY": 1,
40
+ "B-CAMERA": 3,
41
+ "B-DESIGN": 11,
42
+ "B-FEATURES": 13,
43
+ "B-GENERAL": 5,
44
+ "B-PERFORMANCE": 9,
45
+ "B-PRICE": 15,
46
+ "B-SCREEN": 17,
47
+ "B-SER&ACC": 7,
48
+ "B-STORAGE": 19,
49
+ "I-BATTERY": 2,
50
+ "I-CAMERA": 4,
51
+ "I-DESIGN": 12,
52
+ "I-FEATURES": 14,
53
+ "I-GENERAL": 6,
54
+ "I-PERFORMANCE": 10,
55
+ "I-PRICE": 16,
56
+ "I-SCREEN": 18,
57
+ "I-SER&ACC": 8,
58
+ "I-STORAGE": 20,
59
+ "O": 0
60
+ },
61
+ "layer_norm_eps": 1e-12,
62
+ "max_position_embeddings": 512,
63
+ "model_type": "electra",
64
+ "num_attention_heads": 12,
65
+ "num_hidden_layers": 12,
66
+ "pad_token_id": 0,
67
+ "position_embedding_type": "absolute",
68
+ "summary_activation": "gelu",
69
+ "summary_last_dropout": 0.1,
70
+ "summary_type": "first",
71
+ "summary_use_proj": true,
72
+ "torch_dtype": "float32",
73
+ "transformers_version": "4.32.0.dev0",
74
+ "type_vocab_size": 2,
75
+ "use_cache": true,
76
+ "vocab_size": 62000
77
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01d04cd1005ab7b1525db90898638d459128341bb26694c1aa7fe2afef85c505
3
+ size 532400358
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,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_basic_tokenize": true,
5
+ "do_lower_case": false,
6
+ "mask_token": "[MASK]",
7
+ "model_max_length": 1000000000000000019884624838656,
8
+ "never_split": null,
9
+ "pad_token": "[PAD]",
10
+ "sep_token": "[SEP]",
11
+ "strip_accents": null,
12
+ "tokenize_chinese_chars": true,
13
+ "tokenizer_class": "ElectraTokenizer",
14
+ "unk_token": "[UNK]"
15
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91ae0a47ee81359ae4b34ea4f9f306c993da536af4faeffd8524963a8836b953
3
+ size 4472
vocab.txt ADDED
The diff for this file is too large to render. See raw diff