ahmetayrnc commited on
Commit
0931842
1 Parent(s): f79cb41

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +83 -0
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - silicone
7
+ metrics:
8
+ - accuracy
9
+ model-index:
10
+ - name: bert-large-cased
11
+ results:
12
+ - task:
13
+ name: Text Classification
14
+ type: text-classification
15
+ dataset:
16
+ name: silicone
17
+ type: silicone
18
+ config: swda
19
+ split: test
20
+ args: swda
21
+ metrics:
22
+ - name: Accuracy
23
+ type: accuracy
24
+ value: 0.7280766396462786
25
+ ---
26
+
27
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
28
+ should probably proofread and complete it, then remove this comment. -->
29
+
30
+ # bert-large-cased
31
+
32
+ This model is a fine-tuned version of [bert-large-cased](https://huggingface.co/bert-large-cased) on the silicone dataset.
33
+ It achieves the following results on the evaluation set:
34
+ - Loss: 0.8807
35
+ - Accuracy: 0.7281
36
+ - Micro-precision: 0.7281
37
+ - Micro-recall: 0.7281
38
+ - Micro-f1: 0.7281
39
+ - Macro-precision: 0.4591
40
+ - Macro-recall: 0.3825
41
+ - Macro-f1: 0.3855
42
+ - Weighted-precision: 0.6943
43
+ - Weighted-recall: 0.7281
44
+ - Weighted-f1: 0.6977
45
+
46
+ ## Model description
47
+
48
+ More information needed
49
+
50
+ ## Intended uses & limitations
51
+
52
+ More information needed
53
+
54
+ ## Training and evaluation data
55
+
56
+ More information needed
57
+
58
+ ## Training procedure
59
+
60
+ ### Training hyperparameters
61
+
62
+ The following hyperparameters were used during training:
63
+ - learning_rate: 2e-05
64
+ - train_batch_size: 32
65
+ - eval_batch_size: 32
66
+ - seed: 42
67
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
68
+ - lr_scheduler_type: linear
69
+ - num_epochs: 1
70
+
71
+ ### Training results
72
+
73
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Micro-precision | Micro-recall | Micro-f1 | Macro-precision | Macro-recall | Macro-f1 | Weighted-precision | Weighted-recall | Weighted-f1 |
74
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------------:|:------------:|:--------:|:---------------:|:------------:|:--------:|:------------------:|:---------------:|:-----------:|
75
+ | 0.8835 | 1.0 | 2980 | 0.8807 | 0.7281 | 0.7281 | 0.7281 | 0.7281 | 0.4591 | 0.3825 | 0.3855 | 0.6943 | 0.7281 | 0.6977 |
76
+
77
+
78
+ ### Framework versions
79
+
80
+ - Transformers 4.26.0
81
+ - Pytorch 1.13.1+cu116
82
+ - Datasets 2.9.0
83
+ - Tokenizers 0.13.2