tiagoblima commited on
Commit
f9b41d8
1 Parent(s): 3b02cdc

Model save

Browse files
Files changed (2) hide show
  1. README.md +60 -0
  2. generation_config.json +16 -0
README.md ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: tiagoblima/gun-nlth-base
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: t2t-gun-nlth-from-base-ft
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # t2t-gun-nlth-from-base-ft
14
+
15
+ This model is a fine-tuned version of [tiagoblima/gun-nlth-base](https://huggingface.co/tiagoblima/gun-nlth-base) on an unknown dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 5.9197
18
+
19
+ ## Model description
20
+
21
+ More information needed
22
+
23
+ ## Intended uses & limitations
24
+
25
+ More information needed
26
+
27
+ ## Training and evaluation data
28
+
29
+ More information needed
30
+
31
+ ## Training procedure
32
+
33
+ ### Training hyperparameters
34
+
35
+ The following hyperparameters were used during training:
36
+ - learning_rate: 5e-05
37
+ - train_batch_size: 2
38
+ - eval_batch_size: 1
39
+ - seed: 42
40
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
+ - lr_scheduler_type: linear
42
+ - num_epochs: 3.0
43
+
44
+ ### Training results
45
+
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:-----:|:---------------:|
48
+ | 6.4914 | 0.55 | 4000 | 6.6892 |
49
+ | 6.2748 | 1.1 | 8000 | 8.6345 |
50
+ | 6.0827 | 1.65 | 12000 | 7.7299 |
51
+ | 5.8924 | 2.2 | 16000 | 6.0179 |
52
+ | 5.8561 | 2.74 | 20000 | 5.9197 |
53
+
54
+
55
+ ### Framework versions
56
+
57
+ - Transformers 4.35.2
58
+ - Pytorch 2.1.2+cu121
59
+ - Datasets 2.15.0
60
+ - Tokenizers 0.15.1
generation_config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bad_words_ids": [
4
+ [
5
+ 6637
6
+ ]
7
+ ],
8
+ "bos_token_id": 0,
9
+ "decoder_start_token_id": 6637,
10
+ "eos_token_id": 2701,
11
+ "forced_eos_token_id": 2701,
12
+ "max_length": 512,
13
+ "num_beams": 2,
14
+ "pad_token_id": 6637,
15
+ "transformers_version": "4.35.2"
16
+ }