Text Classification
Transformers
PyTorch
TensorBoard
roberta
Generated from Trainer
text-embeddings-inference
Instructions to use DeeeTeeee01/mytest_trainer_roberta-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DeeeTeeee01/mytest_trainer_roberta-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="DeeeTeeee01/mytest_trainer_roberta-base")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("DeeeTeeee01/mytest_trainer_roberta-base") model = AutoModelForSequenceClassification.from_pretrained("DeeeTeeee01/mytest_trainer_roberta-base") - Notebooks
- Google Colab
- Kaggle
mytest_trainer_roberta-base
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.6361
- Rmse: 0.6573
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: 16
- eval_batch_size: 8
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 4
Training results
| Training Loss | Epoch | Step | Validation Loss | Rmse |
|---|---|---|---|---|
| 0.742 | 1.0 | 500 | 0.6680 | 0.7110 |
| 0.6323 | 2.0 | 1000 | 0.6681 | 0.7018 |
| 0.5293 | 3.0 | 1500 | 0.6361 | 0.6573 |
| 0.4233 | 4.0 | 2000 | 0.6638 | 0.6538 |
Framework versions
- Transformers 4.31.0
- Pytorch 2.0.1+cu118
- Datasets 2.13.1
- Tokenizers 0.13.3
- Downloads last month
- 5
Model tree for DeeeTeeee01/mytest_trainer_roberta-base
Base model
FacebookAI/roberta-base