medxiaorudan commited on
Commit
f443cdc
1 Parent(s): 7f43d7c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -15,7 +15,9 @@ tags:
15
 
16
  ### Model Description
17
 
18
- This model is fine-tuned base CodeLlama with C++ code from the 'codeparrot/xlcost-text-to-code' dataset. It can generate C++ code with specific task descriptions.
 
 
19
  If you get the error "ValueError: Tokenizer class CodeLlamaTokenizer does not exist or is not currently imported." make sure your Transformer version is 4.33.0 and accelerate>=0.20.3.
20
 
21
 
 
15
 
16
  ### Model Description
17
 
18
+
19
+ This model has been fine-tuned using the CodeLlama base, incorporating C++ code sourced from the 'codeparrot/xlcost-text-to-code' dataset. It possesses the capability to generate C++ code based on provided task descriptions.
20
+
21
  If you get the error "ValueError: Tokenizer class CodeLlamaTokenizer does not exist or is not currently imported." make sure your Transformer version is 4.33.0 and accelerate>=0.20.3.
22
 
23