Instructions to use maifeeulasad/askubuntu-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use maifeeulasad/askubuntu-model with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("maifeeulasad/askubuntu-model") model = AutoModelForSeq2SeqLM.from_pretrained("maifeeulasad/askubuntu-model") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Studio
How to use maifeeulasad/askubuntu-model 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 maifeeulasad/askubuntu-model 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 maifeeulasad/askubuntu-model to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for maifeeulasad/askubuntu-model to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="maifeeulasad/askubuntu-model", max_seq_length=2048, )
Training in progress, epoch 1
Browse files
README.md
CHANGED
|
@@ -5,8 +5,8 @@ model_name: askubuntu-model
|
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
| 7 |
- unsloth
|
| 8 |
-
- trl
|
| 9 |
- sft
|
|
|
|
| 10 |
licence: license
|
| 11 |
---
|
| 12 |
|
|
|
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
| 7 |
- unsloth
|
|
|
|
| 8 |
- sft
|
| 9 |
+
- trl
|
| 10 |
licence: license
|
| 11 |
---
|
| 12 |
|
adapter_config.json
CHANGED
|
@@ -24,13 +24,13 @@
|
|
| 24 |
"rank_pattern": {},
|
| 25 |
"revision": null,
|
| 26 |
"target_modules": [
|
|
|
|
| 27 |
"down_proj",
|
| 28 |
-
"
|
|
|
|
| 29 |
"o_proj",
|
| 30 |
-
"up_proj",
|
| 31 |
"q_proj",
|
| 32 |
-
"
|
| 33 |
-
"gate_proj"
|
| 34 |
],
|
| 35 |
"task_type": "CAUSAL_LM",
|
| 36 |
"trainable_token_indices": null,
|
|
|
|
| 24 |
"rank_pattern": {},
|
| 25 |
"revision": null,
|
| 26 |
"target_modules": [
|
| 27 |
+
"up_proj",
|
| 28 |
"down_proj",
|
| 29 |
+
"k_proj",
|
| 30 |
+
"gate_proj",
|
| 31 |
"o_proj",
|
|
|
|
| 32 |
"q_proj",
|
| 33 |
+
"v_proj"
|
|
|
|
| 34 |
],
|
| 35 |
"task_type": "CAUSAL_LM",
|
| 36 |
"trainable_token_indices": null,
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 295488936
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:04ce9f5d9647f54c5b0d80e7e74017b0fc85ef3401afed1861189383de918599
|
| 3 |
size 295488936
|
runs/Jul13_04-17-40_68a6e76c9b5b/events.out.tfevents.1752380280.68a6e76c9b5b.19.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:33195930a9a1a840231e2cebaaa06302f5e83581df64cfdf9905ae097b29e516
|
| 3 |
+
size 4184
|
tokenizer.json
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:e20ddafc659ba90242154b55275402edeca0715e5dbb30f56815a4ce081f4893
|
| 3 |
+
size 11422778
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 6161
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6e5212bb20a87e3fa25ff08cabe117a9dbf1d72ef99629a008733811a629e988
|
| 3 |
size 6161
|