Upload folder using huggingface_hub
Browse files- .gitattributes +4 -0
- metrics.json +14 -0
- model.bin +3 -0
- neg.fasttext.txt +3 -0
- pos.fasttext.txt +3 -0
- train.txt +3 -0
- valid.txt +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,7 @@ 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 |
+
neg.fasttext.txt filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
pos.fasttext.txt filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
train.txt filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
valid.txt filter=lfs diff=lfs merge=lfs -text
|
metrics.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"n_examples": 10000,
|
| 3 |
+
"precision_at_1": 0.8149,
|
| 4 |
+
"recall_at_1": 0.8149,
|
| 5 |
+
"pos_dataset": "RedMod/retrieve_pile",
|
| 6 |
+
"pos_config": null,
|
| 7 |
+
"pos_split": "train",
|
| 8 |
+
"neg_dataset": "HuggingFaceFW/fineweb",
|
| 9 |
+
"neg_config": "sample-10BT",
|
| 10 |
+
"neg_split": "train",
|
| 11 |
+
"samples_per_class": 500000,
|
| 12 |
+
"train_examples": 990000,
|
| 13 |
+
"valid_examples": 10000
|
| 14 |
+
}
|
model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cc2c257496836399a7dd962f71b4da8c7ab2c4b9c625db13c3c2e96cfb5d8b0f
|
| 3 |
+
size 4636847834
|
neg.fasttext.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5363f1771937bbc7d0391c9e8717836e82d1550c350b4bd08c639f97873f142c
|
| 3 |
+
size 1056585178
|
pos.fasttext.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:75a0753467c0332d5fd066daa07094e6186da4ac891d803191009efacf89d17a
|
| 3 |
+
size 1410039873
|
train.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f9e3ac5aa98f54739f53c83a7547d04caf59d144d94349aadafa3cec85cf4909
|
| 3 |
+
size 2442058325
|
valid.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5763eed1531ebebd1ebc4a045c5b49aabde5fe30481f556cd765e8c853ca5ad6
|
| 3 |
+
size 24566726
|