RekklesAI commited on
Commit
1e49126
·
verified ·
1 Parent(s): d8775c2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 = "YOUR_HF_USERNAME/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
 
 
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