Text Classification
Transformers
Safetensors
roberta
Generated from Trainer
text-embeddings-inference
Instructions to use bif02/operons_vanilla with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bif02/operons_vanilla with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="bif02/operons_vanilla")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("bif02/operons_vanilla") model = AutoModelForSequenceClassification.from_pretrained("bif02/operons_vanilla", device_map="auto") - Notebooks
- Google Colab
- Kaggle
operons_vanilla
This model is a fine-tuned version of roberta-base on the None dataset. It achieves the following results on the evaluation set:
- Loss: 0.3835
- Accuracy: 0.8361
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: 3e-05
- train_batch_size: 32
- eval_batch_size: 32
- seed: 0
- 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: 10
Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|---|---|---|---|---|
| No log | 1.0 | 212 | 0.3900 | 0.8314 |
| No log | 2.0 | 424 | 0.3832 | 0.8219 |
| 0.4026 | 3.0 | 636 | 0.3835 | 0.8361 |
| 0.4026 | 4.0 | 848 | 0.3790 | 0.8219 |
| 0.3536 | 5.0 | 1060 | 0.3943 | 0.8337 |
| 0.3536 | 6.0 | 1272 | 0.3899 | 0.8361 |
| 0.3536 | 7.0 | 1484 | 0.4080 | 0.8243 |
| 0.3333 | 8.0 | 1696 | 0.4103 | 0.8243 |
| 0.3333 | 9.0 | 1908 | 0.4238 | 0.8137 |
| 0.3044 | 10.0 | 2120 | 0.4295 | 0.8149 |
Framework versions
- Transformers 5.0.0
- Pytorch 2.10.0+cu128
- Datasets 4.0.0
- Tokenizers 0.22.2
- Downloads last month
- 6
Model tree for bif02/operons_vanilla
Base model
FacebookAI/roberta-base