Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,20 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- es
|
5 |
+
---
|
6 |
+
# A Biomedical Nested NER corpus to support T2KNOW project
|
7 |
+
|
8 |
+
This model is a fine-tuned version of the `bert-base-uncased` model using the [T2KNOW corpus](https://zenodo.org/records/12683712).
|
9 |
+
|
10 |
+
The training process involved 30 iterations.
|
11 |
+
|
12 |
+
The code for both training and evaluation of the model is available in the [T2KNOW GitHub repository](https://github.com/edugredu/T2KNOWcode)
|
13 |
+
|
14 |
+
T2KNOW available models:
|
15 |
+
- [`bert-base-uncased` with 10 iterations](https://huggingface.co/edugredu/t2know_bert_10iter)
|
16 |
+
- [`bert-base-uncased` with 20 iterations](https://huggingface.co/edugredu/t2know_bert_20iter)
|
17 |
+
- [`bert-base-uncased` with 30 iterations](https://huggingface.co/edugredu/t2know_bert_30iter)
|
18 |
+
- [`biobert-base-cased-v1.1` with 10 iterations](https://huggingface.co/edugredu/t2know_biobert_10iter)
|
19 |
+
- [`biobert-base-cased-v1.1` with 20 iterations](https://huggingface.co/edugredu/t2know_biobert_20iter)
|
20 |
+
- [`biobert-base-cased-v1.1` with 30 iterations](https://huggingface.co/edugredu/t2know_biobert_30iter)
|