TajaKuzman commited on
Commit
2ad8747
1 Parent(s): 83a7051

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -149,7 +149,11 @@ predictions, logit_output = model.predict(["How to create a good text classifica
149
  )
150
  predictions
151
  ### Output:
152
- ### array([1, 0])
 
 
 
 
153
  ```
154
 
155
  ## Performance
 
149
  )
150
  predictions
151
  ### Output:
152
+ ### (['Instruction', 'Promotion'],
153
+ array([[-1.44140625, -0.63183594, -1.14453125, 7.828125 , -1.05175781,
154
+ -0.80957031, -0.86083984, -0.81201172, -0.71777344],
155
+ [-0.78564453, -1.15429688, -1.26660156, -0.29980469, -1.19335938,
156
+ -1.20410156, -1.33300781, -0.87890625, 7.7890625 ]]))
157
  ```
158
 
159
  ## Performance