Upload folder using huggingface_hub
Browse files- README.md +42 -0
- artifact.tar.lz4 +3 -0
- artifact.tar.lz4.json +3 -0
README.md
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
# pretty_name: "" # Example: "MS MARCO Terrier Index"
|
3 |
+
tags:
|
4 |
+
- pyterrier
|
5 |
+
- pyterrier-artifact
|
6 |
+
task_categories:
|
7 |
+
- text-retrieval
|
8 |
+
viewer: false
|
9 |
+
---
|
10 |
+
|
11 |
+
# webis-touche2020.splade-v1.cache
|
12 |
+
|
13 |
+
## Description
|
14 |
+
|
15 |
+
*TODO: What is the artifact?*
|
16 |
+
|
17 |
+
## Usage
|
18 |
+
|
19 |
+
```python
|
20 |
+
# Load the artifact
|
21 |
+
import pyterrier_alpha as pta
|
22 |
+
artifact = pta.Artifact.from_hf('pyterrier/webis-touche2020.splade-v1.cache')
|
23 |
+
# TODO: Show how you use the artifact
|
24 |
+
```
|
25 |
+
|
26 |
+
## Benchmarks
|
27 |
+
|
28 |
+
*TODO: Provide benchmarks for the artifact.*
|
29 |
+
|
30 |
+
## Reproduction
|
31 |
+
|
32 |
+
```python
|
33 |
+
# TODO: Show how you constructed the artifact.
|
34 |
+
```
|
35 |
+
|
36 |
+
## Metadata
|
37 |
+
|
38 |
+
```
|
39 |
+
{
|
40 |
+
"package_hint": "pyterrier_caching"
|
41 |
+
}
|
42 |
+
```
|
artifact.tar.lz4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:89237097425d11cad7034367e2a435e3f8533d6b88dede8f9f350e6cf03ac15b
|
3 |
+
size 190
|
artifact.tar.lz4.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:585c5b7ee5767c2b608f1cdc281e25af16fd09bac665801e40780db6630d6a07
|
3 |
+
size 172
|