healthcare-ner-colab
Browse files
README.md
CHANGED
@@ -20,10 +20,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 1.
|
24 |
-
- Precision: 0.
|
25 |
-
- Recall: 0.
|
26 |
-
- F1: 0.
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -54,9 +54,9 @@ The following hyperparameters were used during training:
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|
|
57 |
-
| No log | 1.0 | 1 | 1.
|
58 |
-
| No log | 2.0 | 2 | 1.
|
59 |
-
| No log | 3.0 | 3 | 1.
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 1.7401
|
24 |
+
- Precision: 0.3034
|
25 |
+
- Recall: 0.3889
|
26 |
+
- F1: 0.2611
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|
|
57 |
+
| No log | 1.0 | 1 | 1.8269 | 0.3056 | 0.3889 | 0.2643 |
|
58 |
+
| No log | 2.0 | 2 | 1.7679 | 0.3034 | 0.3889 | 0.2611 |
|
59 |
+
| No log | 3.0 | 3 | 1.7401 | 0.3034 | 0.3889 | 0.2611 |
|
60 |
|
61 |
|
62 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 430920512
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ddb4b556ba0a97cb0b96d20dfe94393872002573609996dd34cecd9fbf16cda5
|
3 |
size 430920512
|
runs/Aug01_05-52-52_08abe0a12f6f/events.out.tfevents.1754027576.08abe0a12f6f.191.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:668f43a045afe81973ea74e82cfb11238dc06b9f758f7c13019deb3982503a69
|
3 |
+
size 6804
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5368
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7125e14da78ecc5580f267a2d95b703fda2d058982284b3986b587cc8c1861fa
|
3 |
size 5368
|