Hemg commited on
Commit
14765f3
·
verified ·
1 Parent(s): 2fe627c

Model save

Browse files
Files changed (2) hide show
  1. README.md +13 -11
  2. model.safetensors +1 -1
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  library_name: transformers
3
  license: apache-2.0
4
- base_model: google-bert/bert-base-uncased
5
  tags:
6
  - generated_from_trainer
7
  metrics:
@@ -16,10 +16,10 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # EMOTION-AI
18
 
19
- This model is a fine-tuned version of [google-bert/bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 1.4188
22
- - Accuracy: 0.5669
23
 
24
  ## Model description
25
 
@@ -38,27 +38,29 @@ More information needed
38
  ### Training hyperparameters
39
 
40
  The following hyperparameters were used during training:
41
- - learning_rate: 0.0002
42
  - train_batch_size: 32
43
  - eval_batch_size: 32
44
  - seed: 42
45
  - gradient_accumulation_steps: 4
46
  - total_train_batch_size: 128
47
- - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
48
  - lr_scheduler_type: linear
49
- - num_epochs: 2
50
 
51
  ### Training results
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
  |:-------------:|:------:|:----:|:---------------:|:--------:|
55
- | No log | 1.0 | 272 | 1.4966 | 0.5462 |
56
- | 6.0068 | 1.9945 | 542 | 1.4188 | 0.5669 |
 
 
57
 
58
 
59
  ### Framework versions
60
 
61
- - Transformers 4.48.0.dev0
62
  - Pytorch 2.4.1+cu121
63
  - Datasets 3.2.0
64
- - Tokenizers 0.21.0
 
1
  ---
2
  library_name: transformers
3
  license: apache-2.0
4
+ base_model: distilbert/distilbert-base-uncased
5
  tags:
6
  - generated_from_trainer
7
  metrics:
 
16
 
17
  # EMOTION-AI
18
 
19
+ This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 1.4780
22
+ - Accuracy: 0.5616
23
 
24
  ## Model description
25
 
 
38
  ### Training hyperparameters
39
 
40
  The following hyperparameters were used during training:
41
+ - learning_rate: 2e-05
42
  - train_batch_size: 32
43
  - eval_batch_size: 32
44
  - seed: 42
45
  - gradient_accumulation_steps: 4
46
  - total_train_batch_size: 128
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
  - lr_scheduler_type: linear
49
+ - num_epochs: 4
50
 
51
  ### Training results
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
  |:-------------:|:------:|:----:|:---------------:|:--------:|
55
+ | No log | 0.9982 | 271 | 1.5711 | 0.5464 |
56
+ | 1.5442 | 2.0 | 543 | 1.4952 | 0.5638 |
57
+ | 1.5442 | 2.9982 | 814 | 1.4755 | 0.5657 |
58
+ | 1.3192 | 3.9926 | 1084 | 1.4780 | 0.5616 |
59
 
60
 
61
  ### Framework versions
62
 
63
+ - Transformers 4.44.2
64
  - Pytorch 2.4.1+cu121
65
  - Datasets 3.2.0
66
+ - Tokenizers 0.19.1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:93ce520b624564ab8bb11c43a76ed961ea1a15f912b5c1cdaec062efb33113b6
3
  size 267912544
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f95cf7ffc9968c7411c098786a4f699c38b1b33ad54acd30a5d83fc85148a428
3
  size 267912544