paulilioaica commited on
Commit
820dcd2
·
verified ·
1 Parent(s): 90e96cc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -8,6 +8,7 @@ tags:
8
  base_model:
9
  - mistralai/Mistral-7B-Instruct-v0.2
10
  - beowolx/CodeNinja-1.0-OpenChat-7B
 
11
  ---
12
 
13
  # Hugo-7B-slerp
@@ -60,5 +61,4 @@ pipeline = transformers.pipeline(
60
 
61
  outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
62
  print(outputs[0]["generated_text"])
63
- ```
64
-
 
8
  base_model:
9
  - mistralai/Mistral-7B-Instruct-v0.2
10
  - beowolx/CodeNinja-1.0-OpenChat-7B
11
+ license: apache-2.0
12
  ---
13
 
14
  # Hugo-7B-slerp
 
61
 
62
  outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
63
  print(outputs[0]["generated_text"])
64
+ ```