yamete4 commited on
Commit
e5f12a0
1 Parent(s): 6e4422c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -74,7 +74,7 @@ tags:
74
  Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
75
 
76
  ## How to Get Started with the Model
77
- ---
78
  import torch
79
  from transformers import AutoModelForCausalLM
80
  from peft import PeftModel, PeftConfig
@@ -107,7 +107,7 @@ Users (both direct and downstream) should be made aware of the risks, biases and
107
  )
108
  text = tokenizer.batch_decode(tokens[:, input_ids_len:, ...])
109
 
110
- ---
111
  [More Information Needed]
112
 
113
  ## Training Details
 
74
  Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
75
 
76
  ## How to Get Started with the Model
77
+ ```python
78
  import torch
79
  from transformers import AutoModelForCausalLM
80
  from peft import PeftModel, PeftConfig
 
107
  )
108
  text = tokenizer.batch_decode(tokens[:, input_ids_len:, ...])
109
 
110
+ ```
111
  [More Information Needed]
112
 
113
  ## Training Details