Update README.md
Browse files
README.md
CHANGED
@@ -152,4 +152,11 @@ model-index:
|
|
152 |
|
153 |
<img src="https://huggingface.co/wyt2000/InverseCoder-CL-7B/resolve/main/assets/overview.png" style="zoom:50%;" />
|
154 |
|
155 |
-
InverseCoder is a series of instruction-tuned
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
152 |
|
153 |
<img src="https://huggingface.co/wyt2000/InverseCoder-CL-7B/resolve/main/assets/overview.png" style="zoom:50%;" />
|
154 |
|
155 |
+
InverseCoder is a series of code LLMs instruction-tuned by generating data from itself through Inverse-Instruct.
|
156 |
+
|
157 |
+
## Models
|
158 |
+
| | Base Model | InverseCoder |
|
159 |
+
| --- | ----------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
|
160 |
+
| 7B | [codellama/CodeLlama-7b-Python-hf](https://huggingface.co/codellama/CodeLlama-7b-Python-hf) | [wyt2000/InverseCoder-CL-7B](https://huggingface.co/wyt2000/InverseCoder-CL-7B) |
|
161 |
+
| 6.7B | [deepseek-ai/deepseek-coder-6.7b-base](https://huggingface.co/deepseek-ai/deepseek-coder-6.7b-base) | [wyt2000/InverseCoder-DS-6.7B](https://huggingface.co/wyt2000/InverseCoder-DS-6.7B) |
|
162 |
+
|