cornelius commited on
Commit
8b6fdd7
1 Parent(s): 1a512c5

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-Denmark", tokenizer = "cornelius/partypress-monolingual-Denmark", **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-denmark", tokenizer = "cornelius/partypress-monolingual-denmark", **tokenizer_kwargs)
70
  >>> partypress("Your text here.")
71
  ```
72