xoyeop commited on
Commit
be03f28
·
1 Parent(s): 6f08b71

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +65 -0
README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - precision
7
+ - recall
8
+ - f1
9
+ model-index:
10
+ - name: deberta-base-TEST
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
+ # deberta-base-TEST
18
+
19
+ This model is a fine-tuned version of [microsoft/deberta-base](https://huggingface.co/microsoft/deberta-base) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.3385
22
+ - Precision: 0.9472
23
+ - Recall: 0.9472
24
+ - F1: 0.9472
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: 3e-05
44
+ - train_batch_size: 4
45
+ - eval_batch_size: 4
46
+ - seed: 42
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 3
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 |
54
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|
55
+ | 0.3683 | 1.0 | 2500 | 0.3859 | 0.9094 | 0.9094 | 0.9094 |
56
+ | 0.2269 | 2.0 | 5000 | 0.3091 | 0.9439 | 0.9439 | 0.9439 |
57
+ | 0.1006 | 3.0 | 7500 | 0.3385 | 0.9472 | 0.9472 | 0.9472 |
58
+
59
+
60
+ ### Framework versions
61
+
62
+ - Transformers 4.30.2
63
+ - Pytorch 2.0.1+cu118
64
+ - Datasets 2.13.1
65
+ - Tokenizers 0.13.3