Update README.md
Browse files
README.md
CHANGED
@@ -18,6 +18,23 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [EleutherAI/gpt-neo-2.7B](https://huggingface.co/EleutherAI/gpt-neo-2.7B) on the Lila-IID-train/dev set from the [Lila dataset](https://github.com/allenai/Lila).
|
20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
## Intended uses & limitations
|
22 |
|
23 |
If you use this model, please cite our work.
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [EleutherAI/gpt-neo-2.7B](https://huggingface.co/EleutherAI/gpt-neo-2.7B) on the Lila-IID-train/dev set from the [Lila dataset](https://github.com/allenai/Lila).
|
20 |
|
21 |
+
## Usage
|
22 |
+
|
23 |
+
Bhaskara was trained with the following format:
|
24 |
+
|
25 |
+
~~~
|
26 |
+
Question: ...
|
27 |
+
|
28 |
+
Answer: ...
|
29 |
+
|
30 |
+
Program:
|
31 |
+
```python
|
32 |
+
...
|
33 |
+
```
|
34 |
+
~~~
|
35 |
+
|
36 |
+
It will perform best if queried in this way.
|
37 |
+
|
38 |
## Intended uses & limitations
|
39 |
|
40 |
If you use this model, please cite our work.
|