Update README.md
Browse files
README.md
CHANGED
|
@@ -15,7 +15,9 @@ tags:
|
|
| 15 |
|
| 16 |
### Model Description
|
| 17 |
|
| 18 |
-
|
|
|
|
|
|
|
| 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 |
|