vincentmin
commited on
Commit
•
48e68f4
1
Parent(s):
0463daa
Upload OPTForSequenceClassification
Browse files- config.json +8 -2
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"_remove_final_layer_norm": false,
|
4 |
"activation_dropout": 0.0,
|
5 |
"activation_function": "relu",
|
6 |
"architectures": [
|
7 |
-
"
|
8 |
],
|
9 |
"attention_dropout": 0.0,
|
10 |
"bos_token_id": 2,
|
@@ -14,7 +14,13 @@
|
|
14 |
"eos_token_id": 2,
|
15 |
"ffn_dim": 3072,
|
16 |
"hidden_size": 768,
|
|
|
|
|
|
|
17 |
"init_std": 0.02,
|
|
|
|
|
|
|
18 |
"layer_norm_elementwise_affine": true,
|
19 |
"layerdrop": 0.0,
|
20 |
"max_position_embeddings": 2048,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "vincentmin/opt-125m-eli5",
|
3 |
"_remove_final_layer_norm": false,
|
4 |
"activation_dropout": 0.0,
|
5 |
"activation_function": "relu",
|
6 |
"architectures": [
|
7 |
+
"OPTForSequenceClassification"
|
8 |
],
|
9 |
"attention_dropout": 0.0,
|
10 |
"bos_token_id": 2,
|
|
|
14 |
"eos_token_id": 2,
|
15 |
"ffn_dim": 3072,
|
16 |
"hidden_size": 768,
|
17 |
+
"id2label": {
|
18 |
+
"0": "LABEL_0"
|
19 |
+
},
|
20 |
"init_std": 0.02,
|
21 |
+
"label2id": {
|
22 |
+
"LABEL_0": 0
|
23 |
+
},
|
24 |
"layer_norm_elementwise_affine": true,
|
25 |
"layerdrop": 0.0,
|
26 |
"max_position_embeddings": 2048,
|
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:ac9eb7aeb74fc9c5f5ef422a26caa0d437e3039641cbbfa7739335e076e26b2c
|
3 |
+
size 250543777
|