Upload folder using huggingface_hub
Browse files- README.md +47 -0
- artifact.tar.lz4.0 +3 -0
- artifact.tar.lz4.1 +3 -0
- artifact.tar.lz4.json +3 -0
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.indexer_cache
|
7 |
+
- pyterrier-artifact.indexer_cache.lz4pickle
|
8 |
+
task_categories:
|
9 |
+
- text-retrieval
|
10 |
+
viewer: false
|
11 |
+
---
|
12 |
+
|
13 |
+
# climate-fever.splade-v3.cache
|
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('pyterrier/climate-fever.splade-v3.cache')
|
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": "indexer_cache",
|
43 |
+
"format": "lz4pickle",
|
44 |
+
"package_hint": "pyterrier-caching",
|
45 |
+
"record_count": 5416593
|
46 |
+
}
|
47 |
+
```
|
artifact.tar.lz4.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:37cc3b999b706e8723ee0f34c9233078844ba2c1fa9e2152f0da510e3a9c6e3c
|
3 |
+
size 4900017460
|
artifact.tar.lz4.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fa1325f8a23e0fea5c5e9583f60da2b5894e16cf3eeede9fdd2861c5eacc9c11
|
3 |
+
size 3485562586
|
artifact.tar.lz4.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:088bff017f651a3696d492c35ed9fe2e4c9bd4c79e3347a63b74bb482136e091
|
3 |
+
size 454
|