UNIST-Eunchan commited on
Commit
bc66740
1 Parent(s): 174326f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -56,8 +56,9 @@ It achieves the following results on the evaluation set:
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
 
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**:
60
+ - We used **train[25000:100000] of ArXiv Dataset (Cohan et al., 2018, NAACL-HLT 2018)** [[PDF]](https://arxiv.org/abs/1804.05685)
61
+ - (Full length is 200,000+, We will upload full trained Model soon)
62
 
63
  **GPU**: One A100 GPU
64
  **Train time**: About 20 hours for 3 epochs