frankminors123 commited on
Commit
9ef04aa
1 Parent(s): 24965b6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -1,4 +1,10 @@
 
 
 
 
 
 
1
  # Chinese-CodeLlama-7B-SFT-V2
2
 
3
  We added 7k+ Python code instructions and implemented SFT based on our [Chinese-CodeLlama-7B-SFT-V1](https://huggingface.co/frankminors123/Chinese-CodeLlama-7B-SFT-V1). Drawing on the work of [code-llama](https://ai.meta.com/research/publications/code-llama-open-foundation-models-for-code/), we increased
4
- the base period $\theta$ of rotary positional embeddings (RoPE) from 10000 to 1000000.
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - zh
5
+ - en
6
+ ---
7
  # Chinese-CodeLlama-7B-SFT-V2
8
 
9
  We added 7k+ Python code instructions and implemented SFT based on our [Chinese-CodeLlama-7B-SFT-V1](https://huggingface.co/frankminors123/Chinese-CodeLlama-7B-SFT-V1). Drawing on the work of [code-llama](https://ai.meta.com/research/publications/code-llama-open-foundation-models-for-code/), we increased
10
+ the base period of rotary positional embeddings (RoPE) from 10000 to 1000000.