AlexC98 commited on
Commit
2dd212f
·
1 Parent(s): b7d9e38

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +78 -0
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ model-index:
8
+ - name: commitC
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
+ # commitC
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.3178
20
+ - Accuracy: 0.6939
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: 20
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
+ | No log | 1.0 | 32 | 0.9701 | 0.5545 |
52
+ | No log | 2.0 | 64 | 0.8482 | 0.5970 |
53
+ | No log | 3.0 | 96 | 0.7623 | 0.6606 |
54
+ | No log | 4.0 | 128 | 0.7500 | 0.6818 |
55
+ | No log | 5.0 | 160 | 0.7741 | 0.7 |
56
+ | No log | 6.0 | 192 | 0.8143 | 0.7030 |
57
+ | No log | 7.0 | 224 | 0.9409 | 0.6909 |
58
+ | No log | 8.0 | 256 | 1.0390 | 0.6939 |
59
+ | No log | 9.0 | 288 | 1.1710 | 0.6909 |
60
+ | No log | 10.0 | 320 | 1.1657 | 0.6970 |
61
+ | No log | 11.0 | 352 | 1.1804 | 0.6939 |
62
+ | No log | 12.0 | 384 | 1.2182 | 0.6970 |
63
+ | No log | 13.0 | 416 | 1.1840 | 0.7091 |
64
+ | No log | 14.0 | 448 | 1.3097 | 0.7030 |
65
+ | No log | 15.0 | 480 | 1.2168 | 0.7242 |
66
+ | 0.2806 | 16.0 | 512 | 1.2970 | 0.7 |
67
+ | 0.2806 | 17.0 | 544 | 1.3139 | 0.7 |
68
+ | 0.2806 | 18.0 | 576 | 1.3116 | 0.6939 |
69
+ | 0.2806 | 19.0 | 608 | 1.3045 | 0.6970 |
70
+ | 0.2806 | 20.0 | 640 | 1.3178 | 0.6939 |
71
+
72
+
73
+ ### Framework versions
74
+
75
+ - Transformers 4.29.2
76
+ - Pytorch 2.0.1+cu118
77
+ - Datasets 2.12.0
78
+ - Tokenizers 0.13.3