peter2000 commited on
Commit
bd31a4b
1 Parent(s): f57b75d

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +63 -0
README.md ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: distilbert-base-uncased-finetuned-osdg
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # distilbert-base-uncased-finetuned-osdg
14
+
15
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.8231
18
+ - Acc: 0.7696
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 6e-06
38
+ - train_batch_size: 32
39
+ - eval_batch_size: 32
40
+ - seed: 42
41
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
+ - lr_scheduler_type: linear
43
+ - num_epochs: 7
44
+
45
+ ### Training results
46
+
47
+ | Training Loss | Epoch | Step | Validation Loss | Acc |
48
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
49
+ | 1.072 | 1.0 | 904 | 1.0274 | 0.7242 |
50
+ | 0.8997 | 2.0 | 1808 | 0.9168 | 0.7481 |
51
+ | 0.8137 | 3.0 | 2712 | 0.8687 | 0.7547 |
52
+ | 0.7966 | 4.0 | 3616 | 0.8400 | 0.7618 |
53
+ | 0.7209 | 5.0 | 4520 | 0.8280 | 0.7677 |
54
+ | 0.6666 | 6.0 | 5424 | 0.8300 | 0.7671 |
55
+ | 0.6655 | 7.0 | 6328 | 0.8231 | 0.7696 |
56
+
57
+
58
+ ### Framework versions
59
+
60
+ - Transformers 4.18.0
61
+ - Pytorch 1.11.0+cu113
62
+ - Datasets 2.2.0
63
+ - Tokenizers 0.12.1