kearney commited on
Commit
29d8609
1 Parent(s): 29880f6

End of training

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
+ base_model: distilbert-base-uncased
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: office-character
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
+ # office-character
17
+
18
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 2.3281
21
+ - Accuracy: 0.339
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 5e-05
41
+ - train_batch_size: 8
42
+ - eval_batch_size: 4
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - num_epochs: 1.0
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | No log | 0.09 | 100 | 2.5032 | 0.3117 |
53
+ | No log | 0.18 | 200 | 2.4405 | 0.315 |
54
+ | No log | 0.27 | 300 | 2.4370 | 0.319 |
55
+ | No log | 0.36 | 400 | 2.4321 | 0.322 |
56
+ | 2.5244 | 0.45 | 500 | 2.3951 | 0.3087 |
57
+ | 2.5244 | 0.54 | 600 | 2.3907 | 0.3207 |
58
+ | 2.5244 | 0.63 | 700 | 2.3612 | 0.321 |
59
+ | 2.5244 | 0.72 | 800 | 2.3521 | 0.3293 |
60
+ | 2.5244 | 0.81 | 900 | 2.3339 | 0.3327 |
61
+ | 2.417 | 0.9 | 1000 | 2.3318 | 0.3323 |
62
+ | 2.417 | 0.99 | 1100 | 2.3281 | 0.339 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.32.1
68
+ - Pytorch 2.0.1
69
+ - Datasets 2.14.4
70
+ - Tokenizers 0.13.3