Spaces:
Runtime error
Runtime error
Push
Browse files- Dockerfile +2 -3
- data/datasets/local/spotify/data-00000-of-00001.parquet +0 -3
- data/datasets/local/spotify/manifest.json +0 -27
- data/datasets/local/spotify/text/sbert/data-00000-of-00001.parquet +0 -3
- data/datasets/local/spotify/text/sbert/embeddings-00000-of-00001.keys.pkl +0 -3
- data/datasets/local/spotify/text/sbert/embeddings-00000-of-00001.npy +0 -3
- data/datasets/local/spotify/text/sbert/signal_manifest.json +0 -37
- requirements.txt +1 -0
Dockerfile
CHANGED
@@ -22,8 +22,7 @@ COPY /web/blueprint/build ./web/blueprint/build
|
|
22 |
COPY /src ./src/
|
23 |
|
24 |
CMD [ \
|
25 |
-
"
|
26 |
-
"--
|
27 |
-
"--port", "5432", \
|
28 |
"-k", "uvicorn.workers.UvicornWorker" \
|
29 |
]
|
|
|
22 |
COPY /src ./src/
|
23 |
|
24 |
CMD [ \
|
25 |
+
"gunicorn", "src.server:app", \
|
26 |
+
"--bind", "0.0.0.0:5432", \
|
|
|
27 |
"-k", "uvicorn.workers.UvicornWorker" \
|
28 |
]
|
data/datasets/local/spotify/data-00000-of-00001.parquet
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:32224657332b09187a737c73ab634f9d14c9ba9a240bd105f1b9819cde2afcef
|
3 |
-
size 37128682
|
|
|
|
|
|
|
|
data/datasets/local/spotify/manifest.json
DELETED
@@ -1,27 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"files": [
|
3 |
-
"data-00000-of-00001.parquet"
|
4 |
-
],
|
5 |
-
"data_schema": {
|
6 |
-
"fields": {
|
7 |
-
"artist": {
|
8 |
-
"dtype": "string"
|
9 |
-
},
|
10 |
-
"song": {
|
11 |
-
"dtype": "string"
|
12 |
-
},
|
13 |
-
"link": {
|
14 |
-
"dtype": "string"
|
15 |
-
},
|
16 |
-
"text": {
|
17 |
-
"dtype": "string"
|
18 |
-
},
|
19 |
-
"__line_number__": {
|
20 |
-
"dtype": "int64"
|
21 |
-
},
|
22 |
-
"__rowid__": {
|
23 |
-
"dtype": "string"
|
24 |
-
}
|
25 |
-
}
|
26 |
-
}
|
27 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
data/datasets/local/spotify/text/sbert/data-00000-of-00001.parquet
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:9796beb630cc3503f3c2ac9db8f71e4c1604570836d78bbf364e801cd427c39e
|
3 |
-
size 2709987
|
|
|
|
|
|
|
|
data/datasets/local/spotify/text/sbert/embeddings-00000-of-00001.keys.pkl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:d5df43291782b8c731d4ce56537946654c642a01dc9a4e37de394836362f6b45
|
3 |
-
size 3727400
|
|
|
|
|
|
|
|
data/datasets/local/spotify/text/sbert/embeddings-00000-of-00001.npy
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:94e10c23d7229541e1f60b791a659d13673b10a03649abf0ae092e0e18c5aee3
|
3 |
-
size 170446976
|
|
|
|
|
|
|
|
data/datasets/local/spotify/text/sbert/signal_manifest.json
DELETED
@@ -1,37 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"files": [
|
3 |
-
"data-00000-of-00001.parquet"
|
4 |
-
],
|
5 |
-
"parquet_id": "sbert(text)",
|
6 |
-
"data_schema": {
|
7 |
-
"fields": {
|
8 |
-
"__rowid__": {
|
9 |
-
"dtype": "string"
|
10 |
-
},
|
11 |
-
"text": {
|
12 |
-
"fields": {
|
13 |
-
"sbert": {
|
14 |
-
"repeated_field": {
|
15 |
-
"fields": {
|
16 |
-
"embedding": {
|
17 |
-
"dtype": "embedding"
|
18 |
-
}
|
19 |
-
},
|
20 |
-
"dtype": "string_span"
|
21 |
-
},
|
22 |
-
"signal": {
|
23 |
-
"signal_name": "sbert"
|
24 |
-
}
|
25 |
-
}
|
26 |
-
}
|
27 |
-
}
|
28 |
-
}
|
29 |
-
},
|
30 |
-
"signal": {
|
31 |
-
"signal_name": "sbert"
|
32 |
-
},
|
33 |
-
"enriched_path": [
|
34 |
-
"text"
|
35 |
-
],
|
36 |
-
"embedding_filename_prefix": "embeddings-00000-of-00001"
|
37 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
requirements.txt
CHANGED
@@ -45,6 +45,7 @@ google-resumable-media==2.5.0 ; python_version >= "3.9" and python_version < "3.
|
|
45 |
googleapis-common-protos==1.59.1 ; python_version >= "3.9" and python_version < "3.10"
|
46 |
grpcio-status==1.56.0 ; python_version >= "3.9" and python_version < "3.10"
|
47 |
grpcio==1.56.0 ; python_version >= "3.9" and python_version < "3.10"
|
|
|
48 |
h11==0.14.0 ; python_version >= "3.9" and python_version < "3.10"
|
49 |
httplib2==0.22.0 ; python_version >= "3.9" and python_version < "3.10"
|
50 |
httptools==0.5.0 ; python_version >= "3.9" and python_version < "3.10"
|
|
|
45 |
googleapis-common-protos==1.59.1 ; python_version >= "3.9" and python_version < "3.10"
|
46 |
grpcio-status==1.56.0 ; python_version >= "3.9" and python_version < "3.10"
|
47 |
grpcio==1.56.0 ; python_version >= "3.9" and python_version < "3.10"
|
48 |
+
gunicorn==20.1.0 ; python_version >= "3.9" and python_version < "3.10"
|
49 |
h11==0.14.0 ; python_version >= "3.9" and python_version < "3.10"
|
50 |
httplib2==0.22.0 ; python_version >= "3.9" and python_version < "3.10"
|
51 |
httptools==0.5.0 ; python_version >= "3.9" and python_version < "3.10"
|