bew librarian-bot commited on
Commit
86377a0
·
verified ·
1 Parent(s): 486de62

Librarian Bot: Add base_model information to model (#1)

Browse files

- Librarian Bot: Add base_model information to model (df878676f007aa09847b4fea76f8a5a7c4a05310)


Co-authored-by: Librarian Bot (Bot) <[email protected]>

Files changed (1) hide show
  1. README.md +4 -3
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.