StudentWen commited on
Commit
1e3bea9
·
1 Parent(s): 13179b1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -25,7 +25,7 @@ Human: \n{input}\n\nAssistant:\n
25
  ```
26
 
27
 
28
- After you decrypt the files, BELLE-Llama2-13B-chat-0.4M can be easily loaded with LlamaForCausalLM.
29
  ``` python
30
  from transformers import AutoModelForCausalLM, LlamaTokenizer
31
  import torch
 
25
  ```
26
 
27
 
28
+ After you decrypt the files, BELLE-Llama2-13B-chat-0.4M can be easily loaded with AutoModelForCausalLM.
29
  ``` python
30
  from transformers import AutoModelForCausalLM, LlamaTokenizer
31
  import torch