Update README.md
Browse files
README.md
CHANGED
|
@@ -48,7 +48,7 @@ Adapters were merged after training to produce a standalone Hugging Face checkpo
|
|
| 48 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 49 |
import torch
|
| 50 |
|
| 51 |
-
model_id = "
|
| 52 |
tokenizer = AutoTokenizer.from_pretrained(model_id, trust_remote_code=True)
|
| 53 |
|
| 54 |
model = AutoModelForCausalLM.from_pretrained(
|
|
|
|
| 48 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 49 |
import torch
|
| 50 |
|
| 51 |
+
model_id = "Irfanuruchi/phi-2-alpaca-lora"
|
| 52 |
tokenizer = AutoTokenizer.from_pretrained(model_id, trust_remote_code=True)
|
| 53 |
|
| 54 |
model = AutoModelForCausalLM.from_pretrained(
|