Instructions to use IoakeimE/LayLaLLM-SimpleText2026 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use IoakeimE/LayLaLLM-SimpleText2026 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("IoakeimE/LayLaLLM-SimpleText2026", dtype="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Unsloth Studio new
How to use IoakeimE/LayLaLLM-SimpleText2026 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 IoakeimE/LayLaLLM-SimpleText2026 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 IoakeimE/LayLaLLM-SimpleText2026 to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for IoakeimE/LayLaLLM-SimpleText2026 to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="IoakeimE/LayLaLLM-SimpleText2026", max_seq_length=2048, )
Training in progress, epoch 1
Browse files- README.md +2 -2
- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -4,9 +4,9 @@ library_name: transformers
|
|
| 4 |
model_name: LayLaLLM-SimpleText2026
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
|
|
|
| 7 |
- trl
|
| 8 |
- sft
|
| 9 |
-
- unsloth
|
| 10 |
licence: license
|
| 11 |
---
|
| 12 |
|
|
@@ -28,7 +28,7 @@ print(output["generated_text"])
|
|
| 28 |
|
| 29 |
## Training procedure
|
| 30 |
|
| 31 |
-
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/ioakeime-aristotle-university-of-thessaloniki/LayLaLLM-SimpleText2026/runs/
|
| 32 |
|
| 33 |
|
| 34 |
This model was trained with SFT.
|
|
|
|
| 4 |
model_name: LayLaLLM-SimpleText2026
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
| 7 |
+
- unsloth
|
| 8 |
- trl
|
| 9 |
- sft
|
|
|
|
| 10 |
licence: license
|
| 11 |
---
|
| 12 |
|
|
|
|
| 28 |
|
| 29 |
## Training procedure
|
| 30 |
|
| 31 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/ioakeime-aristotle-university-of-thessaloniki/LayLaLLM-SimpleText2026/runs/edslwlko)
|
| 32 |
|
| 33 |
|
| 34 |
This model was trained with SFT.
|
adapter_config.json
CHANGED
|
@@ -34,13 +34,13 @@
|
|
| 34 |
"rank_pattern": {},
|
| 35 |
"revision": null,
|
| 36 |
"target_modules": [
|
|
|
|
| 37 |
"v_proj",
|
| 38 |
-
"down_proj",
|
| 39 |
"up_proj",
|
| 40 |
-
"
|
| 41 |
-
"k_proj",
|
| 42 |
"gate_proj",
|
| 43 |
-
"
|
|
|
|
| 44 |
],
|
| 45 |
"target_parameters": null,
|
| 46 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 34 |
"rank_pattern": {},
|
| 35 |
"revision": null,
|
| 36 |
"target_modules": [
|
| 37 |
+
"q_proj",
|
| 38 |
"v_proj",
|
|
|
|
| 39 |
"up_proj",
|
| 40 |
+
"o_proj",
|
|
|
|
| 41 |
"gate_proj",
|
| 42 |
+
"k_proj",
|
| 43 |
+
"down_proj"
|
| 44 |
],
|
| 45 |
"target_parameters": null,
|
| 46 |
"task_type": "CAUSAL_LM",
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 116429720
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:298d0226d5523030bf712c0acc0b02aa5d06b9bf178aa50cc2e00f274cbd3bd7
|
| 3 |
size 116429720
|
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:7882061e0dbfd9ae4aa88a70b8e5e92be02926d7671995155ee0b94fdbc80278
|
| 3 |
size 5777
|