Spaces:
Running
Running
nsthorat-lilac
commited on
Commit
•
066d4a0
1
Parent(s):
01adb89
Push to HF space
Browse files- .gitattributes +12 -0
- README.md +3 -0
- dist/lilac-1337.0.0-py3-none-any.whl → data/.cache/lilac/local/glaive/answer_formatted.00000-of-00012.jsonl +2 -2
- data/.cache/lilac/local/glaive/answer_formatted.00001-of-00012.jsonl +3 -0
- data/.cache/lilac/local/glaive/answer_formatted.00002-of-00012.jsonl +3 -0
- data/.cache/lilac/local/glaive/answer_formatted.00003-of-00012.jsonl +3 -0
- data/.cache/lilac/local/glaive/answer_formatted.00004-of-00012.jsonl +3 -0
- data/.cache/lilac/local/glaive/answer_formatted.00005-of-00012.jsonl +3 -0
- data/.cache/lilac/local/glaive/answer_formatted.00006-of-00012.jsonl +3 -0
- data/.cache/lilac/local/glaive/answer_formatted.00007-of-00012.jsonl +3 -0
- data/.cache/lilac/local/glaive/answer_formatted.00008-of-00012.jsonl +3 -0
- data/.cache/lilac/local/glaive/answer_formatted.00009-of-00012.jsonl +3 -0
- data/.cache/lilac/local/glaive/answer_formatted.00010-of-00012.jsonl +3 -0
- data/.cache/lilac/local/glaive/answer_formatted.00011-of-00012.jsonl +3 -0
- data/lilac.yml +0 -0
.gitattributes
CHANGED
@@ -20,3 +20,15 @@ data/.cache/lilac/concept/lilac/toxicity/openai.pkl filter=lfs diff=lfs merge=lf
|
|
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
|
22 |
dist/lilac-1337.0.0-py3-none-any.whl 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
|
22 |
dist/lilac-1337.0.0-py3-none-any.whl filter=lfs diff=lfs merge=lfs -text
|
23 |
+
data/.cache/lilac/local/glaive/answer_formatted.00007-of-00012.jsonl filter=lfs diff=lfs merge=lfs -text
|
24 |
+
data/.cache/lilac/local/glaive/answer_formatted.00008-of-00012.jsonl filter=lfs diff=lfs merge=lfs -text
|
25 |
+
data/.cache/lilac/local/glaive/answer_formatted.00000-of-00012.jsonl filter=lfs diff=lfs merge=lfs -text
|
26 |
+
data/.cache/lilac/local/glaive/answer_formatted.00001-of-00012.jsonl filter=lfs diff=lfs merge=lfs -text
|
27 |
+
data/.cache/lilac/local/glaive/answer_formatted.00009-of-00012.jsonl filter=lfs diff=lfs merge=lfs -text
|
28 |
+
data/.cache/lilac/local/glaive/answer_formatted.00006-of-00012.jsonl filter=lfs diff=lfs merge=lfs -text
|
29 |
+
data/.cache/lilac/local/glaive/answer_formatted.00004-of-00012.jsonl filter=lfs diff=lfs merge=lfs -text
|
30 |
+
data/.cache/lilac/local/glaive/answer_formatted.00011-of-00012.jsonl filter=lfs diff=lfs merge=lfs -text
|
31 |
+
data/.cache/lilac/local/glaive/answer_formatted.00003-of-00012.jsonl filter=lfs diff=lfs merge=lfs -text
|
32 |
+
data/.cache/lilac/local/glaive/answer_formatted.00002-of-00012.jsonl filter=lfs diff=lfs merge=lfs -text
|
33 |
+
data/.cache/lilac/local/glaive/answer_formatted.00010-of-00012.jsonl filter=lfs diff=lfs merge=lfs -text
|
34 |
+
data/.cache/lilac/local/glaive/answer_formatted.00005-of-00012.jsonl filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -6,7 +6,9 @@ colorTo: purple
|
|
6 |
sdk: docker
|
7 |
app_port: 5432
|
8 |
datasets:
|
|
|
9 |
- lilacai/lilac-textbook_quality_programming
|
|
|
10 |
- lilacai/lilac-piqa
|
11 |
- lilacai/lilac-science-qa-derek-thomas
|
12 |
- lilacai/lilac-enron-emails
|
@@ -14,6 +16,7 @@ datasets:
|
|
14 |
- lilacai/lilac-imdb
|
15 |
- lilacai/lilac-opus100-en-es-validation
|
16 |
- lilacai/lilac-databricks-dolly-15k-curated-en
|
|
|
17 |
- lilacai/lilac-OpenOrca-100k
|
18 |
- lilacai/lilac-wikitext-2-raw-v1
|
19 |
- lilacai/lilac-the_movies_dataset
|
|
|
6 |
sdk: docker
|
7 |
app_port: 5432
|
8 |
datasets:
|
9 |
+
- lilacai/local-glaive
|
10 |
- lilacai/lilac-textbook_quality_programming
|
11 |
+
- lilacai/lilac-stanford-alpaca
|
12 |
- lilacai/lilac-piqa
|
13 |
- lilacai/lilac-science-qa-derek-thomas
|
14 |
- lilacai/lilac-enron-emails
|
|
|
16 |
- lilacai/lilac-imdb
|
17 |
- lilacai/lilac-opus100-en-es-validation
|
18 |
- lilacai/lilac-databricks-dolly-15k-curated-en
|
19 |
+
- lilacai/lilac-glaive
|
20 |
- lilacai/lilac-OpenOrca-100k
|
21 |
- lilacai/lilac-wikitext-2-raw-v1
|
22 |
- lilacai/lilac-the_movies_dataset
|
dist/lilac-1337.0.0-py3-none-any.whl → data/.cache/lilac/local/glaive/answer_formatted.00000-of-00012.jsonl
RENAMED
@@ -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:680ab56024523c254d4cc01c909c2ebfdc231fd0f053dfa01a0c4eabb465d9c3
|
3 |
+
size 15968995
|
data/.cache/lilac/local/glaive/answer_formatted.00001-of-00012.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8c3cb62f83504b41b8c51e689dddace898666be7539fe0ea6f0ebf8f5072b606
|
3 |
+
size 15948376
|
data/.cache/lilac/local/glaive/answer_formatted.00002-of-00012.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3b0297545d90f6ed8b34ca296dacacb6ea62795916102c7a1a0b68bceaed10a7
|
3 |
+
size 15987518
|
data/.cache/lilac/local/glaive/answer_formatted.00003-of-00012.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a71820b01844e09e15a30b5a10e0f419d40b2bb206088c552b66b50fddc3b48b
|
3 |
+
size 15971598
|
data/.cache/lilac/local/glaive/answer_formatted.00004-of-00012.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:38728da70f80af03a4501a3a288e8dddcc3ac5aa9a620864326957d21cc78c0f
|
3 |
+
size 15943660
|
data/.cache/lilac/local/glaive/answer_formatted.00005-of-00012.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3cdc5bd4c19bae502280a5621d23989bbf33e91c9e1afe98c868259da8ab5039
|
3 |
+
size 16013057
|
data/.cache/lilac/local/glaive/answer_formatted.00006-of-00012.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:36cb36d874592c79f62815b5be1ddd31a8ca87cd0497bcf4d7d1b5e986792b73
|
3 |
+
size 16032856
|
data/.cache/lilac/local/glaive/answer_formatted.00007-of-00012.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:402141027ccb98d5f195a1faabbfb22c4289d402cc4c5151c806bd4ca7681361
|
3 |
+
size 16022532
|
data/.cache/lilac/local/glaive/answer_formatted.00008-of-00012.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f07f0b7919b73f0b80a6381817c3453781afe115f0708c1743cbb204203e166
|
3 |
+
size 16079143
|
data/.cache/lilac/local/glaive/answer_formatted.00009-of-00012.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3604532ed68932c880b36b5c31cc39ee409b9a6227b7cd7f6e8244a00ab2ac33
|
3 |
+
size 16001087
|
data/.cache/lilac/local/glaive/answer_formatted.00010-of-00012.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ed1b95e6c62eb4141e67e409d432ebbf6f54e85d4bb5a2cedb1c78b3a2816389
|
3 |
+
size 15996091
|
data/.cache/lilac/local/glaive/answer_formatted.00011-of-00012.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e32be7388a53650dcce2b107ba1c02739a32140f4fb5241377843517a733446
|
3 |
+
size 16032992
|
data/lilac.yml
CHANGED
The diff for this file is too large to render.
See raw diff
|
|