Volko76 commited on
Commit
f3da191
·
verified ·
1 Parent(s): 98c8ec3

Mettre text2text generation dans la pipeline pour que si il y a suffisament d'engagement on puisse lancer des générations gratuitement et directement à partir du repo (fonctionnalitée offerte par huggingface))

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -1,3 +1,6 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model:
4
+ - OpenLLM-France/Lucie-7B-Instruct
5
+ pipeline_tag: text2text-generation
6
+ ---