Text Generation
Transformers
PyTorch
Safetensors
English
llama
biology
medical
text-generation-inference
Inference Endpoints
AdaptLLM commited on
Commit
c6f17f7
1 Parent(s): 9871a1a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -58,7 +58,7 @@ Options:
58
 
59
  Please provide your choice first and then provide explanations if possible.'''
60
 
61
- # Simply use your input as the prompt
62
  prompt = user_input
63
 
64
  inputs = tokenizer(prompt, return_tensors="pt", add_special_tokens=False).input_ids.to(model.device)
 
58
 
59
  Please provide your choice first and then provide explanations if possible.'''
60
 
61
+ # Simply use your input as the prompt for base models
62
  prompt = user_input
63
 
64
  inputs = tokenizer(prompt, return_tensors="pt", add_special_tokens=False).input_ids.to(model.device)