Upload folder using huggingface_hub
Browse files- README.md +47 -0
- artifact.tar.lz4 +2 -2
- artifact.tar.lz4.json +2 -2
README.md
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.pisa
|
8 |
+
task_categories:
|
9 |
+
- text-retrieval
|
10 |
+
viewer: false
|
11 |
+
---
|
12 |
+
|
13 |
+
# msmarco-passage.pisa
|
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.pisa')
|
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": "pisa",
|
44 |
+
"package_hint": "pyterrier-pisa",
|
45 |
+
"stemmer": "porter2"
|
46 |
+
}
|
47 |
+
```
|
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:8e21054f1e019cc996aed01d8ec307c0a672eec33e14be268ef163a102697f8f
|
3 |
+
size 3017623565
|
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:b692e953248015b54931c538099e46189e568b6a0de5cdd20a32713eaaf385a6
|
3 |
+
size 752
|