Update metadata: Add library_name to Transformers
#4
by
xianbao
HF staff
- opened
README.md
CHANGED
@@ -1,14 +1,15 @@
|
|
1 |
---
|
2 |
-
license: other
|
3 |
-
language:
|
4 |
-
- en
|
5 |
-
pipeline_tag: text-generation
|
6 |
tags:
|
7 |
- cerebras
|
8 |
- doc-chat
|
9 |
- DocChat
|
10 |
- llama-3
|
11 |
- pytorch
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
# Model Information
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
2 |
tags:
|
3 |
- cerebras
|
4 |
- doc-chat
|
5 |
- DocChat
|
6 |
- llama-3
|
7 |
- pytorch
|
8 |
+
license: other
|
9 |
+
language:
|
10 |
+
- en
|
11 |
+
pipeline_tag: text-generation
|
12 |
+
library_name: transformers
|
13 |
---
|
14 |
|
15 |
# Model Information
|