shamikbose89 commited on
Commit
472210d
1 Parent(s): 3be1252

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +64 -7
README.md CHANGED
@@ -1,7 +1,64 @@
1
- This model is finetuned to produce titles for scientific articles from their abstracts. This is trained on the [arxiv dataset](https://huggingface.co/datasets/arxiv_dataset) for the following categories:
2
- - cs.AI
3
- - cs.LG
4
- - cs.NE
5
- - cs.GR
6
- - cs.CL
7
- - cs.CV
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - rouge
7
+ model-index:
8
+ - name: mt5-small-finetuned-arxiv-cs
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # mt5-small-finetuned-arxiv-cs
16
+
17
+ This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 1.6922
20
+ - Rouge1: 0.7734
21
+ - Rouge2: 0.2865
22
+ - Rougel: 0.6665
23
+ - Rougelsum: 0.6743
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: 5.6e-05
43
+ - train_batch_size: 8
44
+ - eval_batch_size: 8
45
+ - seed: 42
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - num_epochs: 4
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
53
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
54
+ | 14.0947 | 1.0 | 500 | 2.7666 | 1.2101 | 0.459 | 1.1426 | 1.1385 |
55
+ | 2.8524 | 2.0 | 1000 | 1.8208 | 0.0 | 0.0 | 0.0 | 0.0 |
56
+ | 2.2623 | 3.0 | 1500 | 1.6922 | 0.7734 | 0.2865 | 0.6665 | 0.6743 |
57
+
58
+
59
+ ### Framework versions
60
+
61
+ - Transformers 4.12.5
62
+ - Pytorch 1.10.0+cu111
63
+ - Datasets 1.15.1
64
+ - Tokenizers 0.10.3