XBOT-RK commited on
Commit
a86160b
1 Parent(s): 216a975

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -14,7 +14,7 @@ inference: false
14
  ## Description
15
  This Question-Answering model was fine-tuned & trained from a generative, left-to-right transformer in the style of GPT-2, the [distilgpt2](https://huggingface.co/distilgpt2) model. This model was trained on [Wiki-QA](https://huggingface.co/datasets/wiki_qa) dataset from Microsoft.
16
 
17
- # How to run Distil-GPT2-Wiki-QA using Transformers
18
  ## Question-Answering
19
 
20
  The following code shows how to use the Distil-GPT2-Wiki-QA checkpoint and Transformers to generate Answers.
 
14
  ## Description
15
  This Question-Answering model was fine-tuned & trained from a generative, left-to-right transformer in the style of GPT-2, the [distilgpt2](https://huggingface.co/distilgpt2) model. This model was trained on [Wiki-QA](https://huggingface.co/datasets/wiki_qa) dataset from Microsoft.
16
 
17
+ # How to run XBOT-RK/Distil-GPT2-Wiki-QA using Transformers
18
  ## Question-Answering
19
 
20
  The following code shows how to use the Distil-GPT2-Wiki-QA checkpoint and Transformers to generate Answers.