Text Generation
Transformers
Safetensors
llama
code
conversational
Eval Results
text-generation-inference
Inference Endpoints
wyt2000 commited on
Commit
5675004
1 Parent(s): 9a425b9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
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 code LLMs by generating data from itself through Inverse-Instruct.
 
 
 
 
 
 
 
 
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
+