AshutoshAdhikari commited on
Commit
c600093
·
verified ·
1 Parent(s): 1334058

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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="your-model-name")
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)