irenepap commited on
Commit
37b5baf
1 Parent(s): a81815c

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +75 -0
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: t5-base-qasper
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
+ # t5-base-qasper
14
+
15
+ This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 1.1947
18
+ - Answer f1: 0.0483
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 1e-05
38
+ - train_batch_size: 8
39
+ - eval_batch_size: 8
40
+ - seed: 42
41
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
+ - lr_scheduler_type: linear
43
+ - num_epochs: 20
44
+ - mixed_precision_training: Native AMP
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss | Answer f1 |
49
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|
50
+ | No log | 1.0 | 262 | 1.4772 | 0.0433 |
51
+ | 1.5405 | 2.0 | 524 | 1.2919 | 0.0492 |
52
+ | 1.5405 | 3.0 | 786 | 1.2517 | 0.0491 |
53
+ | 1.1476 | 4.0 | 1048 | 1.2292 | 0.0492 |
54
+ | 1.1476 | 5.0 | 1310 | 1.2197 | 0.0497 |
55
+ | 1.056 | 6.0 | 1572 | 1.2150 | 0.0509 |
56
+ | 1.056 | 7.0 | 1834 | 1.2116 | 0.0507 |
57
+ | 0.9915 | 8.0 | 2096 | 1.2048 | 0.0503 |
58
+ | 0.9915 | 9.0 | 2358 | 1.2056 | 0.0512 |
59
+ | 0.9418 | 10.0 | 2620 | 1.1954 | 0.0497 |
60
+ | 0.9418 | 11.0 | 2882 | 1.1977 | 0.0491 |
61
+ | 0.9348 | 12.0 | 3144 | 1.1954 | 0.0486 |
62
+ | 0.9348 | 13.0 | 3406 | 1.1926 | 0.0482 |
63
+ | 0.9073 | 14.0 | 3668 | 1.1946 | 0.0486 |
64
+ | 0.9073 | 15.0 | 3930 | 1.1919 | 0.0480 |
65
+ | 0.8769 | 16.0 | 4192 | 1.1955 | 0.0485 |
66
+ | 0.8769 | 17.0 | 4454 | 1.1941 | 0.0481 |
67
+ | 0.8754 | 18.0 | 4716 | 1.1947 | 0.0483 |
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - Transformers 4.24.0
73
+ - Pytorch 1.13.0+cu117
74
+ - Datasets 2.7.1
75
+ - Tokenizers 0.13.2