shahrukhx01
commited on
Commit
•
f707638
1
Parent(s):
ecaaf47
Update README.md
Browse files
README.md
CHANGED
@@ -36,9 +36,9 @@ LABEL_1 => **"BUYING_INTENT"**
|
|
36 |
```python
|
37 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
38 |
|
39 |
-
tokenizer = AutoTokenizer.from_pretrained("
|
40 |
|
41 |
-
model = AutoModelForSequenceClassification.from_pretrained("
|
42 |
```
|
43 |
|
44 |
## <p style='color:red'>Due to the privacy reasons, I unfortunately can't share the dataset and its splits.</p>
|
|
|
36 |
```python
|
37 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
38 |
|
39 |
+
tokenizer = AutoTokenizer.from_pretrained("obsei-ai/sell-buy-intent-classifier-bert-mini")
|
40 |
|
41 |
+
model = AutoModelForSequenceClassification.from_pretrained("obsei-ai/sell-buy-intent-classifier-bert-mini")
|
42 |
```
|
43 |
|
44 |
## <p style='color:red'>Due to the privacy reasons, I unfortunately can't share the dataset and its splits.</p>
|