smartinez1
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -47,8 +47,6 @@ tags:
|
|
47 |
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
48 |
|
49 |
```python
|
50 |
-
|
51 |
-
from huggingface_hub import login
|
52 |
from transformers import BitsAndBytesConfig, AutoModelForCausalLM, AutoTokenizer
|
53 |
import torch
|
54 |
from peft import PeftModel, PeftConfig
|
|
|
47 |
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
48 |
|
49 |
```python
|
|
|
|
|
50 |
from transformers import BitsAndBytesConfig, AutoModelForCausalLM, AutoTokenizer
|
51 |
import torch
|
52 |
from peft import PeftModel, PeftConfig
|