Update
Browse files
README.md
CHANGED
@@ -43,9 +43,9 @@ You can use this model directly by downloading the trained weights and configura
|
|
43 |
```python
|
44 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
45 |
|
46 |
-
tokenizer = AutoTokenizer.from_pretrained("LiYuan/amazon-
|
47 |
|
48 |
-
model = AutoModelForSequenceClassification.from_pretrained("LiYuan/amazon-
|
49 |
```
|
50 |
|
51 |
## Training and evaluation data
|
|
|
43 |
```python
|
44 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
45 |
|
46 |
+
tokenizer = AutoTokenizer.from_pretrained("LiYuan/amazon-review-sentiment-analysis")
|
47 |
|
48 |
+
model = AutoModelForSequenceClassification.from_pretrained("LiYuan/amazon-review-sentiment-analysis")
|
49 |
```
|
50 |
|
51 |
## Training and evaluation data
|