nouman-10 commited on
Commit
9ae9953
1 Parent(s): 869f256

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ - f1
8
+ model-index:
9
+ - name: unsupervised-fine-tune-bert-exist-5
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
+ # unsupervised-fine-tune-bert-exist-5
17
+
18
+ This model is a fine-tuned version of [nouman-10/unsupervised-exist](https://huggingface.co/nouman-10/unsupervised-exist) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 1.8920
21
+ - Accuracy: 0.6337
22
+ - F1: 0.6337
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 2e-05
42
+ - train_batch_size: 16
43
+ - eval_batch_size: 16
44
+ - seed: 42
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
+ - lr_scheduler_type: linear
47
+ - num_epochs: 10
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
52
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
53
+ | No log | 1.0 | 194 | 0.9582 | 0.6337 | 0.6337 |
54
+ | No log | 2.0 | 388 | 0.9158 | 0.6657 | 0.6657 |
55
+ | 0.9283 | 3.0 | 582 | 1.0225 | 0.6453 | 0.6453 |
56
+ | 0.9283 | 4.0 | 776 | 1.1757 | 0.6453 | 0.6453 |
57
+ | 0.9283 | 5.0 | 970 | 1.4833 | 0.6541 | 0.6541 |
58
+ | 0.3 | 6.0 | 1164 | 1.5788 | 0.6424 | 0.6424 |
59
+ | 0.3 | 7.0 | 1358 | 1.7086 | 0.6424 | 0.6424 |
60
+ | 0.0837 | 8.0 | 1552 | 1.7899 | 0.625 | 0.625 |
61
+ | 0.0837 | 9.0 | 1746 | 1.8782 | 0.6366 | 0.6366 |
62
+ | 0.0837 | 10.0 | 1940 | 1.8920 | 0.6337 | 0.6337 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.26.1
68
+ - Pytorch 1.13.1+cu116
69
+ - Datasets 2.10.1
70
+ - Tokenizers 0.13.2