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 17
Browse files
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:77c9498c6d8b7612a1ffbcc25e30e035d150e0ba57543b2902d667ebc9a0b9db
|
| 3 |
size 295488936
|
runs/Jul13_07-56-35_09551f375e59/events.out.tfevents.1752393665.09551f375e59.19.0
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:e14f16cad20d19f66088d2c4d8d83b2b68aa791bcc60ae9e5bfb4c1b4feabae4
|
| 3 |
+
size 9687
|