NeuralNovel commited on
Commit
904465d
1 Parent(s): bb4ee28

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -73,6 +73,8 @@ prompt = pipeline.tokenizer.apply_chat_template(messages, tokenize=False, add_ge
73
  outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
74
  print(outputs[0]["generated_text"])
75
 
 
 
76
  ## "[What is a Mixture of Experts (MoE)?](https://huggingface.co/blog/moe)"
77
 
78
 
 
73
  outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
74
  print(outputs[0]["generated_text"])
75
 
76
+ ```
77
+
78
  ## "[What is a Mixture of Experts (MoE)?](https://huggingface.co/blog/moe)"
79
 
80