omegaodin commited on
Commit
ad76640
1 Parent(s): 150f7f7

Training in progress, step 125

Browse files
README.md CHANGED
@@ -1,84 +1,75 @@
1
- ---
2
- library_name: transformers
3
- base_model: distilbert-base-uncased
4
- tags:
5
- - generated_from_trainer
6
- metrics:
7
- - accuracy
8
- model-index:
9
- - name: mi-super-modelo
10
- results: []
11
- ---
12
-
13
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
- should probably proofread and complete it, then remove this comment. -->
15
-
16
- # mi-super-modelo
17
-
18
- This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
19
- It achieves the following results on the evaluation set:
20
- - Loss: 0.3257
21
- - Accuracy: 0.865
22
-
23
- ## Model description
24
-
25
- More information needed
26
-
27
- ## Intended uses & limitations
28
-
29
- More information needed
30
-
31
- ## Training and evaluation data
32
-
33
- More information needed
34
-
35
- ## Training procedure
36
-
37
- ### Training hyperparameters
38
-
39
- The following hyperparameters were used during training:
40
- - learning_rate: 5e-05
41
- - train_batch_size: 8
42
- - eval_batch_size: 8
43
- - seed: 42
44
- - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
- - lr_scheduler_type: linear
46
- - num_epochs: 1
47
-
48
- ### Training results
49
-
50
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
- |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | 0.7019 | 0.04 | 5 | 0.6916 | 0.51 |
53
- | 0.7006 | 0.08 | 10 | 0.6860 | 0.495 |
54
- | 0.7015 | 0.12 | 15 | 0.6802 | 0.58 |
55
- | 0.6842 | 0.16 | 20 | 0.6756 | 0.525 |
56
- | 0.658 | 0.2 | 25 | 0.6492 | 0.595 |
57
- | 0.6329 | 0.24 | 30 | 0.5335 | 0.855 |
58
- | 0.4345 | 0.28 | 35 | 0.4493 | 0.825 |
59
- | 0.3086 | 0.32 | 40 | 0.3973 | 0.84 |
60
- | 0.4788 | 0.36 | 45 | 0.3747 | 0.855 |
61
- | 0.6449 | 0.4 | 50 | 0.4614 | 0.8 |
62
- | 0.2355 | 0.44 | 55 | 0.3603 | 0.855 |
63
- | 0.4233 | 0.48 | 60 | 0.4841 | 0.8 |
64
- | 0.5185 | 0.52 | 65 | 0.5940 | 0.755 |
65
- | 0.3089 | 0.56 | 70 | 0.3760 | 0.87 |
66
- | 0.3867 | 0.6 | 75 | 0.3636 | 0.86 |
67
- | 0.3289 | 0.64 | 80 | 0.3339 | 0.885 |
68
- | 0.5774 | 0.68 | 85 | 0.3070 | 0.875 |
69
- | 0.3258 | 0.72 | 90 | 0.4532 | 0.8 |
70
- | 0.5363 | 0.76 | 95 | 0.3687 | 0.86 |
71
- | 0.4099 | 0.8 | 100 | 0.2847 | 0.88 |
72
- | 0.2841 | 0.84 | 105 | 0.3147 | 0.885 |
73
- | 0.3949 | 0.88 | 110 | 0.3424 | 0.855 |
74
- | 0.3056 | 0.92 | 115 | 0.3620 | 0.835 |
75
- | 0.4219 | 0.96 | 120 | 0.3437 | 0.855 |
76
- | 0.3343 | 1.0 | 125 | 0.3257 | 0.865 |
77
-
78
-
79
- ### Framework versions
80
-
81
- - Transformers 4.44.2
82
- - Pytorch 2.4.1+cpu
83
- - Datasets 2.21.0
84
- - Tokenizers 0.19.1
 
1
+ ---
2
+ datasets:
3
+ - yelp_review_full
4
+ license: apache-2.0
5
+ metrics:
6
+ - accuracy
7
+ tags:
8
+ - generated_from_trainer
9
+ model-index:
10
+ - name: mi-super-modelo
11
+ results:
12
+ - task:
13
+ type: text-classification
14
+ name: Text Classification
15
+ dataset:
16
+ name: yelp_review_full
17
+ type: yelp_review_full
18
+ config: yelp_review_full
19
+ split: test
20
+ args: yelp_review_full
21
+ metrics:
22
+ - type: accuracy
23
+ value: 0.225
24
+ name: Accuracy
25
+ ---
26
+
27
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
28
+ should probably proofread and complete it, then remove this comment. -->
29
+
30
+ # mi-super-modelo
31
+
32
+ This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the yelp_review_full dataset.
33
+ It achieves the following results on the evaluation set:
34
+ - Loss: 1.6404
35
+ - Accuracy: 0.225
36
+
37
+ ## Model description
38
+
39
+ More information needed
40
+
41
+ ## Intended uses & limitations
42
+
43
+ More information needed
44
+
45
+ ## Training and evaluation data
46
+
47
+ More information needed
48
+
49
+ ## Training procedure
50
+
51
+ ### Training hyperparameters
52
+
53
+ The following hyperparameters were used during training:
54
+ - learning_rate: 5e-05
55
+ - train_batch_size: 8
56
+ - eval_batch_size: 8
57
+ - seed: 42
58
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
59
+ - lr_scheduler_type: linear
60
+ - num_epochs: 1
61
+
62
+ ### Training results
63
+
64
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
65
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
66
+ | 1.7058 | 0.5 | 5 | 1.7046 | 0.225 |
67
+ | 1.6208 | 1.0 | 10 | 1.6404 | 0.225 |
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - Transformers 4.30.2
73
+ - Pytorch 2.0.1+cu118
74
+ - Datasets 2.13.1
75
+ - Tokenizers 0.13.3
 
 
 
 
 
 
 
 
 
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d6c8e0feded89c2b5fde557dda68966177aa921fc1d520f9f85ed2cfe5eb2cd2
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:192367cfe3d62c64e4be536c15fe0df2c99ff5aabbeaa7e541fe25779eac857f
3
  size 267832560
runs/Sep09_00-41-28_DESKTOP-889Q5IC/events.out.tfevents.1725835289.DESKTOP-889Q5IC.20132.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0114971c9c6e377475285826a4e7a2f8193a9cfb1b26c438c22c3fd11e6b794a
3
+ size 18233
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "DistilBertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d6c83a112c8cc97e2ae05761ce749645a6b08ee0a52c3d867465d78a1a879685
3
  size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a83a7d8f54d469485063d25260d93de366483ef598a41a3131b62114c077af8f
3
  size 5176
vocab.txt ADDED
The diff for this file is too large to render. See raw diff