kghanlon commited on
Commit
a240794
1 Parent(s): ecf8943

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +67 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: kghanlon/distilbert-base-uncased-finetuned-MP-unannotated-half-frozen-v1
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ - recall
8
+ - f1
9
+ model-index:
10
+ - name: distilbert-base-uncased-finetuned-MP-unannotated-half-frozen-v1-FULL_CLASSES-v1_un_frozen
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # distilbert-base-uncased-finetuned-MP-unannotated-half-frozen-v1-FULL_CLASSES-v1_un_frozen
18
+
19
+ This model is a fine-tuned version of [kghanlon/distilbert-base-uncased-finetuned-MP-unannotated-half-frozen-v1](https://huggingface.co/kghanlon/distilbert-base-uncased-finetuned-MP-unannotated-half-frozen-v1) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 2.2635
22
+ - Accuracy: 0.5909
23
+ - Recall: 0.5909
24
+ - F1: 0.5861
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 5e-05
44
+ - train_batch_size: 8
45
+ - eval_batch_size: 8
46
+ - seed: 42
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 5
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Recall | F1 |
54
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|:------:|:------:|
55
+ | 1.7051 | 1.0 | 15490 | 1.6329 | 0.5557 | 0.5557 | 0.5381 |
56
+ | 1.3579 | 2.0 | 30980 | 1.5647 | 0.5771 | 0.5771 | 0.5650 |
57
+ | 1.0119 | 3.0 | 46470 | 1.6397 | 0.5900 | 0.5900 | 0.5821 |
58
+ | 0.5922 | 4.0 | 61960 | 1.9336 | 0.5922 | 0.5922 | 0.5855 |
59
+ | 0.3721 | 5.0 | 77450 | 2.2635 | 0.5909 | 0.5909 | 0.5861 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.35.2
65
+ - Pytorch 2.1.0+cu121
66
+ - Datasets 2.16.1
67
+ - Tokenizers 0.15.0