tmnam20 commited on
Commit
04c56e7
1 Parent(s): 4136c9b

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-large",
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": 1024,
14
+ "id2label": {
15
+ "0": "LABEL_0",
16
+ "1": "LABEL_1",
17
+ "2": "LABEL_2",
18
+ "3": "LABEL_3",
19
+ "4": "LABEL_4",
20
+ "5": "LABEL_5",
21
+ "6": "LABEL_6",
22
+ "7": "LABEL_7",
23
+ "8": "LABEL_8",
24
+ "9": "LABEL_9",
25
+ "10": "LABEL_10",
26
+ "11": "LABEL_11",
27
+ "12": "LABEL_12",
28
+ "13": "LABEL_13",
29
+ "14": "LABEL_14"
30
+ },
31
+ "initializer_range": 0.02,
32
+ "intermediate_size": 4096,
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": 16,
54
+ "num_hidden_layers": 24,
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.36.0",
61
+ "type_vocab_size": 1,
62
+ "use_cache": true,
63
+ "vocab_size": 250002
64
+ }