Training in progress, step 60
Browse files- README.md +2 -2
- adapter_config.json +37 -0
- adapter_model.safetensors +3 -0
- tokenizer_config.json +1 -1
README.md
CHANGED
|
@@ -15,8 +15,8 @@ model-index:
|
|
| 15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 16 |
should probably proofread and complete it, then remove this comment. -->
|
| 17 |
|
| 18 |
-
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/pesi/SmolLM2-135M-Instruct-TaiwanChat_CLOUD/runs/
|
| 19 |
-
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/pesi/SmolLM2-135M-Instruct-TaiwanChat_CLOUD/runs/
|
| 20 |
# SmolLM2-135M-Instruct-TaiwanChat
|
| 21 |
|
| 22 |
This model is a fine-tuned version of [unsloth/SmolLM2-135M-Instruct](https://huggingface.co/unsloth/SmolLM2-135M-Instruct) on an unknown dataset.
|
|
|
|
| 15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 16 |
should probably proofread and complete it, then remove this comment. -->
|
| 17 |
|
| 18 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/pesi/SmolLM2-135M-Instruct-TaiwanChat_CLOUD/runs/3n6j9mm5)
|
| 19 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/pesi/SmolLM2-135M-Instruct-TaiwanChat_CLOUD/runs/3n6j9mm5)
|
| 20 |
# SmolLM2-135M-Instruct-TaiwanChat
|
| 21 |
|
| 22 |
This model is a fine-tuned version of [unsloth/SmolLM2-135M-Instruct](https://huggingface.co/unsloth/SmolLM2-135M-Instruct) on an unknown dataset.
|
adapter_config.json
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "unsloth/SmolLM2-135M-Instruct",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"eva_config": null,
|
| 7 |
+
"exclude_modules": null,
|
| 8 |
+
"fan_in_fan_out": false,
|
| 9 |
+
"inference_mode": true,
|
| 10 |
+
"init_lora_weights": true,
|
| 11 |
+
"layer_replication": null,
|
| 12 |
+
"layers_pattern": null,
|
| 13 |
+
"layers_to_transform": null,
|
| 14 |
+
"loftq_config": {},
|
| 15 |
+
"lora_alpha": 16,
|
| 16 |
+
"lora_bias": false,
|
| 17 |
+
"lora_dropout": 0,
|
| 18 |
+
"megatron_config": null,
|
| 19 |
+
"megatron_core": "megatron.core",
|
| 20 |
+
"modules_to_save": null,
|
| 21 |
+
"peft_type": "LORA",
|
| 22 |
+
"r": 16,
|
| 23 |
+
"rank_pattern": {},
|
| 24 |
+
"revision": null,
|
| 25 |
+
"target_modules": [
|
| 26 |
+
"v_proj",
|
| 27 |
+
"down_proj",
|
| 28 |
+
"up_proj",
|
| 29 |
+
"gate_proj",
|
| 30 |
+
"o_proj",
|
| 31 |
+
"q_proj",
|
| 32 |
+
"k_proj"
|
| 33 |
+
],
|
| 34 |
+
"task_type": "CAUSAL_LM",
|
| 35 |
+
"use_dora": false,
|
| 36 |
+
"use_rslora": false
|
| 37 |
+
}
|
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:144ab0069994067311f6d6e928dc4ab81f91ab746e0f7f9655d5f05d1fe092d5
|
| 3 |
+
size 19593064
|
tokenizer_config.json
CHANGED
|
@@ -165,7 +165,7 @@
|
|
| 165 |
"extra_special_tokens": {},
|
| 166 |
"model_max_length": 8192,
|
| 167 |
"pad_token": "<|PAD_TOKEN|>",
|
| 168 |
-
"padding_side": "
|
| 169 |
"tokenizer_class": "GPT2Tokenizer",
|
| 170 |
"unk_token": "�",
|
| 171 |
"vocab_size": 49152
|
|
|
|
| 165 |
"extra_special_tokens": {},
|
| 166 |
"model_max_length": 8192,
|
| 167 |
"pad_token": "<|PAD_TOKEN|>",
|
| 168 |
+
"padding_side": "right",
|
| 169 |
"tokenizer_class": "GPT2Tokenizer",
|
| 170 |
"unk_token": "�",
|
| 171 |
"vocab_size": 49152
|