Madhour commited on
Commit
a203f44
1 Parent(s): a2c5af6
Files changed (1) hide show
  1. README.md +27 -0
README.md CHANGED
@@ -1,3 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Conditional ELI5 Generator
2
 
3
  Given a few keywords, it generates an Eli5 question with a corresponding answer.
 
1
+ ---
2
+
3
+ language: en
4
+
5
+ tags:
6
+
7
+ - ELI5
8
+
9
+ license: gpl-3.0
10
+ datasets:
11
+ - eli5
12
+
13
+ widget:
14
+ - text: "<|BOS|><|SEP|>Consulting, Financial Audit, Fraud<|SEP|>"
15
+ example_title: "Generate Question"
16
+
17
+ inference:
18
+ parameters:
19
+ min_length=50,
20
+ max_length=768,
21
+ top_k=30,
22
+ top_p=0.7,
23
+ temperature=0.9,
24
+ repetition_penalty=2.0
25
+
26
+
27
+ ---
28
  # Conditional ELI5 Generator
29
 
30
  Given a few keywords, it generates an Eli5 question with a corresponding answer.