SilvioLima commited on
Commit
74d460d
1 Parent(s): b845a8b

Model save

Browse files
Files changed (1) hide show
  1. README.md +74 -0
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: peft
4
+ tags:
5
+ - generated_from_trainer
6
+ base_model: google/flan-t5-large
7
+ metrics:
8
+ - rouge
9
+ model-index:
10
+ - name: absa_10_domains_large
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
+ # absa_10_domains_large
18
+
19
+ This model is a fine-tuned version of [google/flan-t5-large](https://huggingface.co/google/flan-t5-large) on the None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: nan
22
+ - Rouge1: 0.0
23
+ - Rouge2: 0.0
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 0.0003
43
+ - train_batch_size: 2
44
+ - eval_batch_size: 2
45
+ - seed: 42
46
+ - gradient_accumulation_steps: 16
47
+ - total_train_batch_size: 32
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: linear
50
+ - num_epochs: 10
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 |
55
+ |:---------------------------------------:|:------:|:----:|:---------------:|:------:|:------:|
56
+ | 9447968943581024006218927935848448.0000 | 0.9981 | 300 | nan | 0.0 | 0.0 |
57
+ | 0.0 | 1.9996 | 601 | nan | 0.0 | 0.0 |
58
+ | 0.0 | 2.9977 | 901 | nan | 0.0 | 0.0 |
59
+ | 0.0 | 3.9992 | 1202 | nan | 0.0 | 0.0 |
60
+ | 0.0 | 4.9973 | 1502 | nan | 0.0 | 0.0 |
61
+ | 0.0 | 5.9988 | 1803 | nan | 0.0 | 0.0 |
62
+ | 0.0 | 6.9969 | 2103 | nan | 0.0 | 0.0 |
63
+ | 0.0 | 7.9983 | 2404 | nan | 0.0 | 0.0 |
64
+ | 0.0 | 8.9998 | 2705 | nan | 0.0 | 0.0 |
65
+ | 0.0 | 9.9813 | 3000 | nan | 0.0 | 0.0 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - PEFT 0.11.1
71
+ - Transformers 4.40.1
72
+ - Pytorch 2.3.0+cu121
73
+ - Datasets 2.19.0
74
+ - Tokenizers 0.19.1