xammi/municipal-prediction-model-tinyllama
Browse files- README.md +2 -2
- tokenizer.json +1 -6
- tokenizer_config.json +1 -1
README.md
CHANGED
|
@@ -6,7 +6,7 @@ tags:
|
|
| 6 |
- sft
|
| 7 |
- unsloth
|
| 8 |
- generated_from_trainer
|
| 9 |
-
base_model: unsloth/tinyllama-bnb-4bit
|
| 10 |
model-index:
|
| 11 |
- name: outputs
|
| 12 |
results: []
|
|
@@ -17,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 17 |
|
| 18 |
# outputs
|
| 19 |
|
| 20 |
-
This model is a fine-tuned version of [unsloth/tinyllama-bnb-4bit](https://huggingface.co/unsloth/tinyllama-bnb-4bit) on an unknown dataset.
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
|
|
| 6 |
- sft
|
| 7 |
- unsloth
|
| 8 |
- generated_from_trainer
|
| 9 |
+
base_model: unsloth/tinyllama-chat-bnb-4bit
|
| 10 |
model-index:
|
| 11 |
- name: outputs
|
| 12 |
results: []
|
|
|
|
| 17 |
|
| 18 |
# outputs
|
| 19 |
|
| 20 |
+
This model is a fine-tuned version of [unsloth/tinyllama-chat-bnb-4bit](https://huggingface.co/unsloth/tinyllama-chat-bnb-4bit) on an unknown dataset.
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
tokenizer.json
CHANGED
|
@@ -1,11 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
-
"truncation":
|
| 4 |
-
"direction": "Right",
|
| 5 |
-
"max_length": 2048,
|
| 6 |
-
"strategy": "LongestFirst",
|
| 7 |
-
"stride": 0
|
| 8 |
-
},
|
| 9 |
"padding": null,
|
| 10 |
"added_tokens": [
|
| 11 |
{
|
|
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
+
"truncation": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
"padding": null,
|
| 5 |
"added_tokens": [
|
| 6 |
{
|
tokenizer_config.json
CHANGED
|
@@ -35,7 +35,7 @@
|
|
| 35 |
"legacy": false,
|
| 36 |
"model_max_length": 2048,
|
| 37 |
"pad_token": "<unk>",
|
| 38 |
-
"padding_side": "
|
| 39 |
"sp_model_kwargs": {},
|
| 40 |
"tokenizer_class": "LlamaTokenizer",
|
| 41 |
"unk_token": "<unk>",
|
|
|
|
| 35 |
"legacy": false,
|
| 36 |
"model_max_length": 2048,
|
| 37 |
"pad_token": "<unk>",
|
| 38 |
+
"padding_side": "left",
|
| 39 |
"sp_model_kwargs": {},
|
| 40 |
"tokenizer_class": "LlamaTokenizer",
|
| 41 |
"unk_token": "<unk>",
|