Text Classification
Transformers
Safetensors
roberta
Generated from Trainer
text-embeddings-inference
Instructions to use bif02/operons_conservation_224308 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bif02/operons_conservation_224308 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="bif02/operons_conservation_224308")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("bif02/operons_conservation_224308") model = AutoModelForSequenceClassification.from_pretrained("bif02/operons_conservation_224308", device_map="auto") - Notebooks
- Google Colab
- Kaggle
operons_conservation_224308
This model is a fine-tuned version of roberta-base on an unknown dataset. It achieves the following results on the evaluation set:
- Loss: 0.4059
- Accuracy: 0.8357
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 | 161 | 0.4061 | 0.8357 |
| No log | 2.0 | 322 | 0.4048 | 0.8287 |
| No log | 3.0 | 483 | 0.4102 | 0.8164 |
| 0.4295 | 4.0 | 644 | 0.3923 | 0.8252 |
| 0.4295 | 5.0 | 805 | 0.4155 | 0.8252 |
| 0.4295 | 6.0 | 966 | 0.3852 | 0.8217 |
| 0.3688 | 7.0 | 1127 | 0.4503 | 0.8269 |
| 0.3688 | 8.0 | 1288 | 0.4393 | 0.8182 |
| 0.3688 | 9.0 | 1449 | 0.4322 | 0.8147 |
| 0.3372 | 10.0 | 1610 | 0.4470 | 0.8147 |
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_224308
Base model
FacebookAI/roberta-base