Update README.md
Browse files
README.md
CHANGED
@@ -65,7 +65,7 @@ Unleash the power of LogicFlow-Llama-3B with the Hugging Face `transformers` lib
|
|
65 |
```python
|
66 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
67 |
|
68 |
-
model_name_or_path = "
|
69 |
tokenizer = AutoTokenizer.from_pretrained(model_name_or_path)
|
70 |
model = AutoModelForCausalLM.from_pretrained(model_name_or_path)
|
71 |
|
|
|
65 |
```python
|
66 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
67 |
|
68 |
+
model_name_or_path = "RekklesAI/LogicFlow-Llama-3B" # Replace with your Hugging Face username and model name
|
69 |
tokenizer = AutoTokenizer.from_pretrained(model_name_or_path)
|
70 |
model = AutoModelForCausalLM.from_pretrained(model_name_or_path)
|
71 |
|