Josue2537182019
commited on
Commit
·
a31e12b
1
Parent(s):
5a04f4b
Subiendo modelo entrenado
Browse files- results/checkpoint-9/config.json +57 -0
- results/checkpoint-9/generation_config.json +16 -0
- results/checkpoint-9/model.safetensors +3 -0
- results/checkpoint-9/optimizer.pt +3 -0
- results/checkpoint-9/rng_state.pth +3 -0
- results/checkpoint-9/scheduler.pt +3 -0
- results/checkpoint-9/trainer_state.json +49 -0
- results/checkpoint-9/training_args.bin +3 -0
- results/emissions.csv +2 -0
- results/runs/Nov14_03-02-54_7eea3863fcc9/events.out.tfevents.1731553376.7eea3863fcc9.33.0 +3 -0
- results/runs/Nov14_03-09-27_7eea3863fcc9/events.out.tfevents.1731553768.7eea3863fcc9.94.0 +3 -0
- results/runs/Nov14_03-11-27_7eea3863fcc9/events.out.tfevents.1731553889.7eea3863fcc9.153.0 +3 -0
results/checkpoint-9/config.json
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "Helsinki-NLP/opus-mt-es-en",
|
3 |
+
"activation_dropout": 0.0,
|
4 |
+
"activation_function": "swish",
|
5 |
+
"add_bias_logits": false,
|
6 |
+
"add_final_layer_norm": false,
|
7 |
+
"architectures": [
|
8 |
+
"MarianMTModel"
|
9 |
+
],
|
10 |
+
"attention_dropout": 0.0,
|
11 |
+
"bos_token_id": 0,
|
12 |
+
"classif_dropout": 0.0,
|
13 |
+
"classifier_dropout": 0.0,
|
14 |
+
"d_model": 512,
|
15 |
+
"decoder_attention_heads": 8,
|
16 |
+
"decoder_ffn_dim": 2048,
|
17 |
+
"decoder_layerdrop": 0.0,
|
18 |
+
"decoder_layers": 6,
|
19 |
+
"decoder_start_token_id": 65000,
|
20 |
+
"decoder_vocab_size": 65001,
|
21 |
+
"dropout": 0.1,
|
22 |
+
"encoder_attention_heads": 8,
|
23 |
+
"encoder_ffn_dim": 2048,
|
24 |
+
"encoder_layerdrop": 0.0,
|
25 |
+
"encoder_layers": 6,
|
26 |
+
"eos_token_id": 0,
|
27 |
+
"extra_pos_embeddings": 65001,
|
28 |
+
"force_bos_token_to_be_generated": false,
|
29 |
+
"forced_eos_token_id": 0,
|
30 |
+
"id2label": {
|
31 |
+
"0": "LABEL_0",
|
32 |
+
"1": "LABEL_1",
|
33 |
+
"2": "LABEL_2"
|
34 |
+
},
|
35 |
+
"init_std": 0.02,
|
36 |
+
"is_encoder_decoder": true,
|
37 |
+
"label2id": {
|
38 |
+
"LABEL_0": 0,
|
39 |
+
"LABEL_1": 1,
|
40 |
+
"LABEL_2": 2
|
41 |
+
},
|
42 |
+
"max_length": null,
|
43 |
+
"max_position_embeddings": 512,
|
44 |
+
"model_type": "marian",
|
45 |
+
"normalize_before": false,
|
46 |
+
"normalize_embedding": false,
|
47 |
+
"num_beams": null,
|
48 |
+
"num_hidden_layers": 6,
|
49 |
+
"pad_token_id": 65000,
|
50 |
+
"scale_embedding": true,
|
51 |
+
"share_encoder_decoder_embeddings": true,
|
52 |
+
"static_position_embeddings": true,
|
53 |
+
"torch_dtype": "float32",
|
54 |
+
"transformers_version": "4.47.0.dev0",
|
55 |
+
"use_cache": true,
|
56 |
+
"vocab_size": 65001
|
57 |
+
}
|
results/checkpoint-9/generation_config.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bad_words_ids": [
|
3 |
+
[
|
4 |
+
65000
|
5 |
+
]
|
6 |
+
],
|
7 |
+
"bos_token_id": 0,
|
8 |
+
"decoder_start_token_id": 65000,
|
9 |
+
"eos_token_id": 0,
|
10 |
+
"forced_eos_token_id": 0,
|
11 |
+
"max_length": 512,
|
12 |
+
"num_beams": 4,
|
13 |
+
"pad_token_id": 65000,
|
14 |
+
"renormalize_logits": true,
|
15 |
+
"transformers_version": "4.47.0.dev0"
|
16 |
+
}
|
results/checkpoint-9/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:36b57a5b62d201c8ae1bedfb11dbaac29bc1b0570ebfa5003c223900ba22e5fe
|
3 |
+
size 309965092
|
results/checkpoint-9/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:90eebab633113df743dd8f69d86b2717cbda1428fd8fd6a7148d10aa0cdf36a1
|
3 |
+
size 619556538
|
results/checkpoint-9/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de0a7f9a663586985305b4fd7d62c0a742227adee9c1128cf63e893b19b25c3b
|
3 |
+
size 13990
|
results/checkpoint-9/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3f60d1d2d190161d57aafae98632eb27f6d5335b31b913c32c549cfeb405fc0a
|
3 |
+
size 1064
|
results/checkpoint-9/trainer_state.json
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 3.0,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 9,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 1.0,
|
13 |
+
"eval_loss": 7.851025104522705,
|
14 |
+
"eval_runtime": 2.8805,
|
15 |
+
"eval_samples_per_second": 14.234,
|
16 |
+
"eval_steps_per_second": 1.041,
|
17 |
+
"step": 3
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 2.0,
|
21 |
+
"eval_loss": 5.643466949462891,
|
22 |
+
"eval_runtime": 2.6478,
|
23 |
+
"eval_samples_per_second": 15.485,
|
24 |
+
"eval_steps_per_second": 1.133,
|
25 |
+
"step": 6
|
26 |
+
}
|
27 |
+
],
|
28 |
+
"logging_steps": 500,
|
29 |
+
"max_steps": 9,
|
30 |
+
"num_input_tokens_seen": 0,
|
31 |
+
"num_train_epochs": 3,
|
32 |
+
"save_steps": 500,
|
33 |
+
"stateful_callbacks": {
|
34 |
+
"TrainerControl": {
|
35 |
+
"args": {
|
36 |
+
"should_epoch_stop": false,
|
37 |
+
"should_evaluate": false,
|
38 |
+
"should_log": false,
|
39 |
+
"should_save": true,
|
40 |
+
"should_training_stop": true
|
41 |
+
},
|
42 |
+
"attributes": {}
|
43 |
+
}
|
44 |
+
},
|
45 |
+
"total_flos": 4169498886144.0,
|
46 |
+
"train_batch_size": 16,
|
47 |
+
"trial_name": null,
|
48 |
+
"trial_params": null
|
49 |
+
}
|
results/checkpoint-9/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb9e6794c53fd71c07c16e0c5ed34ee05e96b601b0e9ffb02494060b34d5726f
|
3 |
+
size 5304
|
results/emissions.csv
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
timestamp,experiment_id,project_name,duration,emissions,energy_consumed,country_name,country_iso_code,region,on_cloud,cloud_provider,cloud_region
|
2 |
+
2024-11-14T03:12:03,36101561-8227-4141-b302-c66f2c46c2af,codecarbon,33.862382650375366,0.00024260835115539258,0.00039971438105132056,El Salvador,SLV,san salvador department,N,,
|
results/runs/Nov14_03-02-54_7eea3863fcc9/events.out.tfevents.1731553376.7eea3863fcc9.33.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e8322372981a0d4527027531223c3c00a2713aff33044e8992adbe3b2f54a938
|
3 |
+
size 5844
|
results/runs/Nov14_03-09-27_7eea3863fcc9/events.out.tfevents.1731553768.7eea3863fcc9.94.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dac6a628fe676024c1007789ac8b73f9d37e16efa7ca3c28c75478cad1acc442
|
3 |
+
size 5844
|
results/runs/Nov14_03-11-27_7eea3863fcc9/events.out.tfevents.1731553889.7eea3863fcc9.153.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ccbf516505c6a952b5274ca5453319d581cf94a3c342b58a1f0cafdee17ca51f
|
3 |
+
size 6990
|