Upload folder using huggingface_hub
Browse files- .gitattributes +2 -0
- corpus.jsonl +3 -0
- corpus.mmindex.json +0 -0
- data.csc.index.npy +3 -0
- indices.csc.index.npy +3 -0
- indptr.csc.index.npy +3 -0
- params.index.json +12 -0
- vocab.index.json +0 -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 |
+
corpus.jsonl filter=lfs diff=lfs merge=lfs -text
|
37 |
+
corpus.mmindex.json filter=lfs diff=lfs merge=lfs -text
|
corpus.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6c1c432e21b232841bfc3f68ffcf7fa377f8f4dc0602f8d7c2843ccc6fce4805
|
3 |
+
size 78101548
|
corpus.mmindex.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
data.csc.index.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d577bd7504d490c84f7761e162d5d4a93b29e627cac66c7ffd93a560590bc028
|
3 |
+
size 31722416
|
indices.csc.index.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3156f4060874bfa858e5f680b5613201b23fd1cbeee128c6e05ed51577397b26
|
3 |
+
size 31722416
|
indptr.csc.index.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb7887aa0eca5d7e33a1c1bf1dc5420bf242424cbbe133933a5ffcb33268924e
|
3 |
+
size 2026508
|
params.index.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"k1": 1.5,
|
3 |
+
"b": 0.75,
|
4 |
+
"delta": 0.5,
|
5 |
+
"method": "lucene",
|
6 |
+
"idf_method": "lucene",
|
7 |
+
"dtype": "float32",
|
8 |
+
"int_dtype": "int32",
|
9 |
+
"num_docs": 731223,
|
10 |
+
"version": "0.2.7post1",
|
11 |
+
"backend": "numpy"
|
12 |
+
}
|
vocab.index.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|