saribasmetehan commited on
Commit
d9a19bf
1 Parent(s): 67a8fd0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -117,9 +117,11 @@ model_id = "saribasmetehan/BERT-BankingClassifier"
117
  classifier = pipeline("text-classification", model=model_id)
118
 
119
  preds = classifier(text)
120
- print(preds)
121
- ```
122
  #[{'label': 'LABEL_27', 'score': 0.9552194476127625}]
 
 
123
 
124
 
125
  ### Training hyperparameters
 
117
  classifier = pipeline("text-classification", model=model_id)
118
 
119
  preds = classifier(text)
120
+ print(preds)
121
+
122
  #[{'label': 'LABEL_27', 'score': 0.9552194476127625}]
123
+ ```
124
+
125
 
126
 
127
  ### Training hyperparameters