bablu75 commited on
Commit
ca87cb7
1 Parent(s): d47e8b3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -15,8 +15,11 @@ should probably proofread and complete it, then remove this comment. -->
15
  This model is a fine-tuned version of [NousResearch/Llama-2-7b-chat-hf](https://huggingface.co/NousResearch/Llama-2-7b-chat-hf) on an unknown dataset.
16
 
17
  ## Model description
 
 
 
 
18
 
19
- More information needed
20
 
21
  ## Intended uses & limitations
22
 
 
15
  This model is a fine-tuned version of [NousResearch/Llama-2-7b-chat-hf](https://huggingface.co/NousResearch/Llama-2-7b-chat-hf) on an unknown dataset.
16
 
17
  ## Model description
18
+ from transformers import pipeline
19
+
20
+ pipe = pipeline("text-generation", model="bablu75/results")
21
+
22
 
 
23
 
24
  ## Intended uses & limitations
25