harsh-deepchecks
commited on
Commit
•
3dd2a6a
1
Parent(s):
c04c903
Update README.md
Browse files
README.md
CHANGED
@@ -23,13 +23,4 @@ model = ORTModelForSequenceClassification.from_pretrained('Deepchecks/parrot_flu
|
|
23 |
pip = pipeline(task='text-classification', model=onnx_model, tokenizer=tokenizer, device=device, accelerator="ort")
|
24 |
res = pip(user_inputs, batch_size=64, truncation="only_first")
|
25 |
|
26 |
-
```
|
27 |
-
|
28 |
-
## Licensing Information
|
29 |
-
|
30 |
-
[Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License][cc-by-nc-sa].
|
31 |
-
|
32 |
-
[![CC BY-NC-SA 4.0][cc-by-nc-sa-image]][cc-by-nc-sa]
|
33 |
-
|
34 |
-
[cc-by-nc-sa]: http://creativecommons.org/licenses/by-nc-sa/4.0/
|
35 |
-
[cc-by-nc-sa-image]: https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png
|
|
|
23 |
pip = pipeline(task='text-classification', model=onnx_model, tokenizer=tokenizer, device=device, accelerator="ort")
|
24 |
res = pip(user_inputs, batch_size=64, truncation="only_first")
|
25 |
|
26 |
+
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|