AshutoshAdhikari
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -65,6 +65,6 @@ Users should evaluate the model’s performance on their specific data and consi
|
|
65 |
```python
|
66 |
from transformers import pipeline
|
67 |
|
68 |
-
classifier = pipeline("text-classification", model="
|
69 |
result = classifier("This paper introduces a novel technique for...")
|
70 |
print(result)
|
|
|
65 |
```python
|
66 |
from transformers import pipeline
|
67 |
|
68 |
+
classifier = pipeline("text-classification", model="AshutoshAdhikari/rsclf-scibert-improved")
|
69 |
result = classifier("This paper introduces a novel technique for...")
|
70 |
print(result)
|