shahules786 commited on
Commit
dd64252
1 Parent(s): 64bbc61

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -12,7 +12,7 @@ from huggingface_hub import hf_hub_download
12
  from transformers import LlamaTokenizer, LlamaForCausalLM
13
  import json
14
 
15
- model_name = "shahules786/open-llama-3B-orcastyle"
16
  config = hf_hub_download(repo_id=model_name, filename="adapter_config.json", local_dir=".")
17
  config = json.load(open("adapter_config.json"))
18
  base_model = config["base_model_name_or_path"]
 
12
  from transformers import LlamaTokenizer, LlamaForCausalLM
13
  import json
14
 
15
+ model_name = "shahules786/open-llama-7B-orcastyle"
16
  config = hf_hub_download(repo_id=model_name, filename="adapter_config.json", local_dir=".")
17
  config = json.load(open("adapter_config.json"))
18
  base_model = config["base_model_name_or_path"]