MihaiIonascu commited on
Commit
76e1ebb
1 Parent(s): 180557d

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +68 -0
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ model-index:
8
+ - name: fine_tuned_bert_dreadit
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # fine_tuned_bert_dreadit
16
+
17
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 1.6964
20
+ - Accuracy: 0.7584
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 2e-05
40
+ - train_batch_size: 16
41
+ - eval_batch_size: 16
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - num_epochs: 10
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
+ | 0.0515 | 1.0 | 178 | 1.0425 | 0.7388 |
52
+ | 0.0988 | 2.0 | 356 | 1.1394 | 0.7725 |
53
+ | 0.0008 | 3.0 | 534 | 1.3705 | 0.7725 |
54
+ | 0.4585 | 4.0 | 712 | 1.2983 | 0.7809 |
55
+ | 0.0003 | 5.0 | 890 | 1.4867 | 0.7753 |
56
+ | 0.0003 | 6.0 | 1068 | 1.5385 | 0.7837 |
57
+ | 0.0002 | 7.0 | 1246 | 1.4708 | 0.7781 |
58
+ | 0.0002 | 8.0 | 1424 | 1.6836 | 0.7640 |
59
+ | 0.0002 | 9.0 | 1602 | 1.7276 | 0.7584 |
60
+ | 0.0002 | 10.0 | 1780 | 1.6964 | 0.7584 |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - Transformers 4.27.3
66
+ - Pytorch 1.13.1+cu116
67
+ - Datasets 2.10.1
68
+ - Tokenizers 0.13.2