TomPei commited on
Commit
ee2f6f3
·
verified ·
1 Parent(s): c2691c8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -8,10 +8,26 @@ license: llama2
8
  ---
9
  # **Model Card for opencsg-CodeLlama-7b-v0.1**
10
 
 
 
 
11
  ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/64c71b27d43e4dee51a8b31a/QQFSQusbk2iJ5K5uVYqYG.jpeg)
12
 
 
 
 
13
  [[中文]](#chinese) [[English]](#english)
14
 
 
 
 
 
 
 
 
 
 
 
15
  Code Llama is a collection of pretrained and fine-tuned generative text models ranging in scale from 7 billion to 34 billion parameters. This is the repository for the base 7B version in the Hugging Face Transformers format. This model is designed for general code synthesis and understanding. Links to other models can be found in the index at the bottom.
16
 
17
  | | Base Model | Python | Instruct |
 
8
  ---
9
  # **Model Card for opencsg-CodeLlama-7b-v0.1**
10
 
11
+ <p align="center"><a href="https://www.opencsg.com/">[🏠Homepage]</a> | <a href="https://github.com/opencsgs">[github]</a> | <a href="https://twitter.com/OpenCsg">[Twitter]</a> </p>
12
+ <hr>
13
+
14
  ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/64c71b27d43e4dee51a8b31a/QQFSQusbk2iJ5K5uVYqYG.jpeg)
15
 
16
+
17
+
18
+
19
  [[中文]](#chinese) [[English]](#english)
20
 
21
+ <a id="english"></a>
22
+
23
+ ## Model Description
24
+
25
+ opencsg-CodeLlama-7B is a 34B Code-LLM finetuned by QLoRA of multiple code tasks(600k instrunctions/answers) on the base model CodeLlama-34b-Python.
26
+ The context length of finetuning is 4K while it is able to be finetuned by 16k context if necessary.
27
+ <br>
28
+
29
+
30
+
31
  Code Llama is a collection of pretrained and fine-tuned generative text models ranging in scale from 7 billion to 34 billion parameters. This is the repository for the base 7B version in the Hugging Face Transformers format. This model is designed for general code synthesis and understanding. Links to other models can be found in the index at the bottom.
32
 
33
  | | Base Model | Python | Instruct |