Text Generation
Safetensors
ber
Central Atlas Tamazight
unsloth
gpt2
tamazight
tifinagh
morocco
awal
gemma-2
Instructions to use rachidnichan/Awal-LM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Local Apps
- Unsloth Studio new
How to use rachidnichan/Awal-LM 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 rachidnichan/Awal-LM 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 rachidnichan/Awal-LM to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for rachidnichan/Awal-LM to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="rachidnichan/Awal-LM", max_seq_length=2048, )
Upload model trained with Unsloth
Browse filesUpload model trained with Unsloth 2x faster
- adapter_config.json +7 -7
- adapter_model.safetensors +2 -2
adapter_config.json
CHANGED
|
@@ -20,7 +20,7 @@
|
|
| 20 |
"layers_pattern": null,
|
| 21 |
"layers_to_transform": null,
|
| 22 |
"loftq_config": {},
|
| 23 |
-
"lora_alpha":
|
| 24 |
"lora_bias": false,
|
| 25 |
"lora_dropout": 0,
|
| 26 |
"megatron_config": null,
|
|
@@ -32,17 +32,17 @@
|
|
| 32 |
"peft_type": "LORA",
|
| 33 |
"peft_version": "0.18.1",
|
| 34 |
"qalora_group_size": 16,
|
| 35 |
-
"r":
|
| 36 |
"rank_pattern": {},
|
| 37 |
"revision": null,
|
| 38 |
"target_modules": [
|
| 39 |
-
"gate_proj",
|
| 40 |
-
"k_proj",
|
| 41 |
-
"v_proj",
|
| 42 |
-
"up_proj",
|
| 43 |
"q_proj",
|
|
|
|
| 44 |
"down_proj",
|
| 45 |
-
"
|
|
|
|
|
|
|
|
|
|
| 46 |
],
|
| 47 |
"target_parameters": null,
|
| 48 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 20 |
"layers_pattern": null,
|
| 21 |
"layers_to_transform": null,
|
| 22 |
"loftq_config": {},
|
| 23 |
+
"lora_alpha": 64,
|
| 24 |
"lora_bias": false,
|
| 25 |
"lora_dropout": 0,
|
| 26 |
"megatron_config": null,
|
|
|
|
| 32 |
"peft_type": "LORA",
|
| 33 |
"peft_version": "0.18.1",
|
| 34 |
"qalora_group_size": 16,
|
| 35 |
+
"r": 64,
|
| 36 |
"rank_pattern": {},
|
| 37 |
"revision": null,
|
| 38 |
"target_modules": [
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
"q_proj",
|
| 40 |
+
"o_proj",
|
| 41 |
"down_proj",
|
| 42 |
+
"v_proj",
|
| 43 |
+
"k_proj",
|
| 44 |
+
"up_proj",
|
| 45 |
+
"gate_proj"
|
| 46 |
],
|
| 47 |
"target_parameters": null,
|
| 48 |
"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
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c1bb731145d3830ccf148cb05223e21e8cb63c475eaa96048fc8ff4f9ac2cf12
|
| 3 |
+
size 7410619968
|