emeline-caruana commited on
Commit
cf7a63a
·
verified ·
1 Parent(s): 970b3a8

Update README.md

Browse files

Fine-tuned version of the google/flan-t5-base model for an end of training on LLMs project on poem generation.
The dataset used for the fien-tuning is a poem dataset found on Kaggle.

Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -1,3 +1,9 @@
1
- ---
2
- license: unknown
3
- ---
 
 
 
 
 
 
 
1
+ ---
2
+ license: unknown
3
+ language:
4
+ - en
5
+ metrics:
6
+ - rouge
7
+ base_model: google/flan-t5-base
8
+ pipeline_tag: text2text-generation
9
+ ---