Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
datasets:
|
2 |
- GX-XinGao/GRA
|
3 |
language:
|
@@ -8,4 +20,7 @@ license: apache-2.0
|
|
8 |
metrics:
|
9 |
- accuracy
|
10 |
pipeline_tag: text-generation
|
11 |
-
library_name: transformers
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- GX-XinGao/GRA
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
metrics:
|
8 |
+
- accuracy
|
9 |
+
base_model:
|
10 |
+
- Qwen/Qwen2.5-7B
|
11 |
+
pipeline_tag: text-generation
|
12 |
+
---
|
13 |
datasets:
|
14 |
- GX-XinGao/GRA
|
15 |
language:
|
|
|
20 |
metrics:
|
21 |
- accuracy
|
22 |
pipeline_tag: text-generation
|
23 |
+
library_name: transformers
|
24 |
+
Paper: [David's Slingshot: A Strategic Coordination Framework of Small LLMs Matches Large LLMs in Data Synthesis](https://arxiv.org/abs/xxxx.xxxxx)
|
25 |
+
|
26 |
+
Code: https://github.com/GX-XinGao/GRA
|