hamel commited on
Commit
8cea724
1 Parent(s): 6edbc9f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -2,7 +2,9 @@ This model is a merged version of [parlance-labs/hc-mistral-alpaca](https://hugg
2
 
3
  ## Usage
4
 
5
- Load model
 
 
6
 
7
  ```python
8
  from transformers import AutoTokenizer, AutoModelForCausalLM
 
2
 
3
  ## Usage
4
 
5
+ You can use this model with the following code:
6
+
7
+ First, download the model
8
 
9
  ```python
10
  from transformers import AutoTokenizer, AutoModelForCausalLM