tmnam20 commited on
Commit
531be3e
1 Parent(s): f6af9cd

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +67 -0
config.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-multilingual-cased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "directionality": "bidi",
9
+ "finetuning_task": "vtoc",
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "Automobile",
15
+ "1": "Business",
16
+ "2": "Digital",
17
+ "3": "Education",
18
+ "4": "Entertainment",
19
+ "5": "Health",
20
+ "6": "Law",
21
+ "7": "Life",
22
+ "8": "News",
23
+ "9": "Perspective",
24
+ "10": "Relax",
25
+ "11": "Science",
26
+ "12": "Sports",
27
+ "13": "Travel",
28
+ "14": "World"
29
+ },
30
+ "initializer_range": 0.02,
31
+ "intermediate_size": 3072,
32
+ "label2id": {
33
+ "Automobile": 0,
34
+ "Business": 1,
35
+ "Digital": 2,
36
+ "Education": 3,
37
+ "Entertainment": 4,
38
+ "Health": 5,
39
+ "Law": 6,
40
+ "Life": 7,
41
+ "News": 8,
42
+ "Perspective": 9,
43
+ "Relax": 10,
44
+ "Science": 11,
45
+ "Sports": 12,
46
+ "Travel": 13,
47
+ "World": 14
48
+ },
49
+ "layer_norm_eps": 1e-12,
50
+ "max_position_embeddings": 512,
51
+ "model_type": "bert",
52
+ "num_attention_heads": 12,
53
+ "num_hidden_layers": 12,
54
+ "pad_token_id": 0,
55
+ "pooler_fc_size": 768,
56
+ "pooler_num_attention_heads": 12,
57
+ "pooler_num_fc_layers": 3,
58
+ "pooler_size_per_head": 128,
59
+ "pooler_type": "first_token_transform",
60
+ "position_embedding_type": "absolute",
61
+ "problem_type": "single_label_classification",
62
+ "torch_dtype": "float32",
63
+ "transformers_version": "4.35.2",
64
+ "type_vocab_size": 2,
65
+ "use_cache": true,
66
+ "vocab_size": 119547
67
+ }