Spaces:
Running
Running
Push
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .env +6 -1
- .env.demo +1 -1
- .gitattributes +0 -21
- data/.cache/lilac/concept/lilac/legal-termination/cohere.pkl +0 -0
- data/.cache/lilac/concept/lilac/legal-termination/gte-base.pkl +0 -0
- data/.cache/lilac/concept/lilac/legal-termination/gte-small.pkl +0 -0
- data/.cache/lilac/concept/lilac/legal-termination/openai.pkl +0 -0
- data/.cache/lilac/concept/lilac/legal-termination/palm.pkl +0 -0
- data/.cache/lilac/concept/lilac/legal-termination/sbert.pkl +0 -0
- data/.cache/lilac/concept/lilac/negative-sentiment/cohere.pkl +0 -3
- data/.cache/lilac/concept/lilac/negative-sentiment/gte-base.pkl +0 -0
- data/.cache/lilac/concept/lilac/negative-sentiment/gte-small.pkl +0 -0
- data/.cache/lilac/concept/lilac/negative-sentiment/openai.pkl +0 -0
- data/.cache/lilac/concept/lilac/negative-sentiment/palm.pkl +0 -0
- data/.cache/lilac/concept/lilac/negative-sentiment/sbert.pkl +0 -0
- data/.cache/lilac/concept/lilac/non-english/cohere.pkl +0 -3
- data/.cache/lilac/concept/lilac/non-english/gte-base.pkl +0 -0
- data/.cache/lilac/concept/lilac/non-english/gte-small.pkl +0 -0
- data/.cache/lilac/concept/lilac/non-english/openai.pkl +0 -3
- data/.cache/lilac/concept/lilac/non-english/palm.pkl +0 -0
- data/.cache/lilac/concept/lilac/non-english/sbert.pkl +0 -0
- data/.cache/lilac/concept/lilac/positive-sentiment/cohere.pkl +0 -3
- data/.cache/lilac/concept/lilac/positive-sentiment/gte-base.pkl +0 -0
- data/.cache/lilac/concept/lilac/positive-sentiment/gte-small.pkl +0 -0
- data/.cache/lilac/concept/lilac/positive-sentiment/openai.pkl +0 -0
- data/.cache/lilac/concept/lilac/positive-sentiment/palm.pkl +0 -0
- data/.cache/lilac/concept/lilac/positive-sentiment/sbert.pkl +0 -0
- data/.cache/lilac/concept/lilac/profanity/cohere.pkl +0 -3
- data/.cache/lilac/concept/lilac/profanity/gte-base.pkl +0 -3
- data/.cache/lilac/concept/lilac/profanity/gte-small.pkl +0 -3
- data/.cache/lilac/concept/lilac/profanity/openai.pkl +0 -3
- data/.cache/lilac/concept/lilac/profanity/palm.pkl +0 -3
- data/.cache/lilac/concept/lilac/profanity/sbert.pkl +0 -3
- data/.cache/lilac/concept/lilac/question/cohere.pkl +0 -3
- data/.cache/lilac/concept/lilac/question/gte-base.pkl +0 -3
- data/.cache/lilac/concept/lilac/question/gte-small.pkl +0 -0
- data/.cache/lilac/concept/lilac/question/openai.pkl +0 -3
- data/.cache/lilac/concept/lilac/question/palm.pkl +0 -3
- data/.cache/lilac/concept/lilac/question/sbert.pkl +0 -0
- data/.cache/lilac/concept/lilac/source-code/cohere.pkl +0 -3
- data/.cache/lilac/concept/lilac/source-code/gte-base.pkl +0 -0
- data/.cache/lilac/concept/lilac/source-code/gte-small.pkl +0 -0
- data/.cache/lilac/concept/lilac/source-code/openai.pkl +0 -0
- data/.cache/lilac/concept/lilac/source-code/palm.pkl +0 -0
- data/.cache/lilac/concept/lilac/source-code/sbert.pkl +0 -0
- data/.cache/lilac/concept/lilac/toxicity/cohere.pkl +0 -3
- data/.cache/lilac/concept/lilac/toxicity/gte-base.pkl +0 -3
- data/.cache/lilac/concept/lilac/toxicity/gte-small.pkl +0 -3
- data/.cache/lilac/concept/lilac/toxicity/openai.pkl +0 -3
- data/.cache/lilac/concept/lilac/toxicity/palm.pkl +0 -3
.env
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
# To overwrite these variables, create a .env.local file
|
2 |
|
3 |
# The path to the project directory. When used, this will be the global project directory for lilac.
|
4 |
-
# When not defined, define the project
|
|
|
|
|
5 |
# LILAC_DATA_PATH=./data
|
6 |
|
7 |
# Set to 1 for duckdb to use views instead of materialized tables (lower memory usage, but slower).
|
@@ -43,3 +45,6 @@ GOOGLE_CLIENT_ID='279475920249-i8llm8vbos1vj5m1qocir8narb3r0enu.apps.googleuserc
|
|
43 |
# LangSmith source setup.
|
44 |
# LANGCHAIN_API_KEY=
|
45 |
LANGCHAIN_ENDPOINT=https://api.smith.langchain.com
|
|
|
|
|
|
|
|
1 |
# To overwrite these variables, create a .env.local file
|
2 |
|
3 |
# The path to the project directory. When used, this will be the global project directory for lilac.
|
4 |
+
# When not defined, define the project directory with `lilac start ./data`.
|
5 |
+
# LILAC_PROJECT_DIR=./data
|
6 |
+
# NOTE: This is deprecated in favor of LILAC_PROJECT_DIR.
|
7 |
# LILAC_DATA_PATH=./data
|
8 |
|
9 |
# Set to 1 for duckdb to use views instead of materialized tables (lower memory usage, but slower).
|
|
|
45 |
# LangSmith source setup.
|
46 |
# LANGCHAIN_API_KEY=
|
47 |
LANGCHAIN_ENDPOINT=https://api.smith.langchain.com
|
48 |
+
|
49 |
+
# Firebase deployment token.
|
50 |
+
# FIREBASE_TOKEN=
|
.env.demo
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
HF_HOME=/data/.huggingface
|
3 |
TRANSFORMERS_CACHE=/data/.cache
|
4 |
XDG_CACHE_HOME=/data/.cache
|
|
|
1 |
+
LILAC_PROJECT_DIR='/data'
|
2 |
HF_HOME=/data/.huggingface
|
3 |
TRANSFORMERS_CACHE=/data/.cache
|
4 |
XDG_CACHE_HOME=/data/.cache
|
.gitattributes
DELETED
@@ -1,21 +0,0 @@
|
|
1 |
-
data/.cache/lilac/concept/lilac/negative-sentiment/cohere.pkl filter=lfs diff=lfs merge=lfs -text
|
2 |
-
data/.cache/lilac/concept/lilac/non-english/cohere.pkl filter=lfs diff=lfs merge=lfs -text
|
3 |
-
data/.cache/lilac/concept/lilac/non-english/openai.pkl filter=lfs diff=lfs merge=lfs -text
|
4 |
-
data/.cache/lilac/concept/lilac/positive-sentiment/cohere.pkl filter=lfs diff=lfs merge=lfs -text
|
5 |
-
data/.cache/lilac/concept/lilac/profanity/cohere.pkl filter=lfs diff=lfs merge=lfs -text
|
6 |
-
data/.cache/lilac/concept/lilac/profanity/gte-base.pkl filter=lfs diff=lfs merge=lfs -text
|
7 |
-
data/.cache/lilac/concept/lilac/profanity/gte-small.pkl filter=lfs diff=lfs merge=lfs -text
|
8 |
-
data/.cache/lilac/concept/lilac/profanity/openai.pkl filter=lfs diff=lfs merge=lfs -text
|
9 |
-
data/.cache/lilac/concept/lilac/profanity/palm.pkl filter=lfs diff=lfs merge=lfs -text
|
10 |
-
data/.cache/lilac/concept/lilac/profanity/sbert.pkl filter=lfs diff=lfs merge=lfs -text
|
11 |
-
data/.cache/lilac/concept/lilac/question/cohere.pkl filter=lfs diff=lfs merge=lfs -text
|
12 |
-
data/.cache/lilac/concept/lilac/question/gte-base.pkl filter=lfs diff=lfs merge=lfs -text
|
13 |
-
data/.cache/lilac/concept/lilac/question/openai.pkl filter=lfs diff=lfs merge=lfs -text
|
14 |
-
data/.cache/lilac/concept/lilac/question/palm.pkl filter=lfs diff=lfs merge=lfs -text
|
15 |
-
data/.cache/lilac/concept/lilac/source-code/cohere.pkl filter=lfs diff=lfs merge=lfs -text
|
16 |
-
data/.cache/lilac/concept/lilac/toxicity/cohere.pkl filter=lfs diff=lfs merge=lfs -text
|
17 |
-
data/.cache/lilac/concept/lilac/toxicity/gte-base.pkl filter=lfs diff=lfs merge=lfs -text
|
18 |
-
data/.cache/lilac/concept/lilac/toxicity/gte-small.pkl filter=lfs diff=lfs merge=lfs -text
|
19 |
-
data/.cache/lilac/concept/lilac/toxicity/openai.pkl filter=lfs diff=lfs merge=lfs -text
|
20 |
-
data/.cache/lilac/concept/lilac/toxicity/palm.pkl filter=lfs diff=lfs merge=lfs -text
|
21 |
-
data/.cache/lilac/concept/lilac/toxicity/sbert.pkl filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
data/.cache/lilac/concept/lilac/legal-termination/cohere.pkl
DELETED
Binary file (610 kB)
|
|
data/.cache/lilac/concept/lilac/legal-termination/gte-base.pkl
DELETED
Binary file (117 kB)
|
|
data/.cache/lilac/concept/lilac/legal-termination/gte-small.pkl
DELETED
Binary file (60.6 kB)
|
|
data/.cache/lilac/concept/lilac/legal-termination/openai.pkl
DELETED
Binary file (231 kB)
|
|
data/.cache/lilac/concept/lilac/legal-termination/palm.pkl
DELETED
Binary file (117 kB)
|
|
data/.cache/lilac/concept/lilac/legal-termination/sbert.pkl
DELETED
Binary file (60.6 kB)
|
|
data/.cache/lilac/concept/lilac/negative-sentiment/cohere.pkl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:ea2813aeddf92917f51f90863a84c83808d8471d826b5191d17254c9617fcef8
|
3 |
-
size 2088021
|
|
|
|
|
|
|
|
data/.cache/lilac/concept/lilac/negative-sentiment/gte-base.pkl
DELETED
Binary file (397 kB)
|
|
data/.cache/lilac/concept/lilac/negative-sentiment/gte-small.pkl
DELETED
Binary file (202 kB)
|
|
data/.cache/lilac/concept/lilac/negative-sentiment/openai.pkl
DELETED
Binary file (787 kB)
|
|
data/.cache/lilac/concept/lilac/negative-sentiment/palm.pkl
DELETED
Binary file (397 kB)
|
|
data/.cache/lilac/concept/lilac/negative-sentiment/sbert.pkl
DELETED
Binary file (202 kB)
|
|
data/.cache/lilac/concept/lilac/non-english/cohere.pkl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:8073ad4261c03aac8350bcee76a40669df0a529b89b605e4a991189c7ad549ed
|
3 |
-
size 3374534
|
|
|
|
|
|
|
|
data/.cache/lilac/concept/lilac/non-english/gte-base.pkl
DELETED
Binary file (645 kB)
|
|
data/.cache/lilac/concept/lilac/non-english/gte-small.pkl
DELETED
Binary file (330 kB)
|
|
data/.cache/lilac/concept/lilac/non-english/openai.pkl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:3c924d11c7e0b61a76dfcafd4bd1cbf4f80afab97a5e537c0fb7ebb18db25a5d
|
3 |
-
size 1275037
|
|
|
|
|
|
|
|
data/.cache/lilac/concept/lilac/non-english/palm.pkl
DELETED
Binary file (645 kB)
|
|
data/.cache/lilac/concept/lilac/non-english/sbert.pkl
DELETED
Binary file (330 kB)
|
|
data/.cache/lilac/concept/lilac/positive-sentiment/cohere.pkl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:fc23e270e1824e258a51ea5419de53e74b6cc23fa31ff586b6c2f0f0f7549b91
|
3 |
-
size 1857652
|
|
|
|
|
|
|
|
data/.cache/lilac/concept/lilac/positive-sentiment/gte-base.pkl
DELETED
Binary file (353 kB)
|
|
data/.cache/lilac/concept/lilac/positive-sentiment/gte-small.pkl
DELETED
Binary file (180 kB)
|
|
data/.cache/lilac/concept/lilac/positive-sentiment/openai.pkl
DELETED
Binary file (700 kB)
|
|
data/.cache/lilac/concept/lilac/positive-sentiment/palm.pkl
DELETED
Binary file (353 kB)
|
|
data/.cache/lilac/concept/lilac/positive-sentiment/sbert.pkl
DELETED
Binary file (180 kB)
|
|
data/.cache/lilac/concept/lilac/profanity/cohere.pkl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:f6c694a83f498be11182ea462dba84e93970c502f687504f5b684a47f175c411
|
3 |
-
size 17413997
|
|
|
|
|
|
|
|
data/.cache/lilac/concept/lilac/profanity/gte-base.pkl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:3287d4d06a78e0757f0b8586651e24fc7ac8f9d742a0091b24dd5bfc3b4c441f
|
3 |
-
size 3301326
|
|
|
|
|
|
|
|
data/.cache/lilac/concept/lilac/profanity/gte-small.pkl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:6f25837df92c799823a7ea284d3046d10fd2d146e97610d739fd088a44172e57
|
3 |
-
size 1672960
|
|
|
|
|
|
|
|
data/.cache/lilac/concept/lilac/profanity/openai.pkl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:6c199a5348b201c91db1926c12c47ec370b69badde06981d18dead800210acc2
|
3 |
-
size 6558076
|
|
|
|
|
|
|
|
data/.cache/lilac/concept/lilac/profanity/palm.pkl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:17cbb10cf538ab7e823d4db1fddf81977a155e3270a986b182370297e5a48380
|
3 |
-
size 3301322
|
|
|
|
|
|
|
|
data/.cache/lilac/concept/lilac/profanity/sbert.pkl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:132800020bbe32723942388c651eac45ae9da9aa98e7bfdd46b3f5820e02a339
|
3 |
-
size 1672951
|
|
|
|
|
|
|
|
data/.cache/lilac/concept/lilac/question/cohere.pkl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:f2ce2b4f9bf3dba7d6afa146aad9b443d35987b230366b668fbf15325b27fcf8
|
3 |
-
size 6254200
|
|
|
|
|
|
|
|
data/.cache/lilac/concept/lilac/question/gte-base.pkl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:fd6e9243c20ec84229419814178411b7f6f80a6d8e2f9e244fcc4f752d6ec5f0
|
3 |
-
size 1194951
|
|
|
|
|
|
|
|
data/.cache/lilac/concept/lilac/question/gte-small.pkl
DELETED
Binary file (611 kB)
|
|
data/.cache/lilac/concept/lilac/question/openai.pkl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:b998b1370a2982689e6c5e0f099659f103130a52090f0f9f2b234abdc3c8d2b0
|
3 |
-
size 2362458
|
|
|
|
|
|
|
|
data/.cache/lilac/concept/lilac/question/palm.pkl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:98e077a03707541da691311fd28d9bed00ec9fb2a22a915adde2bc436f6362e6
|
3 |
-
size 1194947
|
|
|
|
|
|
|
|
data/.cache/lilac/concept/lilac/question/sbert.pkl
DELETED
Binary file (611 kB)
|
|
data/.cache/lilac/concept/lilac/source-code/cohere.pkl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:2a461d90317665ef43fe74682a31656bc2490a921f6b8f04d7fc54d6921eeff7
|
3 |
-
size 1498705
|
|
|
|
|
|
|
|
data/.cache/lilac/concept/lilac/source-code/gte-base.pkl
DELETED
Binary file (287 kB)
|
|
data/.cache/lilac/concept/lilac/source-code/gte-small.pkl
DELETED
Binary file (147 kB)
|
|
data/.cache/lilac/concept/lilac/source-code/openai.pkl
DELETED
Binary file (567 kB)
|
|
data/.cache/lilac/concept/lilac/source-code/palm.pkl
DELETED
Binary file (287 kB)
|
|
data/.cache/lilac/concept/lilac/source-code/sbert.pkl
DELETED
Binary file (147 kB)
|
|
data/.cache/lilac/concept/lilac/toxicity/cohere.pkl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:cc3d3f95d84b64657ec4697ce899aee940d62725e0fb88c9f8b38f03298d89b3
|
3 |
-
size 19602537
|
|
|
|
|
|
|
|
data/.cache/lilac/concept/lilac/toxicity/gte-base.pkl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:0e9363d2faacb10fe0528f06df2237a44f9b1686f4100d3cca2cdb1a621a90c2
|
3 |
-
size 3719127
|
|
|
|
|
|
|
|
data/.cache/lilac/concept/lilac/toxicity/gte-small.pkl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:b094a716fcbda3cd5b686457bf2510c0a17cabddac21d88d8c97f6a6908266ec
|
3 |
-
size 1886446
|
|
|
|
|
|
|
|
data/.cache/lilac/concept/lilac/toxicity/openai.pkl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:08ee50c3a7679c15e442d12996ddac07bd9ffb8de30f8a607f6b4dd72e7f0343
|
3 |
-
size 7384512
|
|
|
|
|
|
|
|
data/.cache/lilac/concept/lilac/toxicity/palm.pkl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:e9d54189781c5a3e56f8640a7ed3516c82a411b09798e7dca84c6ba0f7efe48d
|
3 |
-
size 3719128
|
|
|
|
|
|
|
|