Upload folder using huggingface_hub
Browse files- README.md +46 -0
- artifact.tar.lz4 +3 -0
- artifact.tar.lz4.json +3 -0
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.terrier
|
8 |
+
task_categories:
|
9 |
+
- text-retrieval
|
10 |
+
viewer: false
|
11 |
+
---
|
12 |
+
|
13 |
+
# dbpedia-entity.terrier
|
14 |
+
|
15 |
+
## Description
|
16 |
+
|
17 |
+
*TODO: What is the artifact?*
|
18 |
+
|
19 |
+
## Usage
|
20 |
+
|
21 |
+
```python
|
22 |
+
# Load the artifact
|
23 |
+
import pyterrier as pt
|
24 |
+
artifact = pt.Artifact.from_hf('pyterrier/dbpedia-entity.terrier')
|
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": "terrier",
|
44 |
+
"package_hint": "python-terrier"
|
45 |
+
}
|
46 |
+
```
|
artifact.tar.lz4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b1d616c95041dcb47ae92bd069c4cd3643fb8cea02ccf361df002f8ae05087bd
|
3 |
+
size 1865965148
|
artifact.tar.lz4.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:712f2e83095812f74ada8ad6ac8ea9fcb28fc372aaa1691d9a73a6afdbcb395e
|
3 |
+
size 897
|