Instructions to use EdBerg/arabic_trained_model_mistral7b_completion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use EdBerg/arabic_trained_model_mistral7b_completion with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("EdBerg/arabic_trained_model_mistral7b_completion", dtype="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Studio
How to use EdBerg/arabic_trained_model_mistral7b_completion 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 EdBerg/arabic_trained_model_mistral7b_completion 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 EdBerg/arabic_trained_model_mistral7b_completion to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for EdBerg/arabic_trained_model_mistral7b_completion to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="EdBerg/arabic_trained_model_mistral7b_completion", max_seq_length=2048, )
Training in progress, step 500
Browse files- adapter_config.json +4 -4
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -27,12 +27,12 @@
|
|
| 27 |
"revision": null,
|
| 28 |
"target_modules": [
|
| 29 |
"up_proj",
|
| 30 |
-
"
|
|
|
|
| 31 |
"v_proj",
|
| 32 |
-
"
|
| 33 |
"gate_proj",
|
| 34 |
-
"
|
| 35 |
-
"k_proj"
|
| 36 |
],
|
| 37 |
"task_type": "CAUSAL_LM",
|
| 38 |
"use_dora": false,
|
|
|
|
| 27 |
"revision": null,
|
| 28 |
"target_modules": [
|
| 29 |
"up_proj",
|
| 30 |
+
"o_proj",
|
| 31 |
+
"k_proj",
|
| 32 |
"v_proj",
|
| 33 |
+
"down_proj",
|
| 34 |
"gate_proj",
|
| 35 |
+
"q_proj"
|
|
|
|
| 36 |
],
|
| 37 |
"task_type": "CAUSAL_LM",
|
| 38 |
"use_dora": false,
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5304
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:70964fc0a45dbe82231946646b62fc636399cdbe746b2a853f0e69f123c6e505
|
| 3 |
size 5304
|