wshuai190 commited on
Commit
6e98147
1 Parent(s): 519bd05

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -30,7 +30,7 @@ For batch processing, the model takes as input
30
  The model compresses the questions into context embeddings and answers the question based on the provided context embeddings.
31
 
32
  ```python
33
- from transformers import AutoModelForCausalLM
34
 
35
  model = AutoModel.from_pretrained('naver/cocom-v1-16-mistral-7b', trust_remote_code=True)
36
  model = model.to('cuda')
 
30
  The model compresses the questions into context embeddings and answers the question based on the provided context embeddings.
31
 
32
  ```python
33
+ from transformers import AutoModel
34
 
35
  model = AutoModel.from_pretrained('naver/cocom-v1-16-mistral-7b', trust_remote_code=True)
36
  model = model.to('cuda')