Add pipeline tag and library name
#1
by
nielsr
HF staff
- opened
README.md
CHANGED
@@ -1,11 +1,13 @@
|
|
1 |
---
|
2 |
base_model:
|
3 |
- princeton-nlp/Llama-3-8B-ProLong-512k-Instruct
|
4 |
-
license: apache-2.0
|
5 |
-
language:
|
6 |
-
- en
|
7 |
datasets:
|
8 |
- chtmp223/CLIPPER-WritingPrompts
|
|
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
# ProLong-512k-8B-WritingPrompts
|
|
|
1 |
---
|
2 |
base_model:
|
3 |
- princeton-nlp/Llama-3-8B-ProLong-512k-Instruct
|
|
|
|
|
|
|
4 |
datasets:
|
5 |
- chtmp223/CLIPPER-WritingPrompts
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
license: apache-2.0
|
9 |
+
pipeline_tag: text-generation
|
10 |
+
library_name: transformers
|
11 |
---
|
12 |
|
13 |
# ProLong-512k-8B-WritingPrompts
|