root
commited on
Commit
•
becacf7
1
Parent(s):
70946b6
Finetune model on pseudolabelled data
Browse files- config.json +1 -43
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -22,51 +22,9 @@
|
|
22 |
"max_position_embeddings": 514,
|
23 |
"model_type": "xlm-roberta",
|
24 |
"num_attention_heads": 12,
|
25 |
-
"num_hidden_layers":
|
26 |
"pad_token_id": 1,
|
27 |
"position_embedding_type": "absolute",
|
28 |
-
"pruned_heads": {
|
29 |
-
"0": [
|
30 |
-
2,
|
31 |
-
4,
|
32 |
-
5,
|
33 |
-
6,
|
34 |
-
8,
|
35 |
-
9,
|
36 |
-
10,
|
37 |
-
11
|
38 |
-
],
|
39 |
-
"1": [
|
40 |
-
2,
|
41 |
-
3,
|
42 |
-
5,
|
43 |
-
6,
|
44 |
-
7,
|
45 |
-
8,
|
46 |
-
10,
|
47 |
-
11
|
48 |
-
],
|
49 |
-
"2": [
|
50 |
-
0,
|
51 |
-
2,
|
52 |
-
3,
|
53 |
-
4,
|
54 |
-
5,
|
55 |
-
7,
|
56 |
-
8,
|
57 |
-
9
|
58 |
-
],
|
59 |
-
"3": [
|
60 |
-
0,
|
61 |
-
2,
|
62 |
-
3,
|
63 |
-
4,
|
64 |
-
5,
|
65 |
-
7,
|
66 |
-
8,
|
67 |
-
10
|
68 |
-
]
|
69 |
-
},
|
70 |
"sbert_ce_default_activation_function": "torch.nn.modules.linear.Identity",
|
71 |
"torch_dtype": "float32",
|
72 |
"transformers_version": "4.20.1",
|
|
|
22 |
"max_position_embeddings": 514,
|
23 |
"model_type": "xlm-roberta",
|
24 |
"num_attention_heads": 12,
|
25 |
+
"num_hidden_layers": 3,
|
26 |
"pad_token_id": 1,
|
27 |
"position_embedding_type": "absolute",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
"sbert_ce_default_activation_function": "torch.nn.modules.linear.Identity",
|
29 |
"torch_dtype": "float32",
|
30 |
"transformers_version": "4.20.1",
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aa40d5fa49e8cb0ae9bacc035b0c8ccc4951c35a5d948684d57968f7f2e300ab
|
3 |
+
size 406706487
|