Add model card
Browse files
README.md
CHANGED
@@ -1,3 +1,18 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model: HuggingFaceTB/SmolLM2-1.7B-Instruct-GGUF
|
6 |
+
pipeline_tag: text-generation
|
7 |
+
---
|
8 |
+
|
9 |
+
# SmolLM2-1.7B-Instruct with Hugging Face Tokenizer Metadata
|
10 |
+
|
11 |
+
This is a modified version of the
|
12 |
+
[HuggingFaceTB/SmolLM2-1.7B-Instruct-GGUF](https://huggingface.co/HuggingFaceTB/SmolLM2-1.7B-Instruct-GGUF)
|
13 |
+
model. The modification includes embedding the Hugging Face tokenizer metadata
|
14 |
+
directly into the model under the key `tokenizer.huggingface.json`.
|
15 |
+
|
16 |
+
For detailed information about the original model, refer to the
|
17 |
+
[SmolLM2-1.7B-Instruct](https://huggingface.co/HuggingFaceTB/SmolLM2-1.7B-Instruct)
|
18 |
+
model card.
|