dreji18 commited on
Commit
1f4e0d9
1 Parent(s): b3c29b4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -26,6 +26,7 @@ An English sequence classification model, trained on MBAD Dataset to detect bias
26
  | 76.97 | 62.00 | 0.45 | 0.96 |
27
 
28
  ## Usage
 
29
  ```python
30
  from transformers import AutoTokenizer, TFAutoModelForSequenceClassification
31
  from transformers import pipeline
 
26
  | 76.97 | 62.00 | 0.45 | 0.96 |
27
 
28
  ## Usage
29
+ The easiest way is to load through the pipeline object offered by transformers library.
30
  ```python
31
  from transformers import AutoTokenizer, TFAutoModelForSequenceClassification
32
  from transformers import pipeline