Update README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,12 @@ metrics:
|
|
8 |
model-index:
|
9 |
- name: relation_extraction_bert_base_uncased
|
10 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -15,7 +21,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# relation_extraction_bert_base_uncased
|
17 |
|
18 |
-
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on
|
19 |
It achieves the following results on the evaluation set:
|
20 |
- Loss: 0.9300
|
21 |
- F1: 0.8616
|
@@ -66,4 +72,4 @@ The following hyperparameters were used during training:
|
|
66 |
- Transformers 4.35.2
|
67 |
- Pytorch 2.1.0+cu121
|
68 |
- Datasets 2.16.0
|
69 |
-
- Tokenizers 0.15.0
|
|
|
8 |
model-index:
|
9 |
- name: relation_extraction_bert_base_uncased
|
10 |
results: []
|
11 |
+
datasets:
|
12 |
+
- sem_eval_2010_task_8
|
13 |
+
language:
|
14 |
+
- en
|
15 |
+
library_name: transformers
|
16 |
+
pipeline_tag: text-classification
|
17 |
---
|
18 |
|
19 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
21 |
|
22 |
# relation_extraction_bert_base_uncased
|
23 |
|
24 |
+
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on [sem_eval_2010_task_8](https://huggingface.co/datasets/sem_eval_2010_task_8).
|
25 |
It achieves the following results on the evaluation set:
|
26 |
- Loss: 0.9300
|
27 |
- F1: 0.8616
|
|
|
72 |
- Transformers 4.35.2
|
73 |
- Pytorch 2.1.0+cu121
|
74 |
- Datasets 2.16.0
|
75 |
+
- Tokenizers 0.15.0
|