Text Generation
Transformers
PyTorch
Safetensors
English
llama
Eval Results
text-generation-inference
Inference Endpoints
Pankaj Mathur commited on
Commit
7d050a0
1 Parent(s): b8b91c6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -56,7 +56,7 @@ import torch
56
  from transformers import LlamaForCausalLM, LlamaTokenizer
57
 
58
  # Hugging Face model_path
59
- model_path = 'psmathur/wizardlm_alpaca_dolly_orca_open_llama_3b'
60
  tokenizer = LlamaTokenizer.from_pretrained(model_path)
61
  model = LlamaForCausalLM.from_pretrained(
62
  model_path, torch_dtype=torch.float16, device_map='auto',
 
56
  from transformers import LlamaForCausalLM, LlamaTokenizer
57
 
58
  # Hugging Face model_path
59
+ model_path = 'psmathur/orca_mini_3b'
60
  tokenizer = LlamaTokenizer.from_pretrained(model_path)
61
  model = LlamaForCausalLM.from_pretrained(
62
  model_path, torch_dtype=torch.float16, device_map='auto',