Commit
·
456b39f
1
Parent(s):
6202e2f
Update README.md
Browse files
README.md
CHANGED
|
@@ -30,7 +30,7 @@ license: cc-by-nc-sa-4.0
|
|
| 30 |
|
| 31 |
The `knowgl-large` model is trained by combining Wikidata with an extended version of the training data [REBEL](https://huggingface.co/datasets/Babelscape/rebel-dataset) dataset. Given a sentence, it generates triple(s) in the following format -
|
| 32 |
```
|
| 33 |
-
[(subject
|
| 34 |
```
|
| 35 |
If there is more than one triple generated, they are separated by `$` in the output.
|
| 36 |
|
|
|
|
| 30 |
|
| 31 |
The `knowgl-large` model is trained by combining Wikidata with an extended version of the training data [REBEL](https://huggingface.co/datasets/Babelscape/rebel-dataset) dataset. Given a sentence, it generates triple(s) in the following format -
|
| 32 |
```
|
| 33 |
+
[(subject mention # subject label # subject type) | relation label | (object mention # object label # object type)]
|
| 34 |
```
|
| 35 |
If there is more than one triple generated, they are separated by `$` in the output.
|
| 36 |
|