Commit fab2a6d8 authored by Jonathan Tow's avatar Jonathan Tow
Browse files

Fix spacing issue

parent de7d6614
...@@ -102,7 +102,9 @@ There are 2 standard approaches we follow for downloading data: ...@@ -102,7 +102,9 @@ There are 2 standard approaches we follow for downloading data:
### Formatting your Few-Shot Examples ### Formatting your Few-Shot Examples
The harness is designed to facilitate task evaluations under the few-shot setting. Here we’ll format such examples. The harness is designed to facilitate task evaluations under the few-shot setting. Here we’ll format such examples.
<br/>
<br>
⚠️ **Multiple-Choice Formatting** ⚠️ **Multiple-Choice Formatting**
If your task is **multiple-choice**, just inherit from the `MultipleChoiceTask` class we provide. If your task is **multiple-choice**, just inherit from the `MultipleChoiceTask` class we provide.
...@@ -120,7 +122,8 @@ See [this task](https://github.com/EleutherAI/lm-evaluation-harness/blob/105fa97 ...@@ -120,7 +122,8 @@ See [this task](https://github.com/EleutherAI/lm-evaluation-harness/blob/105fa97
You can now skip ahead to <a href="#Registering-Your-Task">registering your task</a>. You can now skip ahead to <a href="#Registering-Your-Task">registering your task</a>.
⚠️ **End Multiple-Choice Formatting** ⚠️ **End Multiple-Choice Formatting**
<br/>
<br>
In the case your task is not multiple-choice, override the following methods for your task class: In the case your task is not multiple-choice, override the following methods for your task class:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment