Update README.md
Browse files
README.md
CHANGED
@@ -6,4 +6,6 @@ library_name: peft
|
|
6 |
pipeline_tag: text2text-generation
|
7 |
---
|
8 |
|
9 |
-
This is a proof-of-concept fine-tuned version of `flan-t5-large` which takes in a sentence and outputs triplets (subject-relation-object) to be used for generating a knowledge graph.
|
|
|
|
|
|
6 |
pipeline_tag: text2text-generation
|
7 |
---
|
8 |
|
9 |
+
This is a proof-of-concept fine-tuned version of `flan-t5-large` which takes in a sentence and outputs triplets (subject-relation-object) to be used for generating a knowledge graph.
|
10 |
+
|
11 |
+
`t5_sentence_to_triplet_xl` has a better description and performance
|