Spaces:
Runtime error
Runtime error
nsthorat-lilac
commited on
Commit
·
4d5731a
1
Parent(s):
066ddb1
Push to HF space
Browse files
.gitattributes
CHANGED
@@ -82,3 +82,5 @@ data/.cache/lilac/local/glaive/answer_formatted.00005-of-00012.jsonl filter=lfs
|
|
82 |
data/.cache/lilac/lilac/OpenOrca-100k/question2.00001-of-00002.jsonl filter=lfs diff=lfs merge=lfs -text
|
83 |
data/.cache/lilac/lilac/OpenOrca-100k/question2.00000-of-00002.jsonl filter=lfs diff=lfs merge=lfs -text
|
84 |
data/.cache/lilac/local/imdb/text/span.00000-of-00001.jsonl filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
82 |
data/.cache/lilac/lilac/OpenOrca-100k/question2.00001-of-00002.jsonl filter=lfs diff=lfs merge=lfs -text
|
83 |
data/.cache/lilac/lilac/OpenOrca-100k/question2.00000-of-00002.jsonl filter=lfs diff=lfs merge=lfs -text
|
84 |
data/.cache/lilac/local/imdb/text/span.00000-of-00001.jsonl filter=lfs diff=lfs merge=lfs -text
|
85 |
+
data/.cache/lilac/local/glaive/answer/markdown_extractor.jsonl filter=lfs diff=lfs merge=lfs -text
|
86 |
+
data/.cache/lilac/local/glaive/question/markdown_extractor.jsonl filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -6,6 +6,6 @@ colorTo: purple
|
|
6 |
sdk: docker
|
7 |
app_port: 5432
|
8 |
datasets:
|
9 |
-
- lilacai/nikhil_staging-local-
|
10 |
|
11 |
---
|
|
|
6 |
sdk: docker
|
7 |
app_port: 5432
|
8 |
datasets:
|
9 |
+
- lilacai/nikhil_staging-local-glaive
|
10 |
|
11 |
---
|
data/.cache/lilac/local/glaive/answer/markdown_extractor.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d51c5a9b8f770d867678e2237a720ed5703744071ffc15e42b15000510706997
|
3 |
+
size 23805622
|
data/.cache/lilac/local/glaive/question/markdown_extractor.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e50f1d5a35b4dfcedfd28220a41a93ef89e6fe3970aa58e0b7a218caf787e70
|
3 |
+
size 14380554
|
data/lilac.yml
CHANGED
@@ -1,16 +1,22 @@
|
|
1 |
datasets:
|
2 |
- namespace: local
|
3 |
-
name:
|
4 |
source:
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
settings:
|
9 |
ui:
|
10 |
media_paths:
|
11 |
-
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
|
|
1 |
datasets:
|
2 |
- namespace: local
|
3 |
+
name: glaive
|
4 |
source:
|
5 |
+
dataset_name: glaiveai/glaive-code-assistant
|
6 |
+
source_name: huggingface
|
7 |
+
signals:
|
8 |
+
- path: question
|
9 |
+
signal:
|
10 |
+
signal_name: markdown_extractor
|
11 |
+
- path: answer
|
12 |
+
signal:
|
13 |
+
signal_name: markdown_extractor
|
14 |
settings:
|
15 |
ui:
|
16 |
media_paths:
|
17 |
+
- question
|
18 |
+
- answer
|
19 |
+
- - answer_formatted
|
20 |
+
- answer
|
21 |
+
markdown_paths:
|
22 |
+
- answer
|
dist/lilac-1337.0.0-py3-none-any.whl
CHANGED
@@ -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:6957a165fc9645e25f09449243cbde8d5e97248982cde930daeaaa969ab6c8c8
|
3 |
+
size 2450006
|