Fix metadata tags
#3
by
nielsr
HF Staff
- opened
README.md
CHANGED
@@ -2,21 +2,15 @@
|
|
2 |
license: mit
|
3 |
pipeline_tag: text-generation
|
4 |
library_name: transformers
|
5 |
-
|
6 |
-
|
7 |
-
---
|
8 |
-
frameworks:
|
9 |
-
- Pytorch
|
10 |
-
license: mit
|
11 |
-
tasks:
|
12 |
-
- text-generation
|
13 |
language:
|
14 |
- en
|
15 |
metrics:
|
16 |
- accuracy
|
17 |
base_model:
|
18 |
- Qwen/Qwen2.5-3B-Instruct
|
19 |
-
|
20 |
|
21 |
# Model Card for Tool-Star
|
22 |
|
|
|
2 |
license: mit
|
3 |
pipeline_tag: text-generation
|
4 |
library_name: transformers
|
5 |
+
tags:
|
6 |
+
- pytorch
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
language:
|
8 |
- en
|
9 |
metrics:
|
10 |
- accuracy
|
11 |
base_model:
|
12 |
- Qwen/Qwen2.5-3B-Instruct
|
13 |
+
---
|
14 |
|
15 |
# Model Card for Tool-Star
|
16 |
|