Update README.md
Browse files
README.md
CHANGED
@@ -39,7 +39,7 @@ It achieves the following results on the evaluation set:
|
|
39 |
```python
|
40 |
from transformers import pipeline
|
41 |
|
42 |
-
classifier = pipeline('text-classification',
|
43 |
|
44 |
text = "Boomerang Boats had net sales of EUR 4.1 mn and it made an operating profit of EUR 0.4 mn in 2006 ."
|
45 |
result = classifier(text)
|
|
|
39 |
```python
|
40 |
from transformers import pipeline
|
41 |
|
42 |
+
classifier = pipeline('text-classification', "qwdf8591/roberta-base_auditor_sentiment", device=0)
|
43 |
|
44 |
text = "Boomerang Boats had net sales of EUR 4.1 mn and it made an operating profit of EUR 0.4 mn in 2006 ."
|
45 |
result = classifier(text)
|