Skip to content

Commit

Permalink
Fix strike-through text (huggingface#1695)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcuenca authored Dec 11, 2023
1 parent 51cd539 commit 12e5ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mixtral.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7,
print(outputs[0]["generated_text"])
```

> <s>[INST] Explain what a Mixture of Experts is in less than 100 words. [/INST] A
> \<s>[INST] Explain what a Mixture of Experts is in less than 100 words. [/INST] A
Mixture of Experts is an ensemble learning method that combines multiple models,
or "experts," to make more accurate predictions. Each expert specializes in a
different subset of the data, and a gating network determines the appropriate
Expand Down

0 comments on commit 12e5ca8

Please sign in to comment.