End of training
Browse files- README.md +13 -12
- config.json +2 -4
- model.safetensors +2 -2
- tokenizer.json +6 -1
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -26,16 +26,16 @@ model-index:
|
|
| 26 |
metrics:
|
| 27 |
- name: F1
|
| 28 |
type: f1
|
| 29 |
-
value: 0.
|
| 30 |
- name: Accuracy
|
| 31 |
type: accuracy
|
| 32 |
-
value: 0.
|
| 33 |
- name: Precision
|
| 34 |
type: precision
|
| 35 |
-
value: 0.
|
| 36 |
- name: Recall
|
| 37 |
type: recall
|
| 38 |
-
value: 0.
|
| 39 |
---
|
| 40 |
|
| 41 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -45,12 +45,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 45 |
|
| 46 |
This model is a fine-tuned version of [mateiaassAI/teacher_sst2](https://huggingface.co/mateiaassAI/teacher_sst2) on the laroseda dataset.
|
| 47 |
It achieves the following results on the evaluation set:
|
| 48 |
-
- Loss: 0.
|
| 49 |
-
- F1: 0.
|
| 50 |
-
- Roc Auc:
|
| 51 |
-
- Accuracy: 0.
|
| 52 |
-
- Precision: 0.
|
| 53 |
-
- Recall: 0.
|
| 54 |
|
| 55 |
## Model description
|
| 56 |
|
|
@@ -75,13 +75,14 @@ The following hyperparameters were used during training:
|
|
| 75 |
- seed: 42
|
| 76 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 77 |
- lr_scheduler_type: linear
|
| 78 |
-
- num_epochs:
|
| 79 |
|
| 80 |
### Training results
|
| 81 |
|
| 82 |
| Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy | Precision | Recall |
|
| 83 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|:--------:|:---------:|:------:|
|
| 84 |
-
| 0.
|
|
|
|
| 85 |
|
| 86 |
|
| 87 |
### Framework versions
|
|
|
|
| 26 |
metrics:
|
| 27 |
- name: F1
|
| 28 |
type: f1
|
| 29 |
+
value: 0.9489953582155384
|
| 30 |
- name: Accuracy
|
| 31 |
type: accuracy
|
| 32 |
+
value: 0.949
|
| 33 |
- name: Precision
|
| 34 |
type: precision
|
| 35 |
+
value: 0.9490837535014006
|
| 36 |
- name: Recall
|
| 37 |
type: recall
|
| 38 |
+
value: 0.949
|
| 39 |
---
|
| 40 |
|
| 41 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 45 |
|
| 46 |
This model is a fine-tuned version of [mateiaassAI/teacher_sst2](https://huggingface.co/mateiaassAI/teacher_sst2) on the laroseda dataset.
|
| 47 |
It achieves the following results on the evaluation set:
|
| 48 |
+
- Loss: 0.1906
|
| 49 |
+
- F1: 0.9490
|
| 50 |
+
- Roc Auc: 0.9490
|
| 51 |
+
- Accuracy: 0.949
|
| 52 |
+
- Precision: 0.9491
|
| 53 |
+
- Recall: 0.949
|
| 54 |
|
| 55 |
## Model description
|
| 56 |
|
|
|
|
| 75 |
- seed: 42
|
| 76 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 77 |
- lr_scheduler_type: linear
|
| 78 |
+
- num_epochs: 2
|
| 79 |
|
| 80 |
### Training results
|
| 81 |
|
| 82 |
| Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy | Precision | Recall |
|
| 83 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|:--------:|:---------:|:------:|
|
| 84 |
+
| 0.1799 | 1.0 | 688 | 0.1426 | 0.9435 | 0.9434 | 0.943 | 0.9441 | 0.943 |
|
| 85 |
+
| 0.1071 | 2.0 | 1376 | 0.1906 | 0.9490 | 0.9490 | 0.949 | 0.9491 | 0.949 |
|
| 86 |
|
| 87 |
|
| 88 |
### Framework versions
|
config.json
CHANGED
|
@@ -10,15 +10,13 @@
|
|
| 10 |
"hidden_size": 768,
|
| 11 |
"id2label": {
|
| 12 |
"0": "Negative",
|
| 13 |
-
"1": "
|
| 14 |
-
"2": "Positive"
|
| 15 |
},
|
| 16 |
"initializer_range": 0.02,
|
| 17 |
"intermediate_size": 3072,
|
| 18 |
"label2id": {
|
| 19 |
"Negative": 0,
|
| 20 |
-
"
|
| 21 |
-
"Positive": 2
|
| 22 |
},
|
| 23 |
"layer_norm_eps": 1e-12,
|
| 24 |
"max_position_embeddings": 512,
|
|
|
|
| 10 |
"hidden_size": 768,
|
| 11 |
"id2label": {
|
| 12 |
"0": "Negative",
|
| 13 |
+
"1": "Positive"
|
|
|
|
| 14 |
},
|
| 15 |
"initializer_range": 0.02,
|
| 16 |
"intermediate_size": 3072,
|
| 17 |
"label2id": {
|
| 18 |
"Negative": 0,
|
| 19 |
+
"Positive": 1
|
|
|
|
| 20 |
},
|
| 21 |
"layer_norm_eps": 1e-12,
|
| 22 |
"max_position_embeddings": 512,
|
model.safetensors
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:49dbbd64f4d42641553d12cf904c5950ee380e59d41f49a49c126505f5fa963e
|
| 3 |
+
size 497795072
|
tokenizer.json
CHANGED
|
@@ -1,6 +1,11 @@
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
-
"truncation":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
"padding": null,
|
| 5 |
"added_tokens": [
|
| 6 |
{
|
|
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
+
"truncation": {
|
| 4 |
+
"direction": "Right",
|
| 5 |
+
"max_length": 512,
|
| 6 |
+
"strategy": "LongestFirst",
|
| 7 |
+
"stride": 0
|
| 8 |
+
},
|
| 9 |
"padding": null,
|
| 10 |
"added_tokens": [
|
| 11 |
{
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5240
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2771792726fbbaea071cd179b505ab6f763882a6ff47e73476fbdb8baeadde55
|
| 3 |
size 5240
|