Arjun-G-Ravi commited on
Commit
c5235ce
1 Parent(s): c512bd2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -13,5 +13,5 @@ pipeline_tag: text-generation
13
  This is the fine tuned version of OpenAI's GPT-2 with Alpaca dataset.
14
  The model was trained for 15 epochs.
15
 
16
- The best value for
17
- ##### temperature:0.7, top_p:0.92, top_k: 0
 
13
  This is the fine tuned version of OpenAI's GPT-2 with Alpaca dataset.
14
  The model was trained for 15 epochs.
15
 
16
+ As of my tests, the best resuts were obtained with:
17
+ ``` temperature:0.7, top_p:0.92, top_k: 0 ```