Yin Fang
commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -106,8 +106,8 @@ The drug sensitivity prediction task aims to predict the response of different c
|
|
| 106 |
```python
|
| 107 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|
| 108 |
|
| 109 |
-
tokenizer = AutoTokenizer.from_pretrained("zjunlp/chatcell-
|
| 110 |
-
model = AutoModelForSeq2SeqLM.from_pretrained("zjunlp/chatcell-
|
| 111 |
```
|
| 112 |
|
| 113 |
|
|
|
|
| 106 |
```python
|
| 107 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|
| 108 |
|
| 109 |
+
tokenizer = AutoTokenizer.from_pretrained("zjunlp/chatcell-large")
|
| 110 |
+
model = AutoModelForSeq2SeqLM.from_pretrained("zjunlp/chatcell-large")
|
| 111 |
```
|
| 112 |
|
| 113 |
|