semindan commited on
Commit
34ea6fa
·
1 Parent(s): 905f3c2

Upload XLMRobertaMultiTask

Browse files
Files changed (2) hide show
  1. config.json +97 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "xlm-roberta-base",
3
+ "architectures": [
4
+ "XLMRobertaMultiTask"
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
+ "initializer_range": 0.02,
14
+ "intermediate_size": 3072,
15
+ "label2id": {
16
+ "nc": {
17
+ "autos": 9.0,
18
+ "entertainment": 6.0,
19
+ "finance": 3.0,
20
+ "foodanddrink": 0.0,
21
+ "health": 7.0,
22
+ "lifestyle": 4.0,
23
+ "news": 5.0,
24
+ "sports": 1.0,
25
+ "travel": 2.0,
26
+ "video": 8.0
27
+ },
28
+ "paws-x": {
29
+ "different": 0.0,
30
+ "same": 1.0
31
+ },
32
+ "qadsm": {
33
+ "Bad": 0.0,
34
+ "Good": 1.0
35
+ },
36
+ "qam": {
37
+ "False": 0.0,
38
+ "True": 1.0
39
+ },
40
+ "wpr": {
41
+ "Bad": 0.0,
42
+ "Excellent": 3.0,
43
+ "Fair": 1.0,
44
+ "Good": 2.0,
45
+ "Perfect": 4.0
46
+ },
47
+ "xnli": {
48
+ "contradiction": 2.0,
49
+ "entailment": 0.0,
50
+ "neutral": 1.0
51
+ }
52
+ },
53
+ "layer_norm_eps": 1e-05,
54
+ "max_position_embeddings": 514,
55
+ "model_type": "xlm-roberta",
56
+ "num_accum_batches": 2,
57
+ "num_attention_heads": 12,
58
+ "num_hidden_layers": 12,
59
+ "output_past": true,
60
+ "pad_token_id": 1,
61
+ "position_embedding_type": "absolute",
62
+ "r3f": true,
63
+ "r4f": false,
64
+ "retain_gradients": false,
65
+ "scale_loss": true,
66
+ "tasks": [
67
+ [
68
+ "xnli",
69
+ 3
70
+ ],
71
+ [
72
+ "paws-x",
73
+ 2
74
+ ],
75
+ [
76
+ "nc",
77
+ 10
78
+ ],
79
+ [
80
+ "qadsm",
81
+ 2
82
+ ],
83
+ [
84
+ "wpr",
85
+ 5
86
+ ],
87
+ [
88
+ "qam",
89
+ 2
90
+ ]
91
+ ],
92
+ "torch_dtype": "float32",
93
+ "transformers_version": "4.28.1",
94
+ "type_vocab_size": 1,
95
+ "use_cache": true,
96
+ "vocab_size": 250002
97
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bdcf3ebe54dd4b6e973637c12aa23b03cb40d83c049e65bf6dc2614c97a6955
3
+ size 1124136901