Commit
·
b6399c9
1
Parent(s):
9aa0e1c
Update README.md
Browse files
README.md
CHANGED
|
@@ -28,7 +28,7 @@ license: cc-by-nc-sa-4.0
|
|
| 28 |
|
| 29 |
# KnowGL: Knowledge Generation and Linking from Text
|
| 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, KnowGL generates triple(s) in the following format:
|
| 32 |
```
|
| 33 |
[(subject mention # subject label # subject type) | relation label | (object mention # object label # object type)]
|
| 34 |
```
|
|
|
|
| 28 |
|
| 29 |
# KnowGL: Knowledge Generation and Linking from Text
|
| 30 |
|
| 31 |
+
The `knowgl-large` model is trained by combining Wikidata with an extended version of the training data in the [REBEL](https://huggingface.co/datasets/Babelscape/rebel-dataset) dataset. Given a sentence, KnowGL generates triple(s) in the following format:
|
| 32 |
```
|
| 33 |
[(subject mention # subject label # subject type) | relation label | (object mention # object label # object type)]
|
| 34 |
```
|