alicenkbaytop commited on
Commit
a09d309
1 Parent(s): 63a3feb

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +75 -0
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - precision
7
+ - recall
8
+ - f1
9
+ - accuracy
10
+ model-index:
11
+ - name: distilbert-base-uncased-date
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # distilbert-base-uncased-date
19
+
20
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.2773
23
+ - Precision: 0.0
24
+ - Recall: 0.0
25
+ - F1: 0.0
26
+ - Accuracy: 0.9259
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 2e-05
46
+ - train_batch_size: 16
47
+ - eval_batch_size: 16
48
+ - seed: 42
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - num_epochs: 11
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:---:|:--------:|
57
+ | No log | 1.0 | 1 | 0.5215 | 0.0 | 0.0 | 0.0 | 0.9259 |
58
+ | No log | 2.0 | 2 | 0.4264 | 0.0 | 0.0 | 0.0 | 0.9259 |
59
+ | No log | 3.0 | 3 | 0.3649 | 0.0 | 0.0 | 0.0 | 0.9259 |
60
+ | No log | 4.0 | 4 | 0.3289 | 0.0 | 0.0 | 0.0 | 0.9259 |
61
+ | No log | 5.0 | 5 | 0.3099 | 0.0 | 0.0 | 0.0 | 0.9259 |
62
+ | No log | 6.0 | 6 | 0.2992 | 0.0 | 0.0 | 0.0 | 0.9259 |
63
+ | No log | 7.0 | 7 | 0.2920 | 0.0 | 0.0 | 0.0 | 0.9259 |
64
+ | No log | 8.0 | 8 | 0.2865 | 0.0 | 0.0 | 0.0 | 0.9259 |
65
+ | No log | 9.0 | 9 | 0.2821 | 0.0 | 0.0 | 0.0 | 0.9259 |
66
+ | No log | 10.0 | 10 | 0.2790 | 0.0 | 0.0 | 0.0 | 0.9259 |
67
+ | No log | 11.0 | 11 | 0.2773 | 0.0 | 0.0 | 0.0 | 0.9259 |
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - Transformers 4.29.2
73
+ - Pytorch 2.0.1+cu118
74
+ - Datasets 2.12.0
75
+ - Tokenizers 0.13.3