qwdf8591 commited on
Commit
0354a2a
1 Parent(s): c5ec169

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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',repository_id, 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)
 
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)