sohamtiwari3120 commited on
Commit
572c34f
1 Parent(s): 30a6cb0

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +78 -0
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - generator
7
+ model-index:
8
+ - name: deberta-v3-base-finetuned-ner
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # deberta-v3-base-finetuned-ner
16
+
17
+ This model is a fine-tuned version of [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) on the generator dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.5136
20
+ - Overall Precision: 0.0
21
+ - Overall Recall: 0.0
22
+ - Overall F1: 0.0
23
+ - Overall Accuracy: 0.9116
24
+ - Datasetname F1: 0.0
25
+ - Hyperparametername F1: 0.0
26
+ - Hyperparametervalue F1: 0.0
27
+ - Methodname F1: 0.0
28
+ - Metricname F1: 0.0
29
+ - Metricvalue F1: 0.0
30
+ - Taskname F1: 0.0
31
+
32
+ ## Model description
33
+
34
+ More information needed
35
+
36
+ ## Intended uses & limitations
37
+
38
+ More information needed
39
+
40
+ ## Training and evaluation data
41
+
42
+ More information needed
43
+
44
+ ## Training procedure
45
+
46
+ ### Training hyperparameters
47
+
48
+ The following hyperparameters were used during training:
49
+ - learning_rate: 0.001
50
+ - train_batch_size: 8
51
+ - eval_batch_size: 8
52
+ - seed: 42
53
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
54
+ - lr_scheduler_type: linear
55
+ - num_epochs: 10
56
+
57
+ ### Training results
58
+
59
+ | Training Loss | Epoch | Step | Validation Loss | Overall Precision | Overall Recall | Overall F1 | Overall Accuracy | Datasetname F1 | Hyperparametername F1 | Hyperparametervalue F1 | Methodname F1 | Metricname F1 | Metricvalue F1 | Taskname F1 |
60
+ |:-------------:|:-----:|:----:|:---------------:|:-----------------:|:--------------:|:----------:|:----------------:|:--------------:|:---------------------:|:----------------------:|:-------------:|:-------------:|:--------------:|:-----------:|
61
+ | No log | 1.0 | 71 | 0.5821 | 0.0 | 0.0 | 0.0 | 0.9116 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 |
62
+ | No log | 2.0 | 142 | 0.5116 | 0.0 | 0.0 | 0.0 | 0.9116 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 |
63
+ | No log | 3.0 | 213 | 0.5100 | 0.0 | 0.0 | 0.0 | 0.9116 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 |
64
+ | No log | 4.0 | 284 | 0.5116 | 0.0 | 0.0 | 0.0 | 0.9116 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 |
65
+ | No log | 5.0 | 355 | 0.5181 | 0.0 | 0.0 | 0.0 | 0.9116 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 |
66
+ | No log | 6.0 | 426 | 0.5098 | 0.0 | 0.0 | 0.0 | 0.9116 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 |
67
+ | No log | 7.0 | 497 | 0.5060 | 0.0 | 0.0 | 0.0 | 0.9116 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 |
68
+ | 0.5155 | 8.0 | 568 | 0.5263 | 0.0 | 0.0 | 0.0 | 0.9116 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 |
69
+ | 0.5155 | 9.0 | 639 | 0.5109 | 0.0 | 0.0 | 0.0 | 0.9116 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 |
70
+ | 0.5155 | 10.0 | 710 | 0.5136 | 0.0 | 0.0 | 0.0 | 0.9116 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 |
71
+
72
+
73
+ ### Framework versions
74
+
75
+ - Transformers 4.23.1
76
+ - Pytorch 1.12.1+cu102
77
+ - Datasets 2.6.1
78
+ - Tokenizers 0.13.1