Commit ·
ba84a75
1
Parent(s): 2708da4
End of training
Browse files- README.md +66 -0
- config.json +40 -0
- generation_config.json +6 -0
- model.safetensors +3 -0
- runs/Nov25_14-41-53_7e4e106b6824/events.out.tfevents.1700923318.7e4e106b6824.506.0 +3 -0
- runs/Nov25_14-42-20_7e4e106b6824/events.out.tfevents.1700923343.7e4e106b6824.506.1 +3 -0
- runs/Nov25_14-42-42_7e4e106b6824/events.out.tfevents.1700923366.7e4e106b6824.506.2 +3 -0
- runs/Nov25_14-44-09_7e4e106b6824/events.out.tfevents.1700923453.7e4e106b6824.506.3 +3 -0
- runs/Nov25_14-59-34_7e4e106b6824/events.out.tfevents.1700924378.7e4e106b6824.506.4 +3 -0
- training_args.bin +3 -0
README.md
ADDED
|
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
base_model: DeepESP/gpt2-spanish
|
| 4 |
+
tags:
|
| 5 |
+
- generated_from_trainer
|
| 6 |
+
model-index:
|
| 7 |
+
- name: Julio-Cortazar
|
| 8 |
+
results: []
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 12 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 13 |
+
|
| 14 |
+
# Julio-Cortazar
|
| 15 |
+
|
| 16 |
+
This model is a fine-tuned version of [DeepESP/gpt2-spanish](https://huggingface.co/DeepESP/gpt2-spanish) on an unknown dataset.
|
| 17 |
+
It achieves the following results on the evaluation set:
|
| 18 |
+
- Loss: 2.1217
|
| 19 |
+
|
| 20 |
+
## Model description
|
| 21 |
+
|
| 22 |
+
More information needed
|
| 23 |
+
|
| 24 |
+
## Intended uses & limitations
|
| 25 |
+
|
| 26 |
+
More information needed
|
| 27 |
+
|
| 28 |
+
## Training and evaluation data
|
| 29 |
+
|
| 30 |
+
More information needed
|
| 31 |
+
|
| 32 |
+
## Training procedure
|
| 33 |
+
|
| 34 |
+
### Training hyperparameters
|
| 35 |
+
|
| 36 |
+
The following hyperparameters were used during training:
|
| 37 |
+
- learning_rate: 2e-05
|
| 38 |
+
- train_batch_size: 64
|
| 39 |
+
- eval_batch_size: 64
|
| 40 |
+
- seed: 42
|
| 41 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 42 |
+
- lr_scheduler_type: linear
|
| 43 |
+
- num_epochs: 10
|
| 44 |
+
|
| 45 |
+
### Training results
|
| 46 |
+
|
| 47 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
| 48 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
| 49 |
+
| 2.2442 | 1.0 | 177 | 2.2206 |
|
| 50 |
+
| 2.1964 | 2.0 | 354 | 2.1716 |
|
| 51 |
+
| 2.1064 | 3.0 | 531 | 2.1494 |
|
| 52 |
+
| 1.9843 | 4.0 | 708 | 2.1374 |
|
| 53 |
+
| 1.9402 | 5.0 | 885 | 2.1312 |
|
| 54 |
+
| 1.9309 | 6.0 | 1062 | 2.1264 |
|
| 55 |
+
| 1.8384 | 7.0 | 1239 | 2.1227 |
|
| 56 |
+
| 1.7512 | 8.0 | 1416 | 2.1221 |
|
| 57 |
+
| 1.742 | 9.0 | 1593 | 2.1215 |
|
| 58 |
+
| 1.8728 | 10.0 | 1770 | 2.1217 |
|
| 59 |
+
|
| 60 |
+
|
| 61 |
+
### Framework versions
|
| 62 |
+
|
| 63 |
+
- Transformers 4.35.2
|
| 64 |
+
- Pytorch 2.1.0+cu118
|
| 65 |
+
- Datasets 2.15.0
|
| 66 |
+
- Tokenizers 0.15.0
|
config.json
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "DeepESP/gpt2-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,
|
| 17 |
+
"n_head": 12,
|
| 18 |
+
"n_inner": null,
|
| 19 |
+
"n_layer": 12,
|
| 20 |
+
"n_positions": 1024,
|
| 21 |
+
"reorder_and_upcast_attn": false,
|
| 22 |
+
"resid_pdrop": 0.1,
|
| 23 |
+
"scale_attn_by_inverse_layer_idx": false,
|
| 24 |
+
"scale_attn_weights": true,
|
| 25 |
+
"summary_activation": null,
|
| 26 |
+
"summary_first_dropout": 0.1,
|
| 27 |
+
"summary_proj_to_labels": true,
|
| 28 |
+
"summary_type": "cls_index",
|
| 29 |
+
"summary_use_proj": true,
|
| 30 |
+
"task_specific_params": {
|
| 31 |
+
"text-generation": {
|
| 32 |
+
"do_sample": true,
|
| 33 |
+
"max_length": 50
|
| 34 |
+
}
|
| 35 |
+
},
|
| 36 |
+
"torch_dtype": "float32",
|
| 37 |
+
"transformers_version": "4.35.2",
|
| 38 |
+
"use_cache": true,
|
| 39 |
+
"vocab_size": 50257
|
| 40 |
+
}
|
generation_config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 50256,
|
| 4 |
+
"eos_token_id": 50256,
|
| 5 |
+
"transformers_version": "4.35.2"
|
| 6 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d7c647a54bebd1b28160cd5a1210f0ba068e3a16fb5d37df19a48523d7b7db1a
|
| 3 |
+
size 497774208
|
runs/Nov25_14-41-53_7e4e106b6824/events.out.tfevents.1700923318.7e4e106b6824.506.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:84eabd3d7fb7914920713d074c07d23e84a6769451685741ddb8bd4f434e387b
|
| 3 |
+
size 5415
|
runs/Nov25_14-42-20_7e4e106b6824/events.out.tfevents.1700923343.7e4e106b6824.506.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:11eb035c7eabb810ae52046eba62ed63fbc5619abffc5c8a816807805b73b739
|
| 3 |
+
size 5569
|
runs/Nov25_14-42-42_7e4e106b6824/events.out.tfevents.1700923366.7e4e106b6824.506.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:227ee5ba49dd67c52435c960ee3cb66c50a7abf124bd667f52e41f457f7db98e
|
| 3 |
+
size 8033
|
runs/Nov25_14-44-09_7e4e106b6824/events.out.tfevents.1700923453.7e4e106b6824.506.3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0fbaf8f7ea032b8b05964d5b6bd6e1c4e302469c22571097b0aae54ad0e65068
|
| 3 |
+
size 53056
|
runs/Nov25_14-59-34_7e4e106b6824/events.out.tfevents.1700924378.7e4e106b6824.506.4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6de047a9f5477202820ba9930d31f8ec74211da7bedf0bee45dbcd2deca43c2d
|
| 3 |
+
size 63058
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:72ea227e0906e62c80b84e3f5f179d85e1e0ac9a979daea2ec486a8f7653368d
|
| 3 |
+
size 4536
|