Text Classification
Transformers
PyTorch
Safetensors
xlm-roberta
genre
text-genre
TajaKuzman commited on
Commit
c8db1cb
·
1 Parent(s): d699313

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -5
README.md CHANGED
@@ -187,11 +187,7 @@ predictions, logit_output = model.predict(["How to create a good text classifica
187
  )
188
  predictions
189
  ### Output:
190
- ### (['Instruction', 'Promotion'],
191
- array([[-1.44140625, -0.63183594, -1.14453125, 7.828125 , -1.05175781,
192
- -0.80957031, -0.86083984, -0.81201172, -0.71777344],
193
- [-0.78564453, -1.15429688, -1.26660156, -0.29980469, -1.19335938,
194
- -1.20410156, -1.33300781, -0.87890625, 7.7890625 ]]))
195
  ```
196
 
197
  ## Performance
 
187
  )
188
  predictions
189
  ### Output:
190
+ ### (['Instruction', 'Promotion']
 
 
 
 
191
  ```
192
 
193
  ## Performance