Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
datasets:
|
| 4 |
+
- DFKI-SLT/tacred
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
metrics:
|
| 8 |
+
- f1
|
| 9 |
+
library_name: transformers
|
| 10 |
+
pipeline_tag: text-classification
|
| 11 |
+
|
| 12 |
+
# Optional. Add this if you want to encode your eval results in a structured way.
|
| 13 |
+
model-index:
|
| 14 |
+
- name: re_bert-base_tacred
|
| 15 |
+
results:
|
| 16 |
+
- task:
|
| 17 |
+
type: relation-classification # Required. Example: automatic-speech-recognition
|
| 18 |
+
name: Relation Classification # Optional. Example: Speech Recognition
|
| 19 |
+
dataset:
|
| 20 |
+
type: DFKI-SLT/tacred # Required. Example: common_voice. Use dataset id from https://hf.co/datasets
|
| 21 |
+
name: TAC Relation Extraction Dataset # Required. A pretty name for the dataset. Example: Common Voice (French)
|
| 22 |
+
config: revisited # Optional. The name of the dataset configuration used in `load_dataset()`. Example: fr in `load_dataset("common_voice", "fr")`. See the `datasets` docs for more info: https://huggingface.co/docs/datasets/package_reference/loading_methods#datasets.load_dataset.name
|
| 23 |
+
split: test # Optional. Example: test
|
| 24 |
+
metrics:
|
| 25 |
+
- type: f1 # Required. Example: wer. Use metric id from https://hf.co/metrics
|
| 26 |
+
value: 0.7985 # Required. Example: 20.90
|
| 27 |
+
name: test/f1 # Optional. Example: Test WER
|
| 28 |
+
verified: false # Optional. If true, indicates that evaluation was generated by Hugging Face (vs. self-reported).
|
| 29 |
+
---
|