Librarian Bot: Add base_model information to model
#1
by
librarian-bot
- opened
README.md
CHANGED
@@ -1,11 +1,12 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
-
datasets:
|
4 |
-
- kelm
|
5 |
language:
|
6 |
- en
|
|
|
7 |
library_name: peft
|
|
|
|
|
8 |
pipeline_tag: text2text-generation
|
|
|
9 |
---
|
10 |
|
11 |
This is a version of `flan-t5-xl` fine-tuned on the [KELM Corpus](https://github.com/google-research-datasets/KELM-corpus) to take in sentences and output triplets of the form `subject-relation-object` to be used for knowledge graph generation.
|
|
|
1 |
---
|
|
|
|
|
|
|
2 |
language:
|
3 |
- en
|
4 |
+
license: apache-2.0
|
5 |
library_name: peft
|
6 |
+
datasets:
|
7 |
+
- kelm
|
8 |
pipeline_tag: text2text-generation
|
9 |
+
base_model: google/flan-t5-xl
|
10 |
---
|
11 |
|
12 |
This is a version of `flan-t5-xl` fine-tuned on the [KELM Corpus](https://github.com/google-research-datasets/KELM-corpus) to take in sentences and output triplets of the form `subject-relation-object` to be used for knowledge graph generation.
|