pszemraj commited on
Commit
9601fdd
1 Parent(s): 8d58ada

match generation parameters with model trained on LFQA dataset

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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: how does exercise help 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: "How can computers understand human language?"
25
  example_title: "NLP"
26
 
27
  inference:
28
  parameters:
29
- max_length: 64
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