Instructions to use bihungba1101/essay-vocab-range-qwen3.5-4b-sft with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bihungba1101/essay-vocab-range-qwen3.5-4b-sft with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("bihungba1101/essay-vocab-range-qwen3.5-4b-sft", dtype="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Studio
How to use bihungba1101/essay-vocab-range-qwen3.5-4b-sft 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 bihungba1101/essay-vocab-range-qwen3.5-4b-sft 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 bihungba1101/essay-vocab-range-qwen3.5-4b-sft to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for bihungba1101/essay-vocab-range-qwen3.5-4b-sft to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="bihungba1101/essay-vocab-range-qwen3.5-4b-sft", max_seq_length=2048, )
End of training
Browse files
README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
---
|
| 2 |
base_model: Qwen/Qwen3.5-4B
|
|
|
|
| 3 |
library_name: transformers
|
| 4 |
model_name: essay-vocab-range-qwen3.5-4b-sft
|
| 5 |
tags:
|
|
@@ -12,7 +13,7 @@ licence: license
|
|
| 12 |
|
| 13 |
# Model Card for essay-vocab-range-qwen3.5-4b-sft
|
| 14 |
|
| 15 |
-
This model is a fine-tuned version of [Qwen/Qwen3.5-4B](https://huggingface.co/Qwen/Qwen3.5-4B).
|
| 16 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
| 17 |
|
| 18 |
## Quick start
|
|
|
|
| 1 |
---
|
| 2 |
base_model: Qwen/Qwen3.5-4B
|
| 3 |
+
datasets: bihungba1101/essay-vocab-range-raw
|
| 4 |
library_name: transformers
|
| 5 |
model_name: essay-vocab-range-qwen3.5-4b-sft
|
| 6 |
tags:
|
|
|
|
| 13 |
|
| 14 |
# Model Card for essay-vocab-range-qwen3.5-4b-sft
|
| 15 |
|
| 16 |
+
This model is a fine-tuned version of [Qwen/Qwen3.5-4B](https://huggingface.co/Qwen/Qwen3.5-4B) on the [bihungba1101/essay-vocab-range-raw](https://huggingface.co/datasets/bihungba1101/essay-vocab-range-raw) dataset.
|
| 17 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
| 18 |
|
| 19 |
## Quick start
|