UNIST-Eunchan
commited on
Commit
•
73696db
1
Parent(s):
ed62c75
Update README.md
Browse files
README.md
CHANGED
@@ -50,29 +50,26 @@ This model is a fine-tuned version of [google/pegasus-x-base](https://huggingfac
|
|
50 |
It achieves the following results on the evaluation set:
|
51 |
- Loss: 2.7262
|
52 |
|
53 |
-
## Model description
|
54 |
-
|
55 |
-
More information needed
|
56 |
-
|
57 |
-
## Intended uses & limitations
|
58 |
-
|
59 |
-
More information needed
|
60 |
-
|
61 |
-
## Training and evaluation data
|
62 |
|
|
|
63 |
|
64 |
|
65 |
-
Base Model
|
66 |
|
67 |
-
Finetuning Dataset
|
68 |
(-Full length is 200,000+, We will upload full trained Model soon)
|
69 |
|
70 |
-
GPU
|
71 |
Train time: About 20 hours for 3 epochs
|
72 |
|
73 |
Test time: About 8 hours for test dataset.
|
74 |
|
75 |
|
|
|
|
|
|
|
|
|
|
|
76 |
|
77 |
### Training hyperparameters
|
78 |
|
|
|
50 |
It achieves the following results on the evaluation set:
|
51 |
- Loss: 2.7262
|
52 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
|
54 |
+
## Model Description / Training and evaluation data
|
55 |
|
56 |
|
57 |
+
**Base Model**: [Pegasus-x-base (State-of-the-art for Long Context Summarization)](https://huggingface.co/google/pegasus-x-base)
|
58 |
|
59 |
+
**Finetuning Dataset**: We used train[25000:100000] of ArXiv Dataset (Cohan et al., 2018) [NAACL-HLT 2018] [PDF](https://arxiv.org/abs/1804.05685)
|
60 |
(-Full length is 200,000+, We will upload full trained Model soon)
|
61 |
|
62 |
+
**GPU**: One A100 GPU
|
63 |
Train time: About 20 hours for 3 epochs
|
64 |
|
65 |
Test time: About 8 hours for test dataset.
|
66 |
|
67 |
|
68 |
+
## Intended uses & limitations
|
69 |
+
|
70 |
+
- **Research Paper Summarization**
|
71 |
+
|
72 |
+
|
73 |
|
74 |
### Training hyperparameters
|
75 |
|