gtp2-fierro
Browse files- .gitignore +1 -0
- config.json +1 -3
- pytorch_model.bin +2 -2
- training_args.bin +3 -0
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
checkpoint-*/
|
config.json
CHANGED
|
@@ -1,18 +1,16 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "gpt2-
|
| 3 |
"activation_function": "gelu_new",
|
| 4 |
"architectures": [
|
| 5 |
"GPT2LMHeadModel"
|
| 6 |
],
|
| 7 |
"attn_pdrop": 0.1,
|
| 8 |
"bos_token_id": 50256,
|
| 9 |
-
"do_sample": true,
|
| 10 |
"embd_pdrop": 0.1,
|
| 11 |
"eos_token_id": 50256,
|
| 12 |
"gradient_checkpointing": false,
|
| 13 |
"initializer_range": 0.02,
|
| 14 |
"layer_norm_epsilon": 1e-05,
|
| 15 |
-
"max_length": 50,
|
| 16 |
"model_type": "gpt2",
|
| 17 |
"n_ctx": 1024,
|
| 18 |
"n_embd": 768,
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "datificate/gpt2-small-spanish",
|
| 3 |
"activation_function": "gelu_new",
|
| 4 |
"architectures": [
|
| 5 |
"GPT2LMHeadModel"
|
| 6 |
],
|
| 7 |
"attn_pdrop": 0.1,
|
| 8 |
"bos_token_id": 50256,
|
|
|
|
| 9 |
"embd_pdrop": 0.1,
|
| 10 |
"eos_token_id": 50256,
|
| 11 |
"gradient_checkpointing": false,
|
| 12 |
"initializer_range": 0.02,
|
| 13 |
"layer_norm_epsilon": 1e-05,
|
|
|
|
| 14 |
"model_type": "gpt2",
|
| 15 |
"n_ctx": 1024,
|
| 16 |
"n_embd": 768,
|
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:96a5d0e771b4ef33dd83dd07a0461f4b8c3951f8981d9b79d733e925235889e0
|
| 3 |
+
size 510396521
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f1043ff2fead5aa2a15111c6a7450aaa823ee5fabd512fb50a9f0e01b73e4dc6
|
| 3 |
+
size 3311
|