ArneBinder
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
---
|
2 |
license: cc-by-sa-4.0
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
This is an argument structure prediction model for the scientific domain. It is a pointer network based on
|
@@ -16,6 +21,7 @@ found in the [pie-modules](https://github.com/ArneBinder/pie-modules) repository
|
|
16 |
[SciArg dataset](https://aclanthology.org/W18-5206/), see [here](https://huggingface.co/datasets/pie/sciarg) for
|
17 |
further information and an integration into [pie-datasets](https://github.com/ArneBinder/pie-datasets). Further
|
18 |
information regarding the training setup and model performance can be found in the [config.yaml](config.yaml),
|
19 |
-
in the [wandb-metadata.json](wandb-metadata.json), and in [wandb-summary.json](wandb-summary.json).
|
|
|
20 |
|
21 |
-
You can try out the model in [this HF space](https://huggingface.co/spaces/ArneBinder/sam-pointer-bart-base-v0.3).
|
|
|
1 |
---
|
2 |
license: cc-by-sa-4.0
|
3 |
+
datasets:
|
4 |
+
- pie/sciarg
|
5 |
+
- DFKI-SLT/sciarg
|
6 |
+
language:
|
7 |
+
- en
|
8 |
---
|
9 |
|
10 |
This is an argument structure prediction model for the scientific domain. It is a pointer network based on
|
|
|
21 |
[SciArg dataset](https://aclanthology.org/W18-5206/), see [here](https://huggingface.co/datasets/pie/sciarg) for
|
22 |
further information and an integration into [pie-datasets](https://github.com/ArneBinder/pie-datasets). Further
|
23 |
information regarding the training setup and model performance can be found in the [config.yaml](config.yaml),
|
24 |
+
in the [wandb-metadata.json](wandb-metadata.json), and in [wandb-summary.json](wandb-summary.json).
|
25 |
+
([link to private W&B run](https://wandb.ai/arne/dataset-sciarg-task-ner_re-v0.3-training/runs/wr3bg4la))
|
26 |
|
27 |
+
You can try out the model in [this HF space](https://huggingface.co/spaces/ArneBinder/sam-pointer-bart-base-v0.3).
|