jvalline commited on
Commit
b918159
1 Parent(s): 2c1772d

Model save

Browse files
Files changed (3) hide show
  1. README.md +76 -0
  2. generation_config.json +6 -0
  3. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: t5-base
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - bleu
8
+ - wer
9
+ model-index:
10
+ - name: 50pos_model
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # 50pos_model
18
+
19
+ This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on the None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 1.4089
22
+ - Bleu: 0.0001
23
+ - Wer: 0.9459
24
+ - Rougel: 0.1326
25
+ - Gen Len: 18.9987
26
+
27
+ ## Model description
28
+
29
+ More information needed
30
+
31
+ ## Intended uses & limitations
32
+
33
+ More information needed
34
+
35
+ ## Training and evaluation data
36
+
37
+ More information needed
38
+
39
+ ## Training procedure
40
+
41
+ ### Training hyperparameters
42
+
43
+ The following hyperparameters were used during training:
44
+ - learning_rate: 2e-05
45
+ - train_batch_size: 8
46
+ - eval_batch_size: 8
47
+ - seed: 42
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: linear
50
+ - num_epochs: 2
51
+ - mixed_precision_training: Native AMP
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Wer | Rougel | Gen Len |
56
+ |:-------------:|:-----:|:-----:|:---------------:|:------:|:------:|:------:|:-------:|
57
+ | 2.191 | 0.16 | 1000 | 1.3669 | 0.0001 | 0.9468 | 0.1309 | 18.999 |
58
+ | 1.5151 | 0.32 | 2000 | 1.2748 | 0.0001 | 0.9458 | 0.1327 | 18.9987 |
59
+ | 1.6193 | 0.48 | 3000 | 1.4301 | 0.0001 | 0.9457 | 0.133 | 18.9986 |
60
+ | 1.7458 | 0.64 | 4000 | 1.4091 | 0.0001 | 0.9459 | 0.1326 | 18.9986 |
61
+ | 1.7281 | 0.8 | 5000 | 1.4088 | 0.0001 | 0.9459 | 0.1326 | 18.9986 |
62
+ | 1.7255 | 0.96 | 6000 | 1.4089 | 0.0001 | 0.9459 | 0.1326 | 18.9986 |
63
+ | 1.7297 | 1.12 | 7000 | 1.4089 | 0.0001 | 0.9459 | 0.1326 | 18.9987 |
64
+ | 1.7197 | 1.28 | 8000 | 1.4089 | 0.0001 | 0.9459 | 0.1326 | 18.9987 |
65
+ | 1.7287 | 1.44 | 9000 | 1.4088 | 0.0001 | 0.9459 | 0.1326 | 18.9986 |
66
+ | 1.7253 | 1.6 | 10000 | 1.4088 | 0.0001 | 0.9459 | 0.1326 | 18.9987 |
67
+ | 1.7189 | 1.76 | 11000 | 1.4089 | 0.0001 | 0.9459 | 0.1326 | 18.9987 |
68
+ | 1.7257 | 1.92 | 12000 | 1.4089 | 0.0001 | 0.9459 | 0.1326 | 18.9987 |
69
+
70
+
71
+ ### Framework versions
72
+
73
+ - Transformers 4.37.1
74
+ - Pytorch 2.3.0.dev20240122+cu121
75
+ - Datasets 2.16.1
76
+ - Tokenizers 0.15.1
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "decoder_start_token_id": 0,
3
+ "eos_token_id": 1,
4
+ "pad_token_id": 0,
5
+ "transformers_version": "4.37.1"
6
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7bc02e43a6fa4949902c8ec442bbaf923a30b20034be6c1e65ce03242b259251
3
  size 891644712
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d61bf4eea64a563fd2876adf0cc537e415d4bf24eec8227f6e16ce751000048
3
  size 891644712