Update README.md
Browse files
README.md
CHANGED
|
@@ -47,8 +47,8 @@ from datasets import load_dataset
|
|
| 47 |
from trl import SFTTrainer
|
| 48 |
from peft import LoraConfig
|
| 49 |
from transformers import AutoTokenizer, AutoModelForCausalLM, TrainingArguments
|
| 50 |
-
tokenizer = AutoTokenizer.from_pretrained("
|
| 51 |
-
model = AutoModelForCausalLM.from_pretrained("
|
| 52 |
dataset = load_dataset("Abirate/english_quotes", split="train")
|
| 53 |
training_args = TrainingArguments(
|
| 54 |
output_dir="./results",
|
|
|
|
| 47 |
from trl import SFTTrainer
|
| 48 |
from peft import LoraConfig
|
| 49 |
from transformers import AutoTokenizer, AutoModelForCausalLM, TrainingArguments
|
| 50 |
+
tokenizer = AutoTokenizer.from_pretrained("Jo1uck/mamba-11b-back")
|
| 51 |
+
model = AutoModelForCausalLM.from_pretrained("Jo1uck/mamba-11b-back")
|
| 52 |
dataset = load_dataset("Abirate/english_quotes", split="train")
|
| 53 |
training_args = TrainingArguments(
|
| 54 |
output_dir="./results",
|