Update README.md
Browse files
README.md
CHANGED
|
@@ -9,7 +9,7 @@ This is a repository for fine-tuned CodeLlama-7b model in the Hugging Face Trans
|
|
| 9 |
|
| 10 |
# Model use
|
| 11 |
|
| 12 |
-
```
|
| 13 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 14 |
|
| 15 |
# Load pre-trained model and tokenizer
|
|
|
|
| 9 |
|
| 10 |
# Model use
|
| 11 |
|
| 12 |
+
```python
|
| 13 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 14 |
|
| 15 |
# Load pre-trained model and tokenizer
|