hungphongtrn commited on
Commit
e3df9f9
1 Parent(s): 1ff3787

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
bpe.codes ADDED
The diff for this file is too large to render. See raw diff
 
config.json ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "vinai/phobert-base-v2",
3
+ "architectures": [
4
+ "RobertaForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "O",
15
+ "1": "I-UNITCALIBRATOR",
16
+ "2": "I-TRANSPORTATION",
17
+ "3": "I-ORGANIZATION",
18
+ "4": "I-ORGAN",
19
+ "5": "I-OCCUPATION",
20
+ "6": "I-MEDDEVICETECHNIQUE",
21
+ "7": "I-LOCATION",
22
+ "8": "I-GENDER",
23
+ "9": "I-DRUGCHEMICAL",
24
+ "10": "I-DIESEASE",
25
+ "11": "I-DATETIME",
26
+ "12": "I-AGE",
27
+ "13": "B-UNITCALIBRATOR",
28
+ "14": "B-TRANSPORTATION",
29
+ "15": "B-ORGANIZATION",
30
+ "16": "B-ORGAN",
31
+ "17": "B-OCCUPATION",
32
+ "18": "B-MEDDEVICETECHNIQUE",
33
+ "19": "B-LOCATION",
34
+ "20": "B-GENDER",
35
+ "21": "B-DRUGCHEMICAL",
36
+ "22": "B-DIESEASE",
37
+ "23": "B-DATETIME",
38
+ "24": "B-AGE"
39
+ },
40
+ "initializer_range": 0.02,
41
+ "intermediate_size": 3072,
42
+ "label2id": {
43
+ "B-AGE": 24,
44
+ "B-DATETIME": 23,
45
+ "B-DIESEASE": 22,
46
+ "B-DRUGCHEMICAL": 21,
47
+ "B-GENDER": 20,
48
+ "B-LOCATION": 19,
49
+ "B-MEDDEVICETECHNIQUE": 18,
50
+ "B-OCCUPATION": 17,
51
+ "B-ORGAN": 16,
52
+ "B-ORGANIZATION": 15,
53
+ "B-TRANSPORTATION": 14,
54
+ "B-UNITCALIBRATOR": 13,
55
+ "I-AGE": 12,
56
+ "I-DATETIME": 11,
57
+ "I-DIESEASE": 10,
58
+ "I-DRUGCHEMICAL": 9,
59
+ "I-GENDER": 8,
60
+ "I-LOCATION": 7,
61
+ "I-MEDDEVICETECHNIQUE": 6,
62
+ "I-OCCUPATION": 5,
63
+ "I-ORGAN": 4,
64
+ "I-ORGANIZATION": 3,
65
+ "I-TRANSPORTATION": 2,
66
+ "I-UNITCALIBRATOR": 1,
67
+ "O": 0
68
+ },
69
+ "layer_norm_eps": 1e-05,
70
+ "max_position_embeddings": 258,
71
+ "model_type": "roberta",
72
+ "num_attention_heads": 12,
73
+ "num_hidden_layers": 12,
74
+ "pad_token_id": 1,
75
+ "position_embedding_type": "absolute",
76
+ "tokenizer_class": "PhobertTokenizer",
77
+ "torch_dtype": "float32",
78
+ "transformers_version": "4.32.0.dev0",
79
+ "type_vocab_size": 1,
80
+ "use_cache": true,
81
+ "vocab_size": 64001
82
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b85b6554f99abb18ebcd174a1bdbae7915262e191ecfc98a5303f64e830da1b
3
+ size 537776358
special_tokens_map.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "cls_token": "<s>",
4
+ "eos_token": "</s>",
5
+ "mask_token": "<mask>",
6
+ "pad_token": "<pad>",
7
+ "sep_token": "</s>",
8
+ "unk_token": "<unk>"
9
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "clean_up_tokenization_spaces": true,
4
+ "cls_token": "<s>",
5
+ "eos_token": "</s>",
6
+ "mask_token": "<mask>",
7
+ "model_max_length": 1000000000000000019884624838656,
8
+ "pad_token": "<pad>",
9
+ "sep_token": "</s>",
10
+ "tokenizer_class": "PhobertTokenizer",
11
+ "unk_token": "<unk>"
12
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7def7905cf49d2583e32679d3c4c5ff0a2b2ce7d2c2855d473a7152056427864
3
+ size 4408
vocab.txt ADDED
The diff for this file is too large to render. See raw diff