model update
Browse files
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
datasets:
|
| 3 |
-
- tner/
|
| 4 |
metrics:
|
| 5 |
- f1
|
| 6 |
- precision
|
|
@@ -12,9 +12,9 @@ model-index:
|
|
| 12 |
name: Token Classification
|
| 13 |
type: token-classification
|
| 14 |
dataset:
|
| 15 |
-
name: ttc
|
| 16 |
-
type: ttc
|
| 17 |
-
args: ttc
|
| 18 |
metrics:
|
| 19 |
- name: F1
|
| 20 |
type: f1
|
|
@@ -52,7 +52,7 @@ widget:
|
|
| 52 |
# tner/roberta-large-ttc
|
| 53 |
|
| 54 |
This model is a fine-tuned version of [roberta-large](https://huggingface.co/roberta-large) on the
|
| 55 |
-
[tner/ttc](https://huggingface.co/datasets/tner/
|
| 56 |
Model fine-tuning is done via [T-NER](https://github.com/asahi417/tner)'s hyper-parameter search (see the repository
|
| 57 |
for more detail). It achieves the following results on the test set:
|
| 58 |
- F1 (micro): 0.8314534321624235
|
|
|
|
| 1 |
---
|
| 2 |
datasets:
|
| 3 |
+
- tner/ttc
|
| 4 |
metrics:
|
| 5 |
- f1
|
| 6 |
- precision
|
|
|
|
| 12 |
name: Token Classification
|
| 13 |
type: token-classification
|
| 14 |
dataset:
|
| 15 |
+
name: tner/ttc
|
| 16 |
+
type: tner/ttc
|
| 17 |
+
args: tner/ttc
|
| 18 |
metrics:
|
| 19 |
- name: F1
|
| 20 |
type: f1
|
|
|
|
| 52 |
# tner/roberta-large-ttc
|
| 53 |
|
| 54 |
This model is a fine-tuned version of [roberta-large](https://huggingface.co/roberta-large) on the
|
| 55 |
+
[tner/ttc](https://huggingface.co/datasets/tner/ttc) dataset.
|
| 56 |
Model fine-tuning is done via [T-NER](https://github.com/asahi417/tner)'s hyper-parameter search (see the repository
|
| 57 |
for more detail). It achieves the following results on the test set:
|
| 58 |
- F1 (micro): 0.8314534321624235
|