Upload mistral-pre-train.jsonl
Browse filesinitial 10k orkl.eu data set in mistral pre-training format (JSONL):
```json
{ "text": " ... here goes the pre-training text..." }
{ "text": " ... here goes the pre-training text, document 2..." }
{ "text": " ... here goes the pre-training text, document 3..." }
{ "text": " ... here goes the pre-training text, document x, etc..." }
```
- .gitattributes +1 -0
- mistral-pre-train.jsonl +3 -0
.gitattributes
CHANGED
@@ -56,3 +56,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
56 |
# Video files - compressed
|
57 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
58 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
56 |
# Video files - compressed
|
57 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
58 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
59 |
+
mistral-pre-train.jsonl filter=lfs diff=lfs merge=lfs -text
|
mistral-pre-train.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:45b7b1b04606273c54b439cff250afe6ce5351da8a041624d347ea56b72249ef
|
3 |
+
size 113853617
|