simenaabol commited on
Commit
be2582e
·
1 Parent(s): 3b9024d

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +67 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_16
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_16
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.5015
22
+ - Compute Metrics: :
23
+ - Accuracy: 0.8
24
+ - Balanced Accuracy: 0.5
25
+ - F1 Score: 0.8889
26
+ - Recall: 1.0
27
+ - Precision: 0.8
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: 5e-05
47
+ - train_batch_size: 1
48
+ - eval_batch_size: 1
49
+ - seed: 42
50
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
+ - lr_scheduler_type: linear
52
+ - num_epochs: 2
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Compute Metrics | Accuracy | Balanced Accuracy | F1 Score | Recall | Precision |
57
+ |:-------------:|:-----:|:----:|:---------------:|:---------------:|:--------:|:-----------------:|:--------:|:------:|:---------:|
58
+ | 0.4839 | 1.0 | 5 | 0.5273 | : | 0.8 | 0.5 | 0.8889 | 1.0 | 0.8 |
59
+ | 0.2727 | 2.0 | 10 | 0.5015 | : | 0.8 | 0.5 | 0.8889 | 1.0 | 0.8 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.26.0
65
+ - Pytorch 1.13.1+cu117
66
+ - Datasets 2.9.0
67
+ - Tokenizers 0.13.2