greetings-v1 / README.md
adriansanz's picture
greetings-v2
27468e6 verified
|
raw
history blame
1.7 kB
---
library_name: transformers
license: apache-2.0
base_model: projecte-aina/roberta-base-ca-v2
tags:
- generated_from_trainer
metrics:
- accuracy
- precision
- recall
- f1
model-index:
- name: fm-tc-authentic
results: []
---
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->
# fm-tc-authentic
This model is a fine-tuned version of [projecte-aina/roberta-base-ca-v2](https://huggingface.co/projecte-aina/roberta-base-ca-v2) on the None dataset.
It achieves the following results on the evaluation set:
- Loss: 0.0314
- Accuracy: 1.0
- Precision: 1.0
- Recall: 1.0
- F1: 1.0
## 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: 1e-05
- train_batch_size: 16
- eval_batch_size: 16
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- lr_scheduler_warmup_steps: 500
- num_epochs: 2
### Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
| No log | 1.0 | 202 | 0.1516 | 0.9992 | 0.9994 | 0.9988 | 0.9991 |
| No log | 2.0 | 404 | 0.0314 | 1.0 | 1.0 | 1.0 | 1.0 |
### Framework versions
- Transformers 4.44.2
- Pytorch 2.5.0+cu121
- Datasets 3.1.0
- Tokenizers 0.19.1