uukuguy commited on
Commit
22b8e4a
1 Parent(s): b053383

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -47,15 +47,15 @@ The specific datasets (speechless-thoughts-252k) are as follows:
47
 
48
  ## Alpaca Prompt Format
49
 
50
- ``
51
  ### Instruction:
52
  <instruction>
53
  ### Response:
54
- ``
55
 
56
  ## Usage
57
 
58
- ``python
59
  from transformers import AutoModelForCausalLM, AutoTokenizer
60
 
61
  model_name_or_path="uukuguy/speechless-sparsetral-16x7b-MoE"
 
47
 
48
  ## Alpaca Prompt Format
49
 
50
+ ```
51
  ### Instruction:
52
  <instruction>
53
  ### Response:
54
+ ```
55
 
56
  ## Usage
57
 
58
+ ```python
59
  from transformers import AutoModelForCausalLM, AutoTokenizer
60
 
61
  model_name_or_path="uukuguy/speechless-sparsetral-16x7b-MoE"