tarudesu commited on
Commit
101a7e6
1 Parent(s): 753337c

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +61 -0
README.md ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: tarudesu/ViHateT5-base-from-scratch-20-02
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: fine-tuned-ViHateT5-base-from-scratch-20-NEW
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
+ # fine-tuned-ViHateT5-base-from-scratch-20-NEW
14
+
15
+ This model is a fine-tuned version of [tarudesu/ViHateT5-base-from-scratch-20-02](https://huggingface.co/tarudesu/ViHateT5-base-from-scratch-20-02) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.1363
18
+ - F1 Macro: 31.6377
19
+ - Gen Len: 4.7985
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.0003
39
+ - train_batch_size: 32
40
+ - eval_batch_size: 32
41
+ - seed: 42
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
+ - lr_scheduler_type: linear
44
+ - num_epochs: 4
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss | F1 Macro | Gen Len |
49
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:-------:|
50
+ | 0.5369 | 1.0 | 1247 | 0.2050 | 27.6473 | 4.8063 |
51
+ | 0.2465 | 2.0 | 2494 | 0.1492 | 30.0803 | 4.7918 |
52
+ | 0.1505 | 3.0 | 3741 | 0.1437 | 30.3017 | 4.7982 |
53
+ | 0.0862 | 4.0 | 4988 | 0.1363 | 31.6377 | 4.7985 |
54
+
55
+
56
+ ### Framework versions
57
+
58
+ - Transformers 4.32.0.dev0
59
+ - Pytorch 2.1.2+cu121
60
+ - Datasets 2.16.1
61
+ - Tokenizers 0.13.3