Frenchizer commited on
Commit
e5c23c3
·
verified ·
1 Parent(s): b568c59

Upload 2 files

Browse files
Files changed (2) hide show
  1. bart-large-mnli.onnx +3 -0
  2. requirements.txt +11 -0
bart-large-mnli.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8350f73821ea6dadb5973de5dd626890a4b2db1b06db36da1efc2a97ebea3beb
3
+ size 409766395
requirements.txt ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fastapi
2
+ uvicorn
3
+ onnxruntime
4
+ transformers
5
+ numpy
6
+ pydantic
7
+ requests
8
+ gradio
9
+ sentencepiece
10
+ sacremoses
11
+ torch