Spaces:
Build error
Build error
Upload 6 files
Browse files- .gitattributes +2 -0
- encoded_quran_text_split_multilingual-e5-large-instructs.sav +3 -0
- quran-en.csv +0 -0
- quran-eng.csv +0 -0
- quran-simple-clean.txt +0 -0
- quran-splitted.sav +3 -0
- requirements.txt +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
encoded_quran_text_split_multilingual-e5-large-instructs.sav filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
quran-splitted.sav filter=lfs diff=lfs merge=lfs -text
|
encoded_quran_text_split_multilingual-e5-large-instructs.sav
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1be47c801e14c1fe76374b2d49b069a3b814b4b1e8e365dd04236750f772fa8a
|
| 3 |
+
size 43430304
|
quran-en.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
quran-eng.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
quran-simple-clean.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
quran-splitted.sav
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f9e7bc774a3cc8062f53fe2c26b70f7908424193f55ef14e7c3b2a16aeb7fae7
|
| 3 |
+
size 1245138
|
requirements.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
sentence_transformers
|
| 2 |
+
pandas
|
| 3 |
+
gradio
|