Commit
·
f76d8de
1
Parent(s):
dc2c8d5
Update README.md
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ language:
|
|
10 |
|
11 |
Check the Github repo with code: https://github.com/22-hours/cabrita
|
12 |
|
13 |
-
```
|
14 |
from peft import PeftModel
|
15 |
from transformers import LLaMATokenizer, LLaMAForCausalLM, GenerationConfig
|
16 |
|
|
|
10 |
|
11 |
Check the Github repo with code: https://github.com/22-hours/cabrita
|
12 |
|
13 |
+
```python
|
14 |
from peft import PeftModel
|
15 |
from transformers import LLaMATokenizer, LLaMAForCausalLM, GenerationConfig
|
16 |
|