shahrukhx01 commited on
Commit
f707638
1 Parent(s): ecaaf47

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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("shahrukhx01/buy-sell-intent-classifier-bert-mini")
40
 
41
- model = AutoModelForSequenceClassification.from_pretrained("shahrukhx01/buy-sell-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>
 
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>