Spaces:
Runtime error
Runtime error
new annotation file, new requirement
Browse files
data/annotated_files/annotations_parallel_seeds0000-10000.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cae08d2bfaa9be2002692efcacfdd10dfd480749e99d99c170a6de13f4811bad
|
| 3 |
+
size 55986521
|
pages/1_Disentanglement.py
CHANGED
|
@@ -34,7 +34,7 @@ with st.expander("See more instruction", expanded=False):
|
|
| 34 |
st.write(instruction_text)
|
| 35 |
|
| 36 |
|
| 37 |
-
annotations_file = './data/annotated_files/
|
| 38 |
with open(annotations_file, 'rb') as f:
|
| 39 |
annotations = pickle.load(f)
|
| 40 |
|
|
|
|
| 34 |
st.write(instruction_text)
|
| 35 |
|
| 36 |
|
| 37 |
+
annotations_file = './data/annotated_files/annotations_parallel_seeds0000-10000.pkl'
|
| 38 |
with open(annotations_file, 'rb') as f:
|
| 39 |
annotations = pickle.load(f)
|
| 40 |
|
requirements.txt
CHANGED
|
@@ -13,4 +13,5 @@ tqdm==4.64.1
|
|
| 13 |
transformers==4.25.1
|
| 14 |
scikit-learn
|
| 15 |
altair==4.0
|
|
|
|
| 16 |
opencv-python
|
|
|
|
| 13 |
transformers==4.25.1
|
| 14 |
scikit-learn
|
| 15 |
altair==4.0
|
| 16 |
+
torch-utils
|
| 17 |
opencv-python
|