match generation parameters with model trained on LFQA dataset
Browse files
README.md
CHANGED
|
@@ -17,16 +17,16 @@ widget:
|
|
| 17 |
example_title: "solar system"
|
| 18 |
- text: "question: what is a probability distribution? context: I am just learning about statistics."
|
| 19 |
example_title: "probability distribution"
|
| 20 |
-
- text: "question:
|
| 21 |
example_title: "pumpen"
|
| 22 |
- text: "what is a neural network?"
|
| 23 |
example_title: "deep learning"
|
| 24 |
-
- text: "
|
| 25 |
example_title: "NLP"
|
| 26 |
|
| 27 |
inference:
|
| 28 |
parameters:
|
| 29 |
-
max_length:
|
| 30 |
no_repeat_ngram_size: 2
|
| 31 |
encoder_no_repeat_ngram_size: 4
|
| 32 |
repetition_penalty: 3.51
|
|
|
|
| 17 |
example_title: "solar system"
|
| 18 |
- text: "question: what is a probability distribution? context: I am just learning about statistics."
|
| 19 |
example_title: "probability distribution"
|
| 20 |
+
- text: "question: What are the underlying physical processes by which exercise helps us lose weight? context: I started working out two weeks ago and already feel a lot better, and started to think about it and became deeply confused."
|
| 21 |
example_title: "pumpen"
|
| 22 |
- text: "what is a neural network?"
|
| 23 |
example_title: "deep learning"
|
| 24 |
+
- text: "What are the primary mechanisms that computers use to understand human language?"
|
| 25 |
example_title: "NLP"
|
| 26 |
|
| 27 |
inference:
|
| 28 |
parameters:
|
| 29 |
+
max_length: 96
|
| 30 |
no_repeat_ngram_size: 2
|
| 31 |
encoder_no_repeat_ngram_size: 4
|
| 32 |
repetition_penalty: 3.51
|