simenaabol commited on
Commit
f3d9807
1 Parent(s): 85d1338

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +72 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ - recall
8
+ - precision
9
+ model-index:
10
+ - name: norbert2_sentiment_norec_en_gpu_3000_rader_2_test
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # norbert2_sentiment_norec_en_gpu_3000_rader_2_test
18
+
19
+ This model is a fine-tuned version of [bert-large-uncased](https://huggingface.co/bert-large-uncased) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.6243
22
+ - Compute Metrics: :
23
+ - Accuracy: 0.6887
24
+ - Balanced Accuracy: 0.5020
25
+ - F1 Score: 0.8149
26
+ - Recall: 0.9932
27
+ - Precision: 0.6909
28
+
29
+ ## Model description
30
+
31
+ More information needed
32
+
33
+ ## Intended uses & limitations
34
+
35
+ More information needed
36
+
37
+ ## Training and evaluation data
38
+
39
+ More information needed
40
+
41
+ ## Training procedure
42
+
43
+ ### Training hyperparameters
44
+
45
+ The following hyperparameters were used during training:
46
+ - learning_rate: 2e-05
47
+ - train_batch_size: 32
48
+ - eval_batch_size: 64
49
+ - seed: 42
50
+ - gradient_accumulation_steps: 8
51
+ - total_train_batch_size: 256
52
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
53
+ - lr_scheduler_type: linear
54
+ - num_epochs: 5
55
+
56
+ ### Training results
57
+
58
+ | Training Loss | Epoch | Step | Validation Loss | Compute Metrics | Accuracy | Balanced Accuracy | F1 Score | Recall | Precision |
59
+ |:-------------:|:-----:|:----:|:---------------:|:---------------:|:--------:|:-----------------:|:--------:|:------:|:---------:|
60
+ | 0.6753 | 0.94 | 11 | 0.6527 | : | 0.669 | 0.5064 | 0.7957 | 0.9343 | 0.6929 |
61
+ | 0.7261 | 1.94 | 22 | 0.6292 | : | 0.6813 | 0.5032 | 0.8080 | 0.9720 | 0.6914 |
62
+ | 0.7124 | 2.94 | 33 | 0.6263 | : | 0.688 | 0.5012 | 0.8145 | 0.9928 | 0.6905 |
63
+ | 0.7036 | 3.94 | 44 | 0.6271 | : | 0.686 | 0.5015 | 0.8126 | 0.9870 | 0.6907 |
64
+ | 0.7035 | 4.94 | 55 | 0.6243 | : | 0.6887 | 0.5020 | 0.8149 | 0.9932 | 0.6909 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - Transformers 4.26.0
70
+ - Pytorch 1.13.1+cu117
71
+ - Datasets 2.9.0
72
+ - Tokenizers 0.13.2