Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,9 @@ metrics:
|
|
10 |
model-index:
|
11 |
- name: balanced-augmented-bert-gest-pred-seqeval-partialmatch-2
|
12 |
results: []
|
|
|
|
|
|
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -19,11 +22,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- Precision: 0.
|
24 |
-
- Recall: 0.
|
25 |
-
- F1: 0.
|
26 |
-
- Accuracy: 0.
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -81,4 +84,4 @@ The following hyperparameters were used during training:
|
|
81 |
- Transformers 4.27.3
|
82 |
- Pytorch 1.13.1+cu116
|
83 |
- Datasets 2.10.1
|
84 |
-
- Tokenizers 0.13.2
|
|
|
10 |
model-index:
|
11 |
- name: balanced-augmented-bert-gest-pred-seqeval-partialmatch-2
|
12 |
results: []
|
13 |
+
datasets:
|
14 |
+
- Jsevisal/balanced_augmented_dataset_2
|
15 |
+
pipeline_tag: token-classification
|
16 |
---
|
17 |
|
18 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
22 |
|
23 |
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the None dataset.
|
24 |
It achieves the following results on the evaluation set:
|
25 |
+
- Loss: 0.3649
|
26 |
+
- Precision: 0.9322
|
27 |
+
- Recall: 0.9236
|
28 |
+
- F1: 0.9235
|
29 |
+
- Accuracy: 0.9138
|
30 |
|
31 |
## Model description
|
32 |
|
|
|
84 |
- Transformers 4.27.3
|
85 |
- Pytorch 1.13.1+cu116
|
86 |
- Datasets 2.10.1
|
87 |
+
- Tokenizers 0.13.2
|