Spaces:
Sleeping
Sleeping
Raman Hasymau commited on
Commit ·
c5fe17f
1
Parent(s): b9bfaab
fix
Browse files- ood_detector.pkl +2 -2
- requirements.txt +3 -1
ood_detector.pkl
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e77f0cda28b46a8a6c2e58036abc5b3f2b37a28ff30c1d6cfadb22590449d8ba
|
| 3 |
+
size 698052
|
requirements.txt
CHANGED
|
@@ -1,8 +1,10 @@
|
|
| 1 |
altair
|
| 2 |
arxiv
|
|
|
|
|
|
|
| 3 |
pandas
|
|
|
|
| 4 |
streamlit
|
| 5 |
transformers
|
| 6 |
torchvision
|
| 7 |
torch
|
| 8 |
-
joblib
|
|
|
|
| 1 |
altair
|
| 2 |
arxiv
|
| 3 |
+
joblib
|
| 4 |
+
numpy
|
| 5 |
pandas
|
| 6 |
+
scikit-learn
|
| 7 |
streamlit
|
| 8 |
transformers
|
| 9 |
torchvision
|
| 10 |
torch
|
|
|