Update README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,6 @@
|
|
1 |
-
|
2 |
---
|
3 |
-
|
4 |
license: cc-by-nc-sa-4.0
|
5 |
-
|
6 |
-
|
7 |
---
|
8 |
|
9 |

|
@@ -76,4 +73,4 @@ prediction = triplextract(model, tokenizer, text, entity_types, predicates)
|
|
76 |
print(prediction)
|
77 |
|
78 |
|
79 |
-
```
|
|
|
|
|
1 |
---
|
|
|
2 |
license: cc-by-nc-sa-4.0
|
3 |
+
pipeline_tag: text-generation
|
|
|
4 |
---
|
5 |
|
6 |

|
|
|
73 |
print(prediction)
|
74 |
|
75 |
|
76 |
+
```
|