Spaces:
Runtime error
Runtime error
Trent
commited on
Commit
•
de69128
1
Parent(s):
21c260a
Titles Json file
Browse files- .idea/.gitignore +8 -0
- .idea/inspectionProfiles/profiles_settings.xml +5 -0
- .idea/misc.xml +4 -0
- .idea/modules.xml +8 -0
- .idea/other.xml +6 -0
- .idea/sentence-embeddings.iml +8 -0
- .idea/vcs.xml +6 -0
- backend/__pycache__/__init__.cpython-36.pyc +0 -0
- backend/__pycache__/config.cpython-36.pyc +0 -0
- backend/__pycache__/inference.cpython-36.pyc +0 -0
- backend/__pycache__/utils.cpython-36.pyc +0 -0
- data/stackoverflow-titles.jsonl.gz +3 -0
.idea/.gitignore
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Default ignored files
|
2 |
+
/shelf/
|
3 |
+
/workspace.xml
|
4 |
+
# Datasource local storage ignored files
|
5 |
+
/dataSources/
|
6 |
+
/dataSources.local.xml
|
7 |
+
# Editor-based HTTP Client requests
|
8 |
+
/httpRequests/
|
.idea/inspectionProfiles/profiles_settings.xml
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<component name="InspectionProjectProfileManager">
|
2 |
+
<settings>
|
3 |
+
<option name="PROJECT_PROFILE" />
|
4 |
+
</settings>
|
5 |
+
</component>
|
.idea/misc.xml
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
<project version="4">
|
3 |
+
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.6 (sentence-embeddings-streamlit)" project-jdk-type="Python SDK" />
|
4 |
+
</project>
|
.idea/modules.xml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
<project version="4">
|
3 |
+
<component name="ProjectModuleManager">
|
4 |
+
<modules>
|
5 |
+
<module fileurl="file://$PROJECT_DIR$/.idea/sentence-embeddings.iml" filepath="$PROJECT_DIR$/.idea/sentence-embeddings.iml" />
|
6 |
+
</modules>
|
7 |
+
</component>
|
8 |
+
</project>
|
.idea/other.xml
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
<project version="4">
|
3 |
+
<component name="PySciProjectComponent">
|
4 |
+
<option name="PY_SCI_VIEW_SUGGESTED" value="true" />
|
5 |
+
</component>
|
6 |
+
</project>
|
.idea/sentence-embeddings.iml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
<module type="PYTHON_MODULE" version="4">
|
3 |
+
<component name="NewModuleRootManager">
|
4 |
+
<content url="file://$MODULE_DIR$" />
|
5 |
+
<orderEntry type="jdk" jdkName="Python 3.6 (sentence-embeddings-streamlit)" jdkType="Python SDK" />
|
6 |
+
<orderEntry type="sourceFolder" forTests="false" />
|
7 |
+
</component>
|
8 |
+
</module>
|
.idea/vcs.xml
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
<project version="4">
|
3 |
+
<component name="VcsDirectoryMappings">
|
4 |
+
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
5 |
+
</component>
|
6 |
+
</project>
|
backend/__pycache__/__init__.cpython-36.pyc
ADDED
Binary file (159 Bytes). View file
|
|
backend/__pycache__/config.cpython-36.pyc
ADDED
Binary file (737 Bytes). View file
|
|
backend/__pycache__/inference.cpython-36.pyc
ADDED
Binary file (2.2 kB). View file
|
|
backend/__pycache__/utils.cpython-36.pyc
ADDED
Binary file (1.54 kB). View file
|
|
data/stackoverflow-titles.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de83e615c8200395a6c32c9e0fc34cc0ca72d0207a65150d27a4a168ec52dbab
|
3 |
+
size 426579165
|