Update README.md
Browse files
README.md
CHANGED
@@ -11,6 +11,12 @@ metrics:
|
|
11 |
model-index:
|
12 |
- name: cl_ct_custom_model
|
13 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
---
|
15 |
|
16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -103,4 +109,4 @@ The following hyperparameters were used during training:
|
|
103 |
- Transformers 4.43.4
|
104 |
- Pytorch 2.4.1+cu121
|
105 |
- Datasets 2.20.0
|
106 |
-
- Tokenizers 0.19.1
|
|
|
11 |
model-index:
|
12 |
- name: cl_ct_custom_model
|
13 |
results: []
|
14 |
+
datasets:
|
15 |
+
- tner/bionlp2004
|
16 |
+
language:
|
17 |
+
- en
|
18 |
+
pipeline_tag: token-classification
|
19 |
+
inference: True
|
20 |
---
|
21 |
|
22 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
109 |
- Transformers 4.43.4
|
110 |
- Pytorch 2.4.1+cu121
|
111 |
- Datasets 2.20.0
|
112 |
+
- Tokenizers 0.19.1
|