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 |
+
# arguana.terrier
|
12 |
+
|
13 |
+
## Description
|
14 |
+
|
15 |
+
*TODO: What is the artifact?*
|
16 |
+
|
17 |
+
## Usage
|
18 |
+
|
19 |
+
```python
|
20 |
+
# Load the artifact
|
21 |
+
import pyterrier as pt
|
22 |
+
artifact = pt.Artifact.from_hf('pyterrier/arguana.terrier')
|
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"
|
41 |
+
}
|
42 |
+
```
|
artifact.tar.lz4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cf7b3c8122ef10510ecb0a6ade471fbe6e1897add40c016a8c68b42db7d9183c
|
3 |
+
size 8014232
|
artifact.tar.lz4.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb705ba0cafb6f7bb9c627fcd21d62ed1df5b2375c03870edf133a99e2136d68
|
3 |
+
size 853
|