w11wo commited on
Commit
ded1de4
1 Parent(s): ba71b2c

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: byt5-small-wikipron-eng-latn
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
+ # byt5-small-wikipron-eng-latn
14
+
15
+ This model is a fine-tuned version of [google/byt5-small](https://huggingface.co/google/byt5-small) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.1898
18
+ - Per: 0.3272
19
+ - Gen Len: 16.4158
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 0.0002
39
+ - train_batch_size: 32
40
+ - eval_batch_size: 32
41
+ - seed: 42
42
+ - gradient_accumulation_steps: 4
43
+ - total_train_batch_size: 128
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - lr_scheduler_warmup_ratio: 0.1
47
+ - num_epochs: 10.0
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Per | Gen Len |
52
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|
53
+ | 2.2564 | 1.0 | 230 | 0.4016 | 0.5235 | 15.7351 |
54
+ | 0.3856 | 2.0 | 461 | 0.2648 | 0.4189 | 16.3283 |
55
+ | 0.2861 | 3.0 | 692 | 0.2248 | 0.3665 | 16.3982 |
56
+ | 0.2438 | 4.0 | 923 | 0.2090 | 0.3452 | 16.3591 |
57
+ | 0.2207 | 5.0 | 1153 | 0.2015 | 0.3403 | 16.3944 |
58
+ | 0.2049 | 6.0 | 1384 | 0.1952 | 0.3342 | 16.4001 |
59
+ | 0.193 | 7.0 | 1615 | 0.1908 | 0.3306 | 16.4006 |
60
+ | 0.185 | 8.0 | 1846 | 0.1883 | 0.3271 | 16.408 |
61
+ | 0.18 | 9.0 | 2076 | 0.1894 | 0.3276 | 16.4194 |
62
+ | 0.1751 | 9.97 | 2300 | 0.1898 | 0.3272 | 16.4158 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.29.2
68
+ - Pytorch 2.0.1+cu117
69
+ - Datasets 2.12.0
70
+ - Tokenizers 0.13.3