cornelius commited on
Commit
989d46f
1 Parent(s): 036c406

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -66,7 +66,7 @@ This model can be used directly with a pipeline for text classification:
66
  ```python
67
  >>> from transformers import pipeline
68
  >>> tokenizer_kwargs = {'padding':True,'truncation':True,'max_length':512}
69
- >>> partypress = pipeline("text-classification", model = "cornelius/partypress-monolingual-Austria", tokenizer = "cornelius/partypress-monolingual-Austria", **tokenizer_kwargs)
70
  >>> partypress("Your text here.")
71
  ```
72
 
 
66
  ```python
67
  >>> from transformers import pipeline
68
  >>> tokenizer_kwargs = {'padding':True,'truncation':True,'max_length':512}
69
+ >>> partypress = pipeline("text-classification", model = "cornelius/partypress-monolingual-austria", tokenizer = "cornelius/partypress-monolingual-austria", **tokenizer_kwargs)
70
  >>> partypress("Your text here.")
71
  ```
72