Text Classification
Transformers
Safetensors
qwen3
unsloth
Generated from Trainer
text-embeddings-inference
Instructions to use Mithilss/Qwen3-0.6B-finetune with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Mithilss/Qwen3-0.6B-finetune with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Mithilss/Qwen3-0.6B-finetune")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Mithilss/Qwen3-0.6B-finetune") model = AutoModelForSequenceClassification.from_pretrained("Mithilss/Qwen3-0.6B-finetune") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Studio
How to use Mithilss/Qwen3-0.6B-finetune 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 Mithilss/Qwen3-0.6B-finetune 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 Mithilss/Qwen3-0.6B-finetune to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for Mithilss/Qwen3-0.6B-finetune to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="Mithilss/Qwen3-0.6B-finetune", max_seq_length=2048, )
Qwen3-0.6B-finetune
This model is a fine-tuned version of unsloth/Qwen3-0.6B on an unknown dataset. It achieves the following results on the evaluation set:
- Loss: 0.0874
- Spearman: 0.1049
Model description
More information needed
Intended uses & limitations
More information needed
Training and evaluation data
More information needed
Training procedure
Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 5e-05
- train_batch_size: 8
- eval_batch_size: 8
- seed: 42
- optimizer: Use OptimizerNames.ADAMW_8BIT with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: cosine
- num_epochs: 1
Training results
| Training Loss | Epoch | Step | Validation Loss | Spearman |
|---|---|---|---|---|
| 0.1666 | 0.2458 | 1000 | 0.1346 | 0.0517 |
| 0.2532 | 0.4916 | 2000 | 0.0882 | 0.0918 |
| 0.0583 | 0.7375 | 3000 | 0.0913 | 0.1022 |
| 0.1103 | 0.9833 | 4000 | 0.0874 | 0.1049 |
Framework versions
- Transformers 4.56.2
- Pytorch 2.8.0+cu128
- Datasets 3.6.0
- Tokenizers 0.22.1
- Downloads last month
- 2