update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: bert-large-uncased
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- precision
|
8 |
+
- recall
|
9 |
+
- f1
|
10 |
+
- accuracy
|
11 |
+
model-index:
|
12 |
+
- name: BERT_large_with_preprocessing_grid_search
|
13 |
+
results: []
|
14 |
+
---
|
15 |
+
|
16 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
17 |
+
should probably proofread and complete it, then remove this comment. -->
|
18 |
+
|
19 |
+
# BERT_large_with_preprocessing_grid_search
|
20 |
+
|
21 |
+
This model is a fine-tuned version of [bert-large-uncased](https://huggingface.co/bert-large-uncased) on the None dataset.
|
22 |
+
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 2.0736
|
24 |
+
- Precision: 0.0187
|
25 |
+
- Recall: 0.125
|
26 |
+
- F1: 0.0326
|
27 |
+
- Accuracy: 0.1497
|
28 |
+
|
29 |
+
## Model description
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Intended uses & limitations
|
34 |
+
|
35 |
+
More information needed
|
36 |
+
|
37 |
+
## Training and evaluation data
|
38 |
+
|
39 |
+
More information needed
|
40 |
+
|
41 |
+
## Training procedure
|
42 |
+
|
43 |
+
### Training hyperparameters
|
44 |
+
|
45 |
+
The following hyperparameters were used during training:
|
46 |
+
- learning_rate: 5e-05
|
47 |
+
- train_batch_size: 16
|
48 |
+
- eval_batch_size: 16
|
49 |
+
- seed: 42
|
50 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
+
- lr_scheduler_type: linear
|
52 |
+
- num_epochs: 10
|
53 |
+
|
54 |
+
### Training results
|
55 |
+
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
+
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
+
| 2.1138 | 1.0 | 510 | 2.0795 | 0.0041 | 0.125 | 0.0080 | 0.0329 |
|
59 |
+
| 2.1114 | 2.0 | 1020 | 2.0853 | 0.0194 | 0.125 | 0.0336 | 0.1551 |
|
60 |
+
| 2.106 | 3.0 | 1530 | 2.0806 | 0.0345 | 0.125 | 0.0541 | 0.2759 |
|
61 |
+
| 2.1015 | 4.0 | 2040 | 2.0758 | 0.0284 | 0.125 | 0.0462 | 0.2268 |
|
62 |
+
| 2.0997 | 5.0 | 2550 | 2.0808 | 0.0041 | 0.125 | 0.0080 | 0.0329 |
|
63 |
+
| 2.0998 | 6.0 | 3060 | 2.0754 | 0.0284 | 0.125 | 0.0462 | 0.2268 |
|
64 |
+
| 2.099 | 7.0 | 3570 | 2.0737 | 0.0194 | 0.125 | 0.0336 | 0.1551 |
|
65 |
+
| 2.0945 | 8.0 | 4080 | 2.0812 | 0.0045 | 0.125 | 0.0086 | 0.0358 |
|
66 |
+
| 2.0986 | 9.0 | 4590 | 2.0731 | 0.0187 | 0.125 | 0.0326 | 0.1497 |
|
67 |
+
| 2.0958 | 10.0 | 5100 | 2.0736 | 0.0187 | 0.125 | 0.0326 | 0.1497 |
|
68 |
+
|
69 |
+
|
70 |
+
### Framework versions
|
71 |
+
|
72 |
+
- Transformers 4.31.0
|
73 |
+
- Pytorch 2.0.1+cu118
|
74 |
+
- Datasets 2.14.4
|
75 |
+
- Tokenizers 0.13.3
|