Dinithi commited on
Commit
dbaef67
·
1 Parent(s): 7e6b9c5

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
+ - accuracy
7
+ - precision
8
+ - recall
9
+ - f1
10
+ model-index:
11
+ - name: CancerTextV1
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
+ # CancerTextV1
19
+
20
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.5476
23
+ - Accuracy: 0.8683
24
+ - Precision: 0.8558
25
+ - Recall: 0.8870
26
+ - F1: 0.8711
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: 1e-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: 10
52
+ - mixed_precision_training: Native AMP
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
57
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
58
+ | 0.3268 | 1.0 | 600 | 0.3939 | 0.8475 | 0.8268 | 0.8804 | 0.8528 |
59
+ | 0.3132 | 2.0 | 1200 | 0.3510 | 0.8475 | 0.8509 | 0.8439 | 0.8474 |
60
+ | 0.2595 | 3.0 | 1800 | 0.3631 | 0.8617 | 0.8505 | 0.8787 | 0.8644 |
61
+ | 0.2256 | 4.0 | 2400 | 0.4303 | 0.8625 | 0.8507 | 0.8804 | 0.8653 |
62
+ | 0.1944 | 5.0 | 3000 | 0.4551 | 0.8642 | 0.8592 | 0.8721 | 0.8656 |
63
+ | 0.1734 | 6.0 | 3600 | 0.4673 | 0.86 | 0.8434 | 0.8854 | 0.8639 |
64
+ | 0.1446 | 7.0 | 4200 | 0.4960 | 0.87 | 0.8562 | 0.8904 | 0.8730 |
65
+ | 0.1371 | 8.0 | 4800 | 0.5162 | 0.8708 | 0.8646 | 0.8804 | 0.8724 |
66
+ | 0.123 | 9.0 | 5400 | 0.5396 | 0.8642 | 0.8604 | 0.8704 | 0.8654 |
67
+ | 0.1174 | 10.0 | 6000 | 0.5476 | 0.8683 | 0.8558 | 0.8870 | 0.8711 |
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - Transformers 4.21.2
73
+ - Pytorch 1.12.1+cu113
74
+ - Datasets 2.4.0
75
+ - Tokenizers 0.12.1