Update MODEL_CARD.md with YAML metadata
Browse files- MODEL_CARD.md +7 -1
MODEL_CARD.md
CHANGED
|
@@ -1,8 +1,14 @@
|
|
| 1 |
---
|
|
|
|
| 2 |
library_name: transformers
|
| 3 |
license: apache-2.0
|
| 4 |
base_model: HuggingFaceTB/SmolLM2-360M-Instruct
|
| 5 |
pipeline_tag: text-generation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
model-index:
|
| 7 |
- name: SmolNewsAnalysis-002
|
| 8 |
results:
|
|
@@ -96,4 +102,4 @@ print(tokenizer.decode(outputs[0][inputs.input_ids.shape[1]:], skip_special_toke
|
|
| 96 |
## Contact
|
| 97 |
- **Maintainer** [Levi De Haan](https://levidehaan.com/)
|
| 98 |
- **Project page** https://levidehaan.com/projects/twatter
|
| 99 |
-
- **Hugging Face discussions** https://huggingface.co/LeviDeHaan/SmolNewsAnalysis-002/discussions
|
|
|
|
| 1 |
---
|
| 2 |
+
language: en
|
| 3 |
library_name: transformers
|
| 4 |
license: apache-2.0
|
| 5 |
base_model: HuggingFaceTB/SmolLM2-360M-Instruct
|
| 6 |
pipeline_tag: text-generation
|
| 7 |
+
tags:
|
| 8 |
+
- text-generation
|
| 9 |
+
- smollm
|
| 10 |
+
- financial-news
|
| 11 |
+
- json
|
| 12 |
model-index:
|
| 13 |
- name: SmolNewsAnalysis-002
|
| 14 |
results:
|
|
|
|
| 102 |
## Contact
|
| 103 |
- **Maintainer** [Levi De Haan](https://levidehaan.com/)
|
| 104 |
- **Project page** https://levidehaan.com/projects/twatter
|
| 105 |
+
- **Hugging Face discussions** https://huggingface.co/LeviDeHaan/SmolNewsAnalysis-002/discussions
|