Update README.md
Browse files
README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
# Model description
|
4 |
|
5 |
-
|
6 |
|
7 |
# Submit model to Chai Prize Competition
|
8 |
|
@@ -18,7 +18,7 @@ For one-off authentication run the following in your terminal:
|
|
18 |
chai-guanaco login
|
19 |
```
|
20 |
|
21 |
-
Submit model to competition:
|
22 |
|
23 |
```python
|
24 |
import chai_guanaco as chai
|
@@ -43,7 +43,7 @@ submitter = chai.ModelSubmitter()
|
|
43 |
submission_id = submitter.submit(submission_parameters)
|
44 |
```
|
45 |
|
46 |
-
# Prompt
|
47 |
|
48 |
```python
|
49 |
from chai_guanaco.formatters import PromptFormatter
|
|
|
2 |
|
3 |
# Model description
|
4 |
|
5 |
+
phase2_winner_13b was the winner model of [Phase2 Chai Prize Competition](https://www.chai-research.com/competition.html), based on [Llama-2-13b](https://huggingface.co/meta-llama/Llama-2-13b-hf).
|
6 |
|
7 |
# Submit model to Chai Prize Competition
|
8 |
|
|
|
18 |
chai-guanaco login
|
19 |
```
|
20 |
|
21 |
+
Submit model to the competition:
|
22 |
|
23 |
```python
|
24 |
import chai_guanaco as chai
|
|
|
43 |
submission_id = submitter.submit(submission_parameters)
|
44 |
```
|
45 |
|
46 |
+
# Prompt formatting
|
47 |
|
48 |
```python
|
49 |
from chai_guanaco.formatters import PromptFormatter
|