panigrah commited on
Commit
d02d4a2
·
1 Parent(s): fc3a80b

Upload 7 files

Browse files
config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "O",
14
+ "1": "B-classification",
15
+ "2": "B-country",
16
+ "3": "B-producer",
17
+ "4": "B-region",
18
+ "5": "B-subregion",
19
+ "6": "B-vintage",
20
+ "7": "B-wine",
21
+ "8": "I-classification",
22
+ "9": "I-country",
23
+ "10": "I-producer",
24
+ "11": "I-region",
25
+ "12": "I-subregion",
26
+ "13": "I-wine"
27
+ },
28
+ "initializer_range": 0.02,
29
+ "intermediate_size": 3072,
30
+ "label2id": {
31
+ "B-classification": 1,
32
+ "B-country": 2,
33
+ "B-producer": 3,
34
+ "B-region": 4,
35
+ "B-subregion": 5,
36
+ "B-vintage": 6,
37
+ "B-wine": 7,
38
+ "I-classification": 8,
39
+ "I-country": 9,
40
+ "I-producer": 10,
41
+ "I-region": 11,
42
+ "I-subregion": 12,
43
+ "I-wine": 13,
44
+ "O": 0
45
+ },
46
+ "layer_norm_eps": 1e-12,
47
+ "max_position_embeddings": 512,
48
+ "model_type": "bert",
49
+ "num_attention_heads": 12,
50
+ "num_hidden_layers": 12,
51
+ "pad_token_id": 0,
52
+ "position_embedding_type": "absolute",
53
+ "torch_dtype": "float32",
54
+ "transformers_version": "4.33.0",
55
+ "type_vocab_size": 2,
56
+ "use_cache": true,
57
+ "vocab_size": 30522
58
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16e891ffe486c8eb792da728e84654f0f8f089f2d84f8184f12a4ffd6d550743
3
+ size 435677353
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,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": true,
5
+ "mask_token": "[MASK]",
6
+ "model_max_length": 512,
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "strip_accents": null,
10
+ "tokenize_chinese_chars": true,
11
+ "tokenizer_class": "BertTokenizer",
12
+ "unk_token": "[UNK]"
13
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4562037c074bbeaeb3515e6c150106d1ab69d3cb8b3218ee1c4b67b6c34e9669
3
+ size 3963
vocab.txt ADDED
The diff for this file is too large to render. See raw diff