pszemraj commited on
Commit
e32502b
1 Parent(s): 2845e95

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -29,5 +29,11 @@ inference:
29
 
30
  # t5 - base- askscience
31
 
32
- - the entirety of askscience sub-section of eli5 dataset for 1 epoch
33
- - compare to bart on eli5 [here](https://huggingface.co/yjernite/bart_eli5)
 
 
 
 
 
 
 
29
 
30
  # t5 - base- askscience
31
 
32
+ - the entirety of askscience sub-section of eli5 dataset for one epoch.
33
+ - compare to bart on eli5 [here](https://huggingface.co/yjernite/bart_eli5)
34
+ - note that for the inference API here, the model is restricted to outputting 128 tokens - using the model in python with the transformers library, you can get longer outputs.
35
+
36
+ ## training
37
+
38
+ - for inputs, the model was presented with the post title and the post selftext encoded as: `question: <post title> context: <post selftext>`. You may see better results if queries are posed in this fashion.
39
+ - The top two replies were aggregated and presented to the model as the output text.