Update README.md
Browse files
README.md
CHANGED
@@ -66,7 +66,7 @@ model = AutoModelForSequenceClassification.from_pretrained(
|
|
66 |
tokenizer = AutoTokenizer.from_pretrained(base_model_name)
|
67 |
|
68 |
# 2. Load the LoRA adapter on top of the base model
|
69 |
-
adapter_path = "tzoulio/news-bias-finder-llama-3.2-1B
|
70 |
model = PeftModel.from_pretrained(model, adapter_path)
|
71 |
|
72 |
# 3. Create the pipeline with the specified model and tokenizer
|
|
|
66 |
tokenizer = AutoTokenizer.from_pretrained(base_model_name)
|
67 |
|
68 |
# 2. Load the LoRA adapter on top of the base model
|
69 |
+
adapter_path = "tzoulio/news-bias-finder-llama-3.2-1B"
|
70 |
model = PeftModel.from_pretrained(model, adapter_path)
|
71 |
|
72 |
# 3. Create the pipeline with the specified model and tokenizer
|