Add link to code and base model tag
Browse filesThis PR adds the link to the code repository and the base model tag.
README.md
CHANGED
@@ -1,14 +1,16 @@
|
|
1 |
---
|
2 |
-
library_name: transformers
|
3 |
-
license: apache-2.0
|
4 |
datasets:
|
5 |
- monology/pile-uncopyrighted
|
6 |
- MiniLLM/pile-tokenized
|
7 |
language:
|
8 |
- en
|
|
|
|
|
9 |
metrics:
|
10 |
- accuracy
|
11 |
pipeline_tag: text-generation
|
|
|
|
|
12 |
---
|
13 |
|
14 |
# VanillaKD-Pretrain-Qwen-200M
|
|
|
1 |
---
|
|
|
|
|
2 |
datasets:
|
3 |
- monology/pile-uncopyrighted
|
4 |
- MiniLLM/pile-tokenized
|
5 |
language:
|
6 |
- en
|
7 |
+
library_name: transformers
|
8 |
+
license: apache-2.0
|
9 |
metrics:
|
10 |
- accuracy
|
11 |
pipeline_tag: text-generation
|
12 |
+
base_model:
|
13 |
+
- Qwen/Qwen1.5-1.8B
|
14 |
---
|
15 |
|
16 |
# VanillaKD-Pretrain-Qwen-200M
|