Text Generation
Transformers
Safetensors
lora
aya
tiny-aya
multilingual
code
legesher
tiny-aya-expedition
language-decoded
unsloth
arxiv:2603.11510
arxiv:2211.15533
arxiv:2510.09591
arxiv:1809.05053
arxiv:2308.16884
arxiv:2106.06937
arxiv:2210.03057
Instructions to use legesher/language-decoded-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use legesher/language-decoded-lora with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="legesher/language-decoded-lora")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("legesher/language-decoded-lora", dtype="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use legesher/language-decoded-lora with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "legesher/language-decoded-lora" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "legesher/language-decoded-lora", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/legesher/language-decoded-lora
- SGLang
How to use legesher/language-decoded-lora with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "legesher/language-decoded-lora" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "legesher/language-decoded-lora", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "legesher/language-decoded-lora" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "legesher/language-decoded-lora", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }' - Unsloth Studio
How to use legesher/language-decoded-lora 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 legesher/language-decoded-lora 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 legesher/language-decoded-lora to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for legesher/language-decoded-lora to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="legesher/language-decoded-lora", max_seq_length=2048, ) - Docker Model Runner
How to use legesher/language-decoded-lora with Docker Model Runner:
docker model run hf.co/legesher/language-decoded-lora
Upload folder using huggingface_hub
Browse files
tiny-aya-base/condition-2-zh-5k-seed42/adapter_config.json
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": {
|
| 6 |
+
"base_model_class": "Cohere2ForCausalLM",
|
| 7 |
+
"parent_library": "transformers.models.cohere2.modeling_cohere2",
|
| 8 |
+
"unsloth_fixed": true
|
| 9 |
+
},
|
| 10 |
+
"base_model_name_or_path": "CohereLabs/tiny-aya-base",
|
| 11 |
+
"bias": "none",
|
| 12 |
+
"corda_config": null,
|
| 13 |
+
"ensure_weight_tying": false,
|
| 14 |
+
"eva_config": null,
|
| 15 |
+
"exclude_modules": null,
|
| 16 |
+
"fan_in_fan_out": false,
|
| 17 |
+
"inference_mode": true,
|
| 18 |
+
"init_lora_weights": true,
|
| 19 |
+
"layer_replication": null,
|
| 20 |
+
"layers_pattern": null,
|
| 21 |
+
"layers_to_transform": null,
|
| 22 |
+
"loftq_config": {},
|
| 23 |
+
"lora_alpha": 32,
|
| 24 |
+
"lora_bias": false,
|
| 25 |
+
"lora_dropout": 0.0,
|
| 26 |
+
"megatron_config": null,
|
| 27 |
+
"megatron_core": "megatron.core",
|
| 28 |
+
"modules_to_save": null,
|
| 29 |
+
"peft_type": "LORA",
|
| 30 |
+
"peft_version": "0.18.1",
|
| 31 |
+
"qalora_group_size": 16,
|
| 32 |
+
"r": 16,
|
| 33 |
+
"rank_pattern": {},
|
| 34 |
+
"revision": null,
|
| 35 |
+
"target_modules": [
|
| 36 |
+
"k_proj",
|
| 37 |
+
"gate_proj",
|
| 38 |
+
"down_proj",
|
| 39 |
+
"q_proj",
|
| 40 |
+
"up_proj",
|
| 41 |
+
"o_proj",
|
| 42 |
+
"v_proj"
|
| 43 |
+
],
|
| 44 |
+
"target_parameters": null,
|
| 45 |
+
"task_type": "CAUSAL_LM",
|
| 46 |
+
"trainable_token_indices": null,
|
| 47 |
+
"use_dora": false,
|
| 48 |
+
"use_qalora": false,
|
| 49 |
+
"use_rslora": false
|
| 50 |
+
}
|
tiny-aya-base/condition-2-zh-5k-seed42/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bd0bda14e83c8f6abb9b93cb65bcf8657c627a7253ec408efe757c66b2e516b6
|
| 3 |
+
size 120981200
|
tiny-aya-base/condition-2-zh-5k-seed42/training_metrics.json
ADDED
|
@@ -0,0 +1,221 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_config_name": "tiny-aya-base",
|
| 3 |
+
"condition_name": "condition-2-zh-5k",
|
| 4 |
+
"seed": 42,
|
| 5 |
+
"output_name": "condition-2-zh-5k-seed42",
|
| 6 |
+
"train_result": {
|
| 7 |
+
"train_runtime": 3189.045,
|
| 8 |
+
"train_samples_per_second": 1.411,
|
| 9 |
+
"train_steps_per_second": 0.088,
|
| 10 |
+
"total_flos": 7.874966217293824e+16,
|
| 11 |
+
"train_loss": 1.0931839418749438,
|
| 12 |
+
"epoch": 1.0
|
| 13 |
+
},
|
| 14 |
+
"log_history": [
|
| 15 |
+
{
|
| 16 |
+
"loss": 1.3802,
|
| 17 |
+
"grad_norm": 0.18310873210430145,
|
| 18 |
+
"learning_rate": 0.00012,
|
| 19 |
+
"epoch": 0.03546099290780142,
|
| 20 |
+
"step": 10
|
| 21 |
+
},
|
| 22 |
+
{
|
| 23 |
+
"loss": 1.2231,
|
| 24 |
+
"grad_norm": 0.20137809216976166,
|
| 25 |
+
"learning_rate": 0.00019988926445681492,
|
| 26 |
+
"epoch": 0.07092198581560284,
|
| 27 |
+
"step": 20
|
| 28 |
+
},
|
| 29 |
+
{
|
| 30 |
+
"loss": 1.1538,
|
| 31 |
+
"grad_norm": 0.13060247898101807,
|
| 32 |
+
"learning_rate": 0.0001986463043917528,
|
| 33 |
+
"epoch": 0.10638297872340426,
|
| 34 |
+
"step": 30
|
| 35 |
+
},
|
| 36 |
+
{
|
| 37 |
+
"loss": 1.0858,
|
| 38 |
+
"grad_norm": 0.13724569976329803,
|
| 39 |
+
"learning_rate": 0.00019603921063437793,
|
| 40 |
+
"epoch": 0.14184397163120568,
|
| 41 |
+
"step": 40
|
| 42 |
+
},
|
| 43 |
+
{
|
| 44 |
+
"loss": 1.0876,
|
| 45 |
+
"grad_norm": 0.13389232754707336,
|
| 46 |
+
"learning_rate": 0.0001921040354671897,
|
| 47 |
+
"epoch": 0.1773049645390071,
|
| 48 |
+
"step": 50
|
| 49 |
+
},
|
| 50 |
+
{
|
| 51 |
+
"loss": 1.1002,
|
| 52 |
+
"grad_norm": 0.13278646767139435,
|
| 53 |
+
"learning_rate": 0.00018689519659051467,
|
| 54 |
+
"epoch": 0.2127659574468085,
|
| 55 |
+
"step": 60
|
| 56 |
+
},
|
| 57 |
+
{
|
| 58 |
+
"loss": 1.125,
|
| 59 |
+
"grad_norm": 0.12825895845890045,
|
| 60 |
+
"learning_rate": 0.00018048472460553257,
|
| 61 |
+
"epoch": 0.24822695035460993,
|
| 62 |
+
"step": 70
|
| 63 |
+
},
|
| 64 |
+
{
|
| 65 |
+
"loss": 1.0989,
|
| 66 |
+
"grad_norm": 0.11768730729818344,
|
| 67 |
+
"learning_rate": 0.00017296126693671884,
|
| 68 |
+
"epoch": 0.28368794326241137,
|
| 69 |
+
"step": 80
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"loss": 1.0723,
|
| 73 |
+
"grad_norm": 0.1311381310224533,
|
| 74 |
+
"learning_rate": 0.00016442886196799464,
|
| 75 |
+
"epoch": 0.3191489361702128,
|
| 76 |
+
"step": 90
|
| 77 |
+
},
|
| 78 |
+
{
|
| 79 |
+
"loss": 1.1375,
|
| 80 |
+
"grad_norm": 0.11994785070419312,
|
| 81 |
+
"learning_rate": 0.00015500550034448413,
|
| 82 |
+
"epoch": 0.3546099290780142,
|
| 83 |
+
"step": 100
|
| 84 |
+
},
|
| 85 |
+
{
|
| 86 |
+
"loss": 1.051,
|
| 87 |
+
"grad_norm": 0.14449964463710785,
|
| 88 |
+
"learning_rate": 0.00014482149333496454,
|
| 89 |
+
"epoch": 0.3900709219858156,
|
| 90 |
+
"step": 110
|
| 91 |
+
},
|
| 92 |
+
{
|
| 93 |
+
"loss": 1.0801,
|
| 94 |
+
"grad_norm": 0.11190137267112732,
|
| 95 |
+
"learning_rate": 0.0001340176708181637,
|
| 96 |
+
"epoch": 0.425531914893617,
|
| 97 |
+
"step": 120
|
| 98 |
+
},
|
| 99 |
+
{
|
| 100 |
+
"loss": 1.082,
|
| 101 |
+
"grad_norm": 0.13787060976028442,
|
| 102 |
+
"learning_rate": 0.00012274343381211066,
|
| 103 |
+
"epoch": 0.46099290780141844,
|
| 104 |
+
"step": 130
|
| 105 |
+
},
|
| 106 |
+
{
|
| 107 |
+
"loss": 1.0855,
|
| 108 |
+
"grad_norm": 0.11431122571229935,
|
| 109 |
+
"learning_rate": 0.00011115468847720245,
|
| 110 |
+
"epoch": 0.49645390070921985,
|
| 111 |
+
"step": 140
|
| 112 |
+
},
|
| 113 |
+
{
|
| 114 |
+
"loss": 1.0947,
|
| 115 |
+
"grad_norm": 0.1287315934896469,
|
| 116 |
+
"learning_rate": 9.941169016269379e-05,
|
| 117 |
+
"epoch": 0.5319148936170213,
|
| 118 |
+
"step": 150
|
| 119 |
+
},
|
| 120 |
+
{
|
| 121 |
+
"loss": 1.0105,
|
| 122 |
+
"grad_norm": 0.10841815918684006,
|
| 123 |
+
"learning_rate": 8.767682731028415e-05,
|
| 124 |
+
"epoch": 0.5673758865248227,
|
| 125 |
+
"step": 160
|
| 126 |
+
},
|
| 127 |
+
{
|
| 128 |
+
"loss": 1.0387,
|
| 129 |
+
"grad_norm": 0.14366087317466736,
|
| 130 |
+
"learning_rate": 7.611237586016557e-05,
|
| 131 |
+
"epoch": 0.6028368794326241,
|
| 132 |
+
"step": 170
|
| 133 |
+
},
|
| 134 |
+
{
|
| 135 |
+
"loss": 1.0646,
|
| 136 |
+
"grad_norm": 0.11654563248157501,
|
| 137 |
+
"learning_rate": 6.487825521280109e-05,
|
| 138 |
+
"epoch": 0.6382978723404256,
|
| 139 |
+
"step": 180
|
| 140 |
+
},
|
| 141 |
+
{
|
| 142 |
+
"loss": 1.0768,
|
| 143 |
+
"grad_norm": 0.11926326900720596,
|
| 144 |
+
"learning_rate": 5.4129816778190936e-05,
|
| 145 |
+
"epoch": 0.6737588652482269,
|
| 146 |
+
"step": 190
|
| 147 |
+
},
|
| 148 |
+
{
|
| 149 |
+
"loss": 1.0763,
|
| 150 |
+
"grad_norm": 0.1296761929988861,
|
| 151 |
+
"learning_rate": 4.401569569374668e-05,
|
| 152 |
+
"epoch": 0.7092198581560284,
|
| 153 |
+
"step": 200
|
| 154 |
+
},
|
| 155 |
+
{
|
| 156 |
+
"loss": 1.0745,
|
| 157 |
+
"grad_norm": 0.12935227155685425,
|
| 158 |
+
"learning_rate": 3.467575541836305e-05,
|
| 159 |
+
"epoch": 0.7446808510638298,
|
| 160 |
+
"step": 210
|
| 161 |
+
},
|
| 162 |
+
{
|
| 163 |
+
"loss": 1.0821,
|
| 164 |
+
"grad_norm": 0.131064772605896,
|
| 165 |
+
"learning_rate": 2.6239153625937784e-05,
|
| 166 |
+
"epoch": 0.7801418439716312,
|
| 167 |
+
"step": 220
|
| 168 |
+
},
|
| 169 |
+
{
|
| 170 |
+
"loss": 1.0247,
|
| 171 |
+
"grad_norm": 0.13105124235153198,
|
| 172 |
+
"learning_rate": 1.882255614419376e-05,
|
| 173 |
+
"epoch": 0.8156028368794326,
|
| 174 |
+
"step": 230
|
| 175 |
+
},
|
| 176 |
+
{
|
| 177 |
+
"loss": 1.0794,
|
| 178 |
+
"grad_norm": 0.10978998243808746,
|
| 179 |
+
"learning_rate": 1.2528523637410838e-05,
|
| 180 |
+
"epoch": 0.851063829787234,
|
| 181 |
+
"step": 240
|
| 182 |
+
},
|
| 183 |
+
{
|
| 184 |
+
"loss": 1.0668,
|
| 185 |
+
"grad_norm": 0.12805533409118652,
|
| 186 |
+
"learning_rate": 7.4440933428779e-06,
|
| 187 |
+
"epoch": 0.8865248226950354,
|
| 188 |
+
"step": 250
|
| 189 |
+
},
|
| 190 |
+
{
|
| 191 |
+
"loss": 1.0593,
|
| 192 |
+
"grad_norm": 0.12139143794775009,
|
| 193 |
+
"learning_rate": 3.6395754735699894e-06,
|
| 194 |
+
"epoch": 0.9219858156028369,
|
| 195 |
+
"step": 260
|
| 196 |
+
},
|
| 197 |
+
{
|
| 198 |
+
"loss": 1.0517,
|
| 199 |
+
"grad_norm": 0.10230202227830887,
|
| 200 |
+
"learning_rate": 1.1675809310361497e-06,
|
| 201 |
+
"epoch": 0.9574468085106383,
|
| 202 |
+
"step": 270
|
| 203 |
+
},
|
| 204 |
+
{
|
| 205 |
+
"loss": 1.0584,
|
| 206 |
+
"grad_norm": 0.12069207429885864,
|
| 207 |
+
"learning_rate": 6.229377380218005e-08,
|
| 208 |
+
"epoch": 0.9929078014184397,
|
| 209 |
+
"step": 280
|
| 210 |
+
},
|
| 211 |
+
{
|
| 212 |
+
"train_runtime": 3189.045,
|
| 213 |
+
"train_samples_per_second": 1.411,
|
| 214 |
+
"train_steps_per_second": 0.088,
|
| 215 |
+
"total_flos": 7.874966217293824e+16,
|
| 216 |
+
"train_loss": 1.0931839418749438,
|
| 217 |
+
"epoch": 1.0,
|
| 218 |
+
"step": 282
|
| 219 |
+
}
|
| 220 |
+
]
|
| 221 |
+
}
|