mateiaassAI commited on
Commit
9546a35
·
verified ·
1 Parent(s): 6467098

End of training

Browse files
Files changed (5) hide show
  1. README.md +13 -12
  2. config.json +2 -4
  3. model.safetensors +2 -2
  4. tokenizer.json +6 -1
  5. 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.9449811951859677
30
  - name: Accuracy
31
  type: accuracy
32
- value: 0.944
33
  - name: Precision
34
  type: precision
35
- value: 0.945151502415633
36
  - name: Recall
37
  type: recall
38
- value: 0.945
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.1105
49
- - F1: 0.9450
50
- - Roc Auc: None
51
- - Accuracy: 0.944
52
- - Precision: 0.9452
53
- - Recall: 0.945
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: 1
79
 
80
  ### Training results
81
 
82
  | Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy | Precision | Recall |
83
  |:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|:--------:|:---------:|:------:|
84
- | 0.1332 | 1.0 | 688 | 0.1105 | 0.9450 | None | 0.944 | 0.9452 | 0.945 |
 
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": "Neutral",
14
- "2": "Positive"
15
  },
16
  "initializer_range": 0.02,
17
  "intermediate_size": 3072,
18
  "label2id": {
19
  "Negative": 0,
20
- "Neutral": 1,
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:ef32ced4a6d6d7c2fb1b2d2440203dc3e475bd6d156d86da82c09f02433cacf4
3
- size 497798148
 
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": null,
 
 
 
 
 
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:d3b21e327f796d096d389445ac8d96868167766f7288dc00d8dad7093dc8d8f7
3
  size 5240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2771792726fbbaea071cd179b505ab6f763882a6ff47e73476fbdb8baeadde55
3
  size 5240