Add pipeline tag, library name, link to paper and code

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +14 -12
README.md CHANGED
@@ -1,12 +1,19 @@
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">
11
  <img src="fig/Bk3NbjnJko51MTx1ZCScT2sqnGg.png" width="300">
12
  </p>
@@ -68,7 +75,7 @@ We evaluate Infinity-Instruct-3M-0625-Yi-1.5-9B on the two most popular instruct
68
 
69
  ## **How to use**
70
 
71
- Infinity-Instruct-3M-0625-Yi-1.5-9B adopt the same chat template of [Yi-1.5-9B-Chat](https://huggingface.co/01-ai/Yi-1.5-9B-Chat):
72
 
73
  ```bash
74
  <|im_start|>user
@@ -132,18 +139,13 @@ The resources, including code, data, and model weights, associated with this pro
132
  ##
133
 
134
  ## **Citation**
135
- Our paper, detailing the development and features of the **Infinity Instruct** dataset and finetuned models, will be released soon on arXiv. Stay tuned!
136
 
137
  ```
138
  @article{InfinityInstruct2024,
139
- title={Infinity Instruct},
140
- author={Beijing Academy of Artificial Intelligence (BAAI)},
141
- journal={arXiv preprint arXiv:2406.XXXX},
142
  year={2024}
143
  }
144
- ```
145
-
146
-
147
-
148
-
149
-
 
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
+ This repository contains the model of the paper [Infinity Instruct: Scaling Instruction Selection and Synthesis to Enhance Language Models](https://huggingface.co/papers/2506.11116).
14
+
15
+ Code: https://github.com/FlagOpen/FlagScale
16
+
17
  <p align="center">
18
  <img src="fig/Bk3NbjnJko51MTx1ZCScT2sqnGg.png" width="300">
19
  </p>
 
75
 
76
  ## **How to use**
77
 
78
+ Infinity-Instruct-3M-0625-Yi-1.5-9B adopt the same chat template of [Yi-1.5-9B-Chat](https://huggingface.co/01-ai/Yi-1.5-9B-Chat):\
79
 
80
  ```bash
81
  <|im_start|>user
 
139
  ##
140
 
141
  ## **Citation**
142
+ Our paper, detailing the development and features of the **Infinity Instruct** dataset and finetuned models, will be released soon on arXiv. Stay tuned!\
143
 
144
  ```
145
  @article{InfinityInstruct2024,
146
+ title={Infinity Instruct},\
147
+ author={Beijing Academy of Artificial Intelligence (BAAI)},\
148
+ journal={arXiv preprint arXiv:2406.XXXX},\
149
  year={2024}
150
  }
151
+ ```