Add library name and pipeline tag
#3
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,10 +1,13 @@
|
|
| 1 |
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
datasets:
|
| 4 |
- BAAI/Infinity-Instruct
|
| 5 |
language:
|
| 6 |
- en
|
|
|
|
|
|
|
|
|
|
| 7 |
---
|
|
|
|
| 8 |
# Infinity Instruct
|
| 9 |
|
| 10 |
<p align="center">
|
|
@@ -70,7 +73,7 @@ We evaluate Infinity-Instruct-3M-0625-Llama3-70B on the two most popular instruc
|
|
| 70 |
|
| 71 |
## **How to use**
|
| 72 |
|
| 73 |
-
Infinity-Instruct-3M-0625-Llama3-70B adopt the same chat template of [Llama3-70B-instruct](https://huggingface.co/meta-llama/Meta-Llama-3-70B-Instruct):
|
| 74 |
|
| 75 |
```bash
|
| 76 |
<|begin_of_text|><|start_header_id|>user<|end_header_id|>
|
|
@@ -144,5 +147,4 @@ Our paper, detailing the development and features of the **Infinity Instruct** d
|
|
| 144 |
journal={arXiv preprint arXiv:2406.XXXX},
|
| 145 |
year={2024}
|
| 146 |
}
|
| 147 |
-
```
|
| 148 |
-
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
datasets:
|
| 3 |
- BAAI/Infinity-Instruct
|
| 4 |
language:
|
| 5 |
- en
|
| 6 |
+
license: apache-2.0
|
| 7 |
+
library_name: transformers
|
| 8 |
+
pipeline_tag: text-generation
|
| 9 |
---
|
| 10 |
+
|
| 11 |
# Infinity Instruct
|
| 12 |
|
| 13 |
<p align="center">
|
|
|
|
| 73 |
|
| 74 |
## **How to use**
|
| 75 |
|
| 76 |
+
Infinity-Instruct-3M-0625-Llama3-70B adopt the same chat template of [Llama3-70B-instruct](https://huggingface.co/meta-llama/Meta-Llama-3-70B-Instruct):\
|
| 77 |
|
| 78 |
```bash
|
| 79 |
<|begin_of_text|><|start_header_id|>user<|end_header_id|>
|
|
|
|
| 147 |
journal={arXiv preprint arXiv:2406.XXXX},
|
| 148 |
year={2024}
|
| 149 |
}
|
| 150 |
+
```
|
|
|