Instructions to use Anranhhh/results_qlora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Anranhhh/results_qlora with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("answerdotai/ModernBERT-base") model = PeftModel.from_pretrained(base_model, "Anranhhh/results_qlora") - Transformers
How to use Anranhhh/results_qlora with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Anranhhh/results_qlora", device_map="auto") - Notebooks
- Google Colab
- Kaggle
results_qlora
This model is a fine-tuned version of answerdotai/ModernBERT-base on the None dataset.
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: 0.0002
- train_batch_size: 6
- eval_batch_size: 6
- seed: 42
- gradient_accumulation_steps: 2
- total_train_batch_size: 12
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: linear
- num_epochs: 1
Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|---|---|---|---|---|---|---|---|
| No log | 1.0 | 200 | 0.1869 | 0.9703 | 0.9686 | 0.9684 | 0.9703 |
Framework versions
- PEFT 0.19.1
- Transformers 5.0.0
- Pytorch 2.10.0+cu128
- Datasets 4.0.0
- Tokenizers 0.22.2
- Downloads last month
- 1
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
Model tree for Anranhhh/results_qlora
Base model
answerdotai/ModernBERT-base
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Anranhhh/results_qlora", device_map="auto")