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-5-ur-5k-c4ai-aya-expanse-32b-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 |
+
"gate_proj",
|
| 37 |
+
"k_proj",
|
| 38 |
+
"q_proj",
|
| 39 |
+
"v_proj",
|
| 40 |
+
"down_proj",
|
| 41 |
+
"up_proj",
|
| 42 |
+
"o_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-5-ur-5k-c4ai-aya-expanse-32b-seed42/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ed5af7c744e202449077afac9e20f62bc17d626be89552984a24c32bbbd9ac5a
|
| 3 |
+
size 120981200
|
tiny-aya-base/condition-5-ur-5k-c4ai-aya-expanse-32b-seed42/training_metrics.json
ADDED
|
@@ -0,0 +1,200 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_config_name": "tiny-aya-base",
|
| 3 |
+
"condition_name": "condition-5-ur-5k-c4ai-aya-expanse-32b",
|
| 4 |
+
"seed": 42,
|
| 5 |
+
"output_name": "condition-5-ur-5k-c4ai-aya-expanse-32b-seed42",
|
| 6 |
+
"train_result": {
|
| 7 |
+
"train_runtime": 2804.4689,
|
| 8 |
+
"train_samples_per_second": 1.458,
|
| 9 |
+
"train_steps_per_second": 0.091,
|
| 10 |
+
"total_flos": 7.153599938507571e+16,
|
| 11 |
+
"train_loss": 1.497109742835164,
|
| 12 |
+
"epoch": 1.0
|
| 13 |
+
},
|
| 14 |
+
"log_history": [
|
| 15 |
+
{
|
| 16 |
+
"loss": 2.1474,
|
| 17 |
+
"grad_norm": 0.19947971403598785,
|
| 18 |
+
"learning_rate": 0.00013846153846153847,
|
| 19 |
+
"epoch": 0.0390625,
|
| 20 |
+
"step": 10
|
| 21 |
+
},
|
| 22 |
+
{
|
| 23 |
+
"loss": 2.0016,
|
| 24 |
+
"grad_norm": 0.25411975383758545,
|
| 25 |
+
"learning_rate": 0.0001996992941167792,
|
| 26 |
+
"epoch": 0.078125,
|
| 27 |
+
"step": 20
|
| 28 |
+
},
|
| 29 |
+
{
|
| 30 |
+
"loss": 1.7781,
|
| 31 |
+
"grad_norm": 0.2441367506980896,
|
| 32 |
+
"learning_rate": 0.00019786819219718443,
|
| 33 |
+
"epoch": 0.1171875,
|
| 34 |
+
"step": 30
|
| 35 |
+
},
|
| 36 |
+
{
|
| 37 |
+
"loss": 1.6418,
|
| 38 |
+
"grad_norm": 0.2709871828556061,
|
| 39 |
+
"learning_rate": 0.00019440357285533,
|
| 40 |
+
"epoch": 0.15625,
|
| 41 |
+
"step": 40
|
| 42 |
+
},
|
| 43 |
+
{
|
| 44 |
+
"loss": 1.5772,
|
| 45 |
+
"grad_norm": 0.29235324263572693,
|
| 46 |
+
"learning_rate": 0.00018936326403234125,
|
| 47 |
+
"epoch": 0.1953125,
|
| 48 |
+
"step": 50
|
| 49 |
+
},
|
| 50 |
+
{
|
| 51 |
+
"loss": 1.5232,
|
| 52 |
+
"grad_norm": 0.3283468782901764,
|
| 53 |
+
"learning_rate": 0.00018283139349323634,
|
| 54 |
+
"epoch": 0.234375,
|
| 55 |
+
"step": 60
|
| 56 |
+
},
|
| 57 |
+
{
|
| 58 |
+
"loss": 1.5117,
|
| 59 |
+
"grad_norm": 0.3553702235221863,
|
| 60 |
+
"learning_rate": 0.00017491698465089362,
|
| 61 |
+
"epoch": 0.2734375,
|
| 62 |
+
"step": 70
|
| 63 |
+
},
|
| 64 |
+
{
|
| 65 |
+
"loss": 1.5393,
|
| 66 |
+
"grad_norm": 0.3027332127094269,
|
| 67 |
+
"learning_rate": 0.0001657521368569064,
|
| 68 |
+
"epoch": 0.3125,
|
| 69 |
+
"step": 80
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"loss": 1.4895,
|
| 73 |
+
"grad_norm": 0.3121708631515503,
|
| 74 |
+
"learning_rate": 0.0001554898205320797,
|
| 75 |
+
"epoch": 0.3515625,
|
| 76 |
+
"step": 90
|
| 77 |
+
},
|
| 78 |
+
{
|
| 79 |
+
"loss": 1.4769,
|
| 80 |
+
"grad_norm": 0.3325497806072235,
|
| 81 |
+
"learning_rate": 0.00014430132393803352,
|
| 82 |
+
"epoch": 0.390625,
|
| 83 |
+
"step": 100
|
| 84 |
+
},
|
| 85 |
+
{
|
| 86 |
+
"loss": 1.4544,
|
| 87 |
+
"grad_norm": 0.34160560369491577,
|
| 88 |
+
"learning_rate": 0.00013237339420583212,
|
| 89 |
+
"epoch": 0.4296875,
|
| 90 |
+
"step": 110
|
| 91 |
+
},
|
| 92 |
+
{
|
| 93 |
+
"loss": 1.3783,
|
| 94 |
+
"grad_norm": 0.3413858115673065,
|
| 95 |
+
"learning_rate": 0.00011990512034071406,
|
| 96 |
+
"epoch": 0.46875,
|
| 97 |
+
"step": 120
|
| 98 |
+
},
|
| 99 |
+
{
|
| 100 |
+
"loss": 1.4287,
|
| 101 |
+
"grad_norm": 0.41221383213996887,
|
| 102 |
+
"learning_rate": 0.00010710461022867302,
|
| 103 |
+
"epoch": 0.5078125,
|
| 104 |
+
"step": 130
|
| 105 |
+
},
|
| 106 |
+
{
|
| 107 |
+
"loss": 1.3989,
|
| 108 |
+
"grad_norm": 0.30801457166671753,
|
| 109 |
+
"learning_rate": 9.418551710895243e-05,
|
| 110 |
+
"epoch": 0.546875,
|
| 111 |
+
"step": 140
|
| 112 |
+
},
|
| 113 |
+
{
|
| 114 |
+
"loss": 1.3469,
|
| 115 |
+
"grad_norm": 0.40253663063049316,
|
| 116 |
+
"learning_rate": 8.13634734890818e-05,
|
| 117 |
+
"epoch": 0.5859375,
|
| 118 |
+
"step": 150
|
| 119 |
+
},
|
| 120 |
+
{
|
| 121 |
+
"loss": 1.3711,
|
| 122 |
+
"grad_norm": 0.3199004828929901,
|
| 123 |
+
"learning_rate": 6.885249202395754e-05,
|
| 124 |
+
"epoch": 0.625,
|
| 125 |
+
"step": 160
|
| 126 |
+
},
|
| 127 |
+
{
|
| 128 |
+
"loss": 1.3963,
|
| 129 |
+
"grad_norm": 0.3402356207370758,
|
| 130 |
+
"learning_rate": 5.6861393431874675e-05,
|
| 131 |
+
"epoch": 0.6640625,
|
| 132 |
+
"step": 170
|
| 133 |
+
},
|
| 134 |
+
{
|
| 135 |
+
"loss": 1.3701,
|
| 136 |
+
"grad_norm": 0.3778349757194519,
|
| 137 |
+
"learning_rate": 4.559032106914173e-05,
|
| 138 |
+
"epoch": 0.703125,
|
| 139 |
+
"step": 180
|
| 140 |
+
},
|
| 141 |
+
{
|
| 142 |
+
"loss": 1.3602,
|
| 143 |
+
"grad_norm": 0.3515849709510803,
|
| 144 |
+
"learning_rate": 3.522740033849411e-05,
|
| 145 |
+
"epoch": 0.7421875,
|
| 146 |
+
"step": 190
|
| 147 |
+
},
|
| 148 |
+
{
|
| 149 |
+
"loss": 1.4115,
|
| 150 |
+
"grad_norm": 0.37998726963996887,
|
| 151 |
+
"learning_rate": 2.594559868909956e-05,
|
| 152 |
+
"epoch": 0.78125,
|
| 153 |
+
"step": 200
|
| 154 |
+
},
|
| 155 |
+
{
|
| 156 |
+
"loss": 1.3598,
|
| 157 |
+
"grad_norm": 0.35443946719169617,
|
| 158 |
+
"learning_rate": 1.7899838617878163e-05,
|
| 159 |
+
"epoch": 0.8203125,
|
| 160 |
+
"step": 210
|
| 161 |
+
},
|
| 162 |
+
{
|
| 163 |
+
"loss": 1.3761,
|
| 164 |
+
"grad_norm": 0.3722814917564392,
|
| 165 |
+
"learning_rate": 1.1224411859014417e-05,
|
| 166 |
+
"epoch": 0.859375,
|
| 167 |
+
"step": 220
|
| 168 |
+
},
|
| 169 |
+
{
|
| 170 |
+
"loss": 1.3844,
|
| 171 |
+
"grad_norm": 0.38155126571655273,
|
| 172 |
+
"learning_rate": 6.030737921409169e-06,
|
| 173 |
+
"epoch": 0.8984375,
|
| 174 |
+
"step": 230
|
| 175 |
+
},
|
| 176 |
+
{
|
| 177 |
+
"loss": 1.4358,
|
| 178 |
+
"grad_norm": 0.38531145453453064,
|
| 179 |
+
"learning_rate": 2.4055043863096428e-06,
|
| 180 |
+
"epoch": 0.9375,
|
| 181 |
+
"step": 240
|
| 182 |
+
},
|
| 183 |
+
{
|
| 184 |
+
"loss": 1.3806,
|
| 185 |
+
"grad_norm": 0.36546796560287476,
|
| 186 |
+
"learning_rate": 4.092200053990691e-07,
|
| 187 |
+
"epoch": 0.9765625,
|
| 188 |
+
"step": 250
|
| 189 |
+
},
|
| 190 |
+
{
|
| 191 |
+
"train_runtime": 2804.4689,
|
| 192 |
+
"train_samples_per_second": 1.458,
|
| 193 |
+
"train_steps_per_second": 0.091,
|
| 194 |
+
"total_flos": 7.153599938507571e+16,
|
| 195 |
+
"train_loss": 1.497109742835164,
|
| 196 |
+
"epoch": 1.0,
|
| 197 |
+
"step": 256
|
| 198 |
+
}
|
| 199 |
+
]
|
| 200 |
+
}
|