Text Classification
Transformers
Safetensors
roberta
Generated from Trainer
text-embeddings-inference
Instructions to use bif02/operons_conservation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bif02/operons_conservation with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="bif02/operons_conservation")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("bif02/operons_conservation") model = AutoModelForSequenceClassification.from_pretrained("bif02/operons_conservation", device_map="auto") - Notebooks
- Google Colab
- Kaggle
operons_conservation
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.4142
- Accuracy: 0.8420
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.4148 | 0.8420 |
| No log | 2.0 | 424 | 0.4054 | 0.8267 |
| 0.4169 | 3.0 | 636 | 0.4007 | 0.8373 |
| 0.4169 | 4.0 | 848 | 0.3754 | 0.8384 |
| 0.3610 | 5.0 | 1060 | 0.3846 | 0.8408 |
| 0.3610 | 6.0 | 1272 | 0.3777 | 0.8361 |
| 0.3610 | 7.0 | 1484 | 0.3857 | 0.8337 |
| 0.3460 | 8.0 | 1696 | 0.3762 | 0.8349 |
| 0.3460 | 9.0 | 1908 | 0.3892 | 0.8337 |
| 0.3275 | 10.0 | 2120 | 0.3936 | 0.8349 |
Framework versions
- Transformers 5.0.0
- Pytorch 2.10.0+cu128
- Datasets 4.0.0
- Tokenizers 0.22.2
- Downloads last month
- 4
Model tree for bif02/operons_conservation
Base model
FacebookAI/roberta-base