usefuul commited on
Commit
0f4a2b4
·
verified ·
1 Parent(s): 7342e05

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - ru
4
+ base_model:
5
+ - tiiuae/falcon-7b-instruct
6
+ pipeline_tag: text-generation
7
+ datasets:
8
+ - databricks/databricks-dolly-15k
9
+ - story_dataset
10
+ metrics:
11
+ - perplexity
12
+ - bleu
13
+ - rouge
14
+ - accuracy
15
+ - f1
16
+ tags:
17
+ - story_dataset
18
+ - fairytales
19
+ ---