bew librarian-bot commited on
Commit
1e28c96
1 Parent(s): 11fb770

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

Browse files

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


Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -1,9 +1,10 @@
1
  ---
2
- license: apache-2.0
3
  language:
4
  - en
 
5
  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.
 
1
  ---
 
2
  language:
3
  - en
4
+ license: apache-2.0
5
  library_name: peft
6
  pipeline_tag: text2text-generation
7
+ base_model: google/flan-t5-large
8
  ---
9
 
10
  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.