Ngit commited on
Commit
0046a92
·
verified ·
1 Parent(s): 7e74878

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -20,6 +20,7 @@ pip install onnxruntime
20
  git clone https://huggingface.co/minuva/MiniLMv2-toxic-jigsaw-lite-onnx
21
  ```
22
 
 
23
  ## Load the Model
24
 
25
  import os
@@ -93,7 +94,7 @@ for result in results:
93
 
94
  res
95
  # [('toxic', 0.736885666847229)]
96
-
97
 
98
  # Training hyperparameters
99
 
 
20
  git clone https://huggingface.co/minuva/MiniLMv2-toxic-jigsaw-lite-onnx
21
  ```
22
 
23
+ ```py
24
  ## Load the Model
25
 
26
  import os
 
94
 
95
  res
96
  # [('toxic', 0.736885666847229)]
97
+ ```
98
 
99
  # Training hyperparameters
100