adriansanz
commited on
Commit
•
1283d9b
1
Parent(s):
380cc2e
clasificador_xml_10ep
Browse files
README.md
CHANGED
@@ -4,11 +4,6 @@ license: mit
|
|
4 |
base_model: xlm-roberta-base
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
-
metrics:
|
8 |
-
- accuracy
|
9 |
-
- precision
|
10 |
-
- recall
|
11 |
-
- f1
|
12 |
model-index:
|
13 |
- name: intent_analysis
|
14 |
results: []
|
@@ -20,12 +15,6 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
# intent_analysis
|
21 |
|
22 |
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the None dataset.
|
23 |
-
It achieves the following results on the evaluation set:
|
24 |
-
- Loss: 0.0840
|
25 |
-
- Accuracy: 0.9871
|
26 |
-
- Precision: 0.9873
|
27 |
-
- Recall: 0.9872
|
28 |
-
- F1: 0.9872
|
29 |
|
30 |
## Model description
|
31 |
|
@@ -50,14 +39,13 @@ The following hyperparameters were used during training:
|
|
50 |
- seed: 42
|
51 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
52 |
- lr_scheduler_type: linear
|
53 |
-
- num_epochs:
|
54 |
|
55 |
### Training results
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
59 |
-
| No log | 1.0 |
|
60 |
-
| 0.0662 | 2.0 | 560 | 0.0840 | 0.9871 | 0.9873 | 0.9872 | 0.9872 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
4 |
base_model: xlm-roberta-base
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
|
|
7 |
model-index:
|
8 |
- name: intent_analysis
|
9 |
results: []
|
|
|
15 |
# intent_analysis
|
16 |
|
17 |
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the None dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
39 |
- seed: 42
|
40 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
41 |
- lr_scheduler_type: linear
|
42 |
+
- num_epochs: 1
|
43 |
|
44 |
### Training results
|
45 |
|
46 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
47 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
48 |
+
| No log | 1.0 | 229 | 0.0529 | 0.9892 | 0.9892 | 0.9892 | 0.9892 |
|
|
|
49 |
|
50 |
|
51 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1112208084
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:77a760cdc5af4417d8efd6e7eba5587d6e9a5ec53381619fc314975241050641
|
3 |
size 1112208084
|
runs/Nov13_15-14-53_2e415f38b8b6/events.out.tfevents.1731510900.2e415f38b8b6.1600.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab308d094380cb4941de7212db5e068b919db97cd12f911c1301751846cb25b2
|
3 |
+
size 5607
|
runs/Nov13_15-17-34_2e415f38b8b6/events.out.tfevents.1731511060.2e415f38b8b6.1600.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:141e111a00992b9db2d93d785771f2cadcb5ec800cc115667d90a5aa4de5866a
|
3 |
+
size 5961
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4c10a89c3e3daa603cc23c62a56f9cb2bcf435cb835ce9e5c178b79ba968df71
|
3 |
size 5304
|