Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
___
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
tags:
|
| 5 |
+
- t5
|
| 6 |
+
dataset:
|
| 7 |
+
- eli5
|
| 8 |
+
|
| 9 |
+
widget:
|
| 10 |
+
- text: "why aren't there more planets in our solar system?"
|
| 11 |
+
example_title: "solar system"
|
| 12 |
+
|
| 13 |
+
inference:
|
| 14 |
+
parameters:
|
| 15 |
+
max_length: 64
|
| 16 |
+
no_repeat_ngram_size: 2
|
| 17 |
+
encoder_no_repeat_ngram_size: 3
|
| 18 |
+
repetition_penalty: 2.4
|
| 19 |
+
length_penalty: 0.5
|
| 20 |
+
num_beams: 4
|
| 21 |
+
early_stopping: True
|
| 22 |
+
___
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
# t5 - base- askscience
|
| 26 |
+
|
| 27 |
+
- the entirety of askscience sub-section of eli5 dataset for 1 epoch
|