miguelvictor
commited on
Commit
•
19e4062
1
Parent(s):
9a9541d
Updated to fully trained model
Browse files- config.json +0 -4
- pytorch_model.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "gpt2-large",
|
3 |
"_num_labels": 1,
|
4 |
"activation_function": "gelu_new",
|
5 |
"architectures": [
|
@@ -9,7 +8,6 @@
|
|
9 |
"bos_token_id": 50256,
|
10 |
"embd_pdrop": 0.1,
|
11 |
"eos_token_id": 50256,
|
12 |
-
"gradient_checkpointing": true,
|
13 |
"id2label": {
|
14 |
"0": "LABEL_0"
|
15 |
},
|
@@ -22,7 +20,6 @@
|
|
22 |
"n_ctx": 1024,
|
23 |
"n_embd": 1280,
|
24 |
"n_head": 20,
|
25 |
-
"n_inner": null,
|
26 |
"n_layer": 36,
|
27 |
"n_positions": 1024,
|
28 |
"resid_pdrop": 0.1,
|
@@ -38,6 +35,5 @@
|
|
38 |
}
|
39 |
},
|
40 |
"transformers_version": "4.5.1",
|
41 |
-
"use_cache": false,
|
42 |
"vocab_size": 50257
|
43 |
}
|
|
|
1 |
{
|
|
|
2 |
"_num_labels": 1,
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
|
|
8 |
"bos_token_id": 50256,
|
9 |
"embd_pdrop": 0.1,
|
10 |
"eos_token_id": 50256,
|
|
|
11 |
"id2label": {
|
12 |
"0": "LABEL_0"
|
13 |
},
|
|
|
20 |
"n_ctx": 1024,
|
21 |
"n_embd": 1280,
|
22 |
"n_head": 20,
|
|
|
23 |
"n_layer": 36,
|
24 |
"n_positions": 1024,
|
25 |
"resid_pdrop": 0.1,
|
|
|
35 |
}
|
36 |
},
|
37 |
"transformers_version": "4.5.1",
|
|
|
38 |
"vocab_size": 50257
|
39 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3134058795
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2fc83d2e646b37c2db128e2e62b69140511a6ca6a6a1ded2a822ede722bd191d
|
3 |
size 3134058795
|