Update README.MD
Browse files
README.md
CHANGED
@@ -111,8 +111,8 @@ To use this model, you can use the following code with the Transformers library:
|
|
111 |
```python
|
112 |
from transformers import AutoModelForSequenceClassification, AutoTokenizer
|
113 |
|
114 |
-
model = AutoModelForSequenceClassification.from_pretrained("
|
115 |
-
tokenizer = AutoTokenizer.from_pretrained("
|
116 |
```
|
117 |
|
118 |
3. Tokenize the input text and make predictions:
|
|
|
111 |
```python
|
112 |
from transformers import AutoModelForSequenceClassification, AutoTokenizer
|
113 |
|
114 |
+
model = AutoModelForSequenceClassification.from_pretrained("iamohitkaushik1/distilbert-active-learning-github-sentiment")
|
115 |
+
tokenizer = AutoTokenizer.from_pretrained("iamohitkaushik1/distilbert-active-learning-github-sentiment")
|
116 |
```
|
117 |
|
118 |
3. Tokenize the input text and make predictions:
|