Upload folder using huggingface_hub
Browse files- README.md +46 -0
- artifact.tar.lz4 +2 -2
- artifact.tar.lz4.json +2 -2
README.md
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
# pretty_name: "" # Example: "MS MARCO Terrier Index"
|
| 3 |
+
tags:
|
| 4 |
+
- pyterrier
|
| 5 |
+
- pyterrier-artifact
|
| 6 |
+
- pyterrier-artifact.sparse_index
|
| 7 |
+
- pyterrier-artifact.sparse_index.anserini
|
| 8 |
+
task_categories:
|
| 9 |
+
- text-retrieval
|
| 10 |
+
viewer: false
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# msmarco-passage.anserini
|
| 14 |
+
|
| 15 |
+
## Description
|
| 16 |
+
|
| 17 |
+
*TODO: What is the artifact?*
|
| 18 |
+
|
| 19 |
+
## Usage
|
| 20 |
+
|
| 21 |
+
```python
|
| 22 |
+
# Load the artifact
|
| 23 |
+
import pyterrier_alpha as pta
|
| 24 |
+
artifact = pta.Artifact.from_hf('macavaney/msmarco-passage.anserini')
|
| 25 |
+
# TODO: Show how you use the artifact
|
| 26 |
+
```
|
| 27 |
+
|
| 28 |
+
## Benchmarks
|
| 29 |
+
|
| 30 |
+
*TODO: Provide benchmarks for the artifact.*
|
| 31 |
+
|
| 32 |
+
## Reproduction
|
| 33 |
+
|
| 34 |
+
```python
|
| 35 |
+
# TODO: Show how you constructed the artifact.
|
| 36 |
+
```
|
| 37 |
+
|
| 38 |
+
## Metadata
|
| 39 |
+
|
| 40 |
+
```
|
| 41 |
+
{
|
| 42 |
+
"type": "sparse_index",
|
| 43 |
+
"format": "anserini",
|
| 44 |
+
"package_hint": "pyterrier-anserini"
|
| 45 |
+
}
|
| 46 |
+
```
|
artifact.tar.lz4
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:ed662f3d386ded747344a5dd5f123459d89019dbd226cf6f99b2a7cc3695c1b2
|
| 3 |
+
size 3815920215
|
artifact.tar.lz4.json
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:2db0cd8863e763128677a9abbc82034bf01c8ebf0d75adf0c46dcf9192adce6e
|
| 3 |
+
size 1283
|