Add pipeline tag and library name
Browse filesThis PR ensures the model can be found at https://huggingface.co/models?pipeline_tag=text-generation&sort=trending.
It also makes sure the Transformers library is recognized.
README.md
CHANGED
|
@@ -1,11 +1,13 @@
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
| 3 |
datasets:
|
| 4 |
- IgnoraZ/SynthQuestions
|
| 5 |
language:
|
| 6 |
- en
|
| 7 |
-
|
| 8 |
-
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
# Model Card for Model ID
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model:
|
| 3 |
+
- meta-llama/Meta-Llama-3-8B
|
| 4 |
datasets:
|
| 5 |
- IgnoraZ/SynthQuestions
|
| 6 |
language:
|
| 7 |
- en
|
| 8 |
+
license: cc-by-4.0
|
| 9 |
+
library_name: transformers
|
| 10 |
+
pipeline_tag: text-generation
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for Model ID
|