luis-camashi8
commited on
Commit
•
afec429
1
Parent(s):
4b0a5c7
Training in progress, step 500
Browse files
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "Narrativa/spanish-gpt2-finetuned-rap-lyrics",
|
3 |
+
"activation_function": "gelu_new",
|
4 |
+
"architectures": [
|
5 |
+
"GPT2LMHeadModel"
|
6 |
+
],
|
7 |
+
"attn_pdrop": 0.0,
|
8 |
+
"bos_token_id": 50256,
|
9 |
+
"do_sample": true,
|
10 |
+
"embd_pdrop": 0.0,
|
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,
|
19 |
+
"n_head": 12,
|
20 |
+
"n_inner": null,
|
21 |
+
"n_layer": 12,
|
22 |
+
"n_positions": 1024,
|
23 |
+
"pad_token_id": 50265,
|
24 |
+
"reorder_and_upcast_attn": false,
|
25 |
+
"resid_pdrop": 0.0,
|
26 |
+
"scale_attn_by_inverse_layer_idx": false,
|
27 |
+
"scale_attn_weights": true,
|
28 |
+
"summary_activation": null,
|
29 |
+
"summary_first_dropout": 0.1,
|
30 |
+
"summary_proj_to_labels": true,
|
31 |
+
"summary_type": "cls_index",
|
32 |
+
"summary_use_proj": true,
|
33 |
+
"task_specific_params": {
|
34 |
+
"text-generation": {
|
35 |
+
"do_sample": true,
|
36 |
+
"max_length": 50
|
37 |
+
}
|
38 |
+
},
|
39 |
+
"torch_dtype": "float32",
|
40 |
+
"transformers_version": "4.28.0",
|
41 |
+
"use_cache": true,
|
42 |
+
"vocab_size": 50266
|
43 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d6db746e2aab4683818f2a3d67d858c4118f816155de2d7b824c3d229063ceac
|
3 |
+
size 510426106
|
runs/Apr10_21-00-13_301f54a569bb/1712783267.9997687/events.out.tfevents.1712783267.301f54a569bb.164.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ca702fcfe1720783dbfa6ac0b1c30784d71389821d6ccd070a0b8f6eb3dadb5
|
3 |
+
size 5910
|
runs/Apr10_21-00-13_301f54a569bb/events.out.tfevents.1712783263.301f54a569bb.164.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a53593624ce4bb32a37bd791eae1a951a79dac51a0b1b4c1aa0bc8f9e3aabd12
|
3 |
+
size 4805
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab2a408efb15929f1eb9eab9e732b64aff9a0bc303cc99191f870ca57c695f56
|
3 |
+
size 4088
|