Instructions to use Geethuzzz/tinyllama-ml-finetune-v2-checkpoints with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Geethuzzz/tinyllama-ml-finetune-v2-checkpoints with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Geethuzzz/tinyllama-ml-finetune-v2-checkpoints", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Studio
How to use Geethuzzz/tinyllama-ml-finetune-v2-checkpoints with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for Geethuzzz/tinyllama-ml-finetune-v2-checkpoints to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for Geethuzzz/tinyllama-ml-finetune-v2-checkpoints to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for Geethuzzz/tinyllama-ml-finetune-v2-checkpoints to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="Geethuzzz/tinyllama-ml-finetune-v2-checkpoints", max_seq_length=2048, )
Training in progress, step 200
Browse files- README.md +1 -1
- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -3,9 +3,9 @@ library_name: transformers
|
|
| 3 |
model_name: tinyllama-ml-finetune-v2-checkpoints
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
|
|
|
| 6 |
- unsloth
|
| 7 |
- sft
|
| 8 |
-
- trl
|
| 9 |
licence: license
|
| 10 |
---
|
| 11 |
|
|
|
|
| 3 |
model_name: tinyllama-ml-finetune-v2-checkpoints
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
| 6 |
+
- trl
|
| 7 |
- unsloth
|
| 8 |
- sft
|
|
|
|
| 9 |
licence: license
|
| 10 |
---
|
| 11 |
|
adapter_config.json
CHANGED
|
@@ -27,8 +27,8 @@
|
|
| 27 |
"megatron_config": null,
|
| 28 |
"megatron_core": "megatron.core",
|
| 29 |
"modules_to_save": [
|
| 30 |
-
"
|
| 31 |
-
"
|
| 32 |
],
|
| 33 |
"peft_type": "LORA",
|
| 34 |
"peft_version": "0.19.1",
|
|
@@ -37,11 +37,11 @@
|
|
| 37 |
"rank_pattern": {},
|
| 38 |
"revision": null,
|
| 39 |
"target_modules": [
|
| 40 |
-
"k_proj",
|
| 41 |
"gate_proj",
|
|
|
|
|
|
|
| 42 |
"down_proj",
|
| 43 |
"q_proj",
|
| 44 |
-
"up_proj",
|
| 45 |
"o_proj",
|
| 46 |
"v_proj"
|
| 47 |
],
|
|
|
|
| 27 |
"megatron_config": null,
|
| 28 |
"megatron_core": "megatron.core",
|
| 29 |
"modules_to_save": [
|
| 30 |
+
"embed_tokens",
|
| 31 |
+
"lm_head"
|
| 32 |
],
|
| 33 |
"peft_type": "LORA",
|
| 34 |
"peft_version": "0.19.1",
|
|
|
|
| 37 |
"rank_pattern": {},
|
| 38 |
"revision": null,
|
| 39 |
"target_modules": [
|
|
|
|
| 40 |
"gate_proj",
|
| 41 |
+
"up_proj",
|
| 42 |
+
"k_proj",
|
| 43 |
"down_proj",
|
| 44 |
"q_proj",
|
|
|
|
| 45 |
"o_proj",
|
| 46 |
"v_proj"
|
| 47 |
],
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 801203008
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:110b2f885c51143899e2bbcb9dbfa20fdb9e82773e4976a8b1b0589fa5a56453
|
| 3 |
size 801203008
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5777
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2155ffa5cc6d5f19c0d20f7c2c1796e94f5e3ea3f2e7ff5a433d8351d17a1df1
|
| 3 |
size 5777
|