Update README.md
Browse files
README.md
CHANGED
@@ -640,7 +640,7 @@ prompt_template = "<empty_output>SYSTEM {system}\n" \
|
|
640 |
"<empty_output>ASSISTANT"
|
641 |
prompt = prompt_template.format(system="You are a programming assistant",
|
642 |
query="How do I sort a list in Python?")
|
643 |
-
|
644 |
|
645 |
# Architecture
|
646 |
|
@@ -698,7 +698,6 @@ and to perform well on a wide range of metrics. The best attempt took 40B tokens
|
|
698 |
The Refact-1.6B model was trained on text in English. But it has seen a lot more languages in
|
699 |
code comments. Its performance on non-English languages is lower, for sure.
|
700 |
|
701 |
-
```
|
702 |
|
703 |
# Model Stats
|
704 |
|
|
|
640 |
"<empty_output>ASSISTANT"
|
641 |
prompt = prompt_template.format(system="You are a programming assistant",
|
642 |
query="How do I sort a list in Python?")
|
643 |
+
```
|
644 |
|
645 |
# Architecture
|
646 |
|
|
|
698 |
The Refact-1.6B model was trained on text in English. But it has seen a lot more languages in
|
699 |
code comments. Its performance on non-English languages is lower, for sure.
|
700 |
|
|
|
701 |
|
702 |
# Model Stats
|
703 |
|