Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,10 @@ tags:
|
|
6 |
model-index:
|
7 |
- name: Naveengo/bert-finetuned-on-ncbi__disease
|
8 |
results: []
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
@@ -13,7 +17,7 @@ probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# Naveengo/bert-finetuned-on-ncbi__disease
|
15 |
|
16 |
-
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on
|
17 |
It achieves the following results on the evaluation set:
|
18 |
- Train Loss: 0.0209
|
19 |
- Validation Loss: 0.0649
|
@@ -54,4 +58,4 @@ The following hyperparameters were used during training:
|
|
54 |
- Transformers 4.34.1
|
55 |
- TensorFlow 2.13.0
|
56 |
- Datasets 2.14.5
|
57 |
-
- Tokenizers 0.14.1
|
|
|
6 |
model-index:
|
7 |
- name: Naveengo/bert-finetuned-on-ncbi__disease
|
8 |
results: []
|
9 |
+
datasets:
|
10 |
+
- ncbi_disease
|
11 |
+
metrics:
|
12 |
+
- accuracy
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
|
|
17 |
|
18 |
# Naveengo/bert-finetuned-on-ncbi__disease
|
19 |
|
20 |
+
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on a ncbi_disease dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
- Train Loss: 0.0209
|
23 |
- Validation Loss: 0.0649
|
|
|
58 |
- Transformers 4.34.1
|
59 |
- TensorFlow 2.13.0
|
60 |
- Datasets 2.14.5
|
61 |
+
- Tokenizers 0.14.1
|