Add library name and pipeline tag to metadata
#1
by
nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,13 +1,16 @@
|
|
| 1 |
---
|
| 2 |
base_model:
|
| 3 |
- princeton-nlp/Llama-3-8B-ProLong-512k-Instruct
|
| 4 |
-
license: apache-2.0
|
| 5 |
-
language:
|
| 6 |
-
- en
|
| 7 |
datasets:
|
| 8 |
- chtmp223/CLIPPER
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
|
|
|
|
| 11 |
# ProLong-512k-8B-CLIPPER
|
| 12 |
ProLong-512k-8B-CLIPPER is a fine-tuned version of princeton-nlp/Llama-3-8B-ProLong-512k-Instruct using supervised finetuning over chtmp223/CLIPPER dataset.
|
| 13 |
Please check [our paper](https://arxiv.org/abs/2502.14854) for more details on the method.
|
|
|
|
| 1 |
---
|
| 2 |
base_model:
|
| 3 |
- princeton-nlp/Llama-3-8B-ProLong-512k-Instruct
|
|
|
|
|
|
|
|
|
|
| 4 |
datasets:
|
| 5 |
- chtmp223/CLIPPER
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
license: apache-2.0
|
| 9 |
+
library_name: transformers
|
| 10 |
+
pipeline_tag: text-generation
|
| 11 |
---
|
| 12 |
|
| 13 |
+
```markdown
|
| 14 |
# ProLong-512k-8B-CLIPPER
|
| 15 |
ProLong-512k-8B-CLIPPER is a fine-tuned version of princeton-nlp/Llama-3-8B-ProLong-512k-Instruct using supervised finetuning over chtmp223/CLIPPER dataset.
|
| 16 |
Please check [our paper](https://arxiv.org/abs/2502.14854) for more details on the method.
|