End of training
Browse files
README.md
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model: projecte-aina/roberta-base-ca-v2-cased-te
|
| 4 |
+
tags:
|
| 5 |
+
- generated_from_trainer
|
| 6 |
+
metrics:
|
| 7 |
+
- accuracy
|
| 8 |
+
- precision
|
| 9 |
+
- recall
|
| 10 |
+
- f1
|
| 11 |
+
model-index:
|
| 12 |
+
- name: 2504separado5
|
| 13 |
+
results: []
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 17 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 18 |
+
|
| 19 |
+
# 2504separado5
|
| 20 |
+
|
| 21 |
+
This model is a fine-tuned version of [projecte-aina/roberta-base-ca-v2-cased-te](https://huggingface.co/projecte-aina/roberta-base-ca-v2-cased-te) on the None dataset.
|
| 22 |
+
It achieves the following results on the evaluation set:
|
| 23 |
+
- Loss: 0.6571
|
| 24 |
+
- Accuracy: 0.8487
|
| 25 |
+
- Precision: 0.8491
|
| 26 |
+
- Recall: 0.8487
|
| 27 |
+
- F1: 0.8487
|
| 28 |
+
- Ratio: 0.5168
|
| 29 |
+
|
| 30 |
+
## Model description
|
| 31 |
+
|
| 32 |
+
More information needed
|
| 33 |
+
|
| 34 |
+
## Intended uses & limitations
|
| 35 |
+
|
| 36 |
+
More information needed
|
| 37 |
+
|
| 38 |
+
## Training and evaluation data
|
| 39 |
+
|
| 40 |
+
More information needed
|
| 41 |
+
|
| 42 |
+
## Training procedure
|
| 43 |
+
|
| 44 |
+
### Training hyperparameters
|
| 45 |
+
|
| 46 |
+
The following hyperparameters were used during training:
|
| 47 |
+
- learning_rate: 2e-05
|
| 48 |
+
- train_batch_size: 16
|
| 49 |
+
- eval_batch_size: 8
|
| 50 |
+
- seed: 42
|
| 51 |
+
- gradient_accumulation_steps: 2
|
| 52 |
+
- total_train_batch_size: 32
|
| 53 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 54 |
+
- lr_scheduler_type: linear
|
| 55 |
+
- lr_scheduler_warmup_ratio: 0.06
|
| 56 |
+
- num_epochs: 4
|
| 57 |
+
- label_smoothing_factor: 0.1
|
| 58 |
+
|
| 59 |
+
### Training results
|
| 60 |
+
|
| 61 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 | Ratio |
|
| 62 |
+
|:-------------:|:------:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|:------:|
|
| 63 |
+
| 0.3101 | 0.9870 | 38 | 0.7275 | 0.8445 | 0.8465 | 0.8445 | 0.8443 | 0.4622 |
|
| 64 |
+
| 0.3189 | 2.0 | 77 | 0.7399 | 0.8445 | 0.8448 | 0.8445 | 0.8445 | 0.5126 |
|
| 65 |
+
| 0.3786 | 2.9870 | 115 | 0.7200 | 0.8361 | 0.8390 | 0.8361 | 0.8358 | 0.5462 |
|
| 66 |
+
| 0.3816 | 3.9481 | 152 | 0.6571 | 0.8487 | 0.8491 | 0.8487 | 0.8487 | 0.5168 |
|
| 67 |
+
|
| 68 |
+
|
| 69 |
+
### Framework versions
|
| 70 |
+
|
| 71 |
+
- Transformers 4.40.0
|
| 72 |
+
- Pytorch 2.2.1+cu121
|
| 73 |
+
- Datasets 2.19.0
|
| 74 |
+
- Tokenizers 0.19.1
|
logs/events.out.tfevents.1714044517.c8da74d38726.346.8
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:33a0384b07b1d4e143208ce40aa4d1e36985715469e2799eed0b2af228c17bbf
|
| 3 |
+
size 8683
|
logs/events.out.tfevents.1714045088.c8da74d38726.346.9
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:69d190f600190b7ce670ed13a9d6faa7421ae6023456ad7efe4389a7e45d1972
|
| 3 |
+
size 609
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 498606684
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9dbd6e31ddce94d100668847bfe2881cc4c238bb971ee9d4f4143130ffbd02bb
|
| 3 |
size 498606684
|