mycholpath commited on
Commit
9c1dc8a
·
verified ·
1 Parent(s): 46183ff

Update model documentation with YAML metadata

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
1
 
2
  # RA-Mistral-7B Model
3
 
 
1
+ ---
2
+ language: en
3
+ license: mit
4
+ tasks:
5
+ - text-generation
6
+ inference:
7
+ parameters:
8
+ max_new_tokens: 150
9
+ temperature: 0.7
10
+ top_p: 0.9
11
+ ---
12
 
13
  # RA-Mistral-7B Model
14