tmnam20 commited on
Commit
2766e14
1 Parent(s): 0d5ad99

Upload config.json with huggingface_hub

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