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.2 +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.dense_index
|
| 7 |
+
- pyterrier-artifact.dense_index.flex
|
| 8 |
+
task_categories:
|
| 9 |
+
- text-retrieval
|
| 10 |
+
viewer: false
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# dbpedia-entity.retromae.flex
|
| 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/dbpedia-entity.retromae.flex')
|
| 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": "dense_index",
|
| 43 |
+
"format": "flex",
|
| 44 |
+
"vec_size": 768,
|
| 45 |
+
"doc_count": 4635922
|
| 46 |
+
}
|
| 47 |
+
```
|
artifact.tar.lz4.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0887963a3c1af031a11bee2af702733864d1d285f58b9a02f22f74cac4f5c7ea
|
| 3 |
+
size 4900052250
|
artifact.tar.lz4.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:75a2fbfa86ed8702ba39c7fd8461d7eb5e923bad2ae0369860ecb9b559bfe7c5
|
| 3 |
+
size 4900029750
|
artifact.tar.lz4.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9dacd973b892a5ae6f33fe6c074c03c46f0dbdc91008365525a4d03329068257
|
| 3 |
+
size 4563792728
|
artifact.tar.lz4.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f25263b104c95a48d0a4dfd514fa0b0cd337bb048240f53d61ce6f05092c7e9c
|
| 3 |
+
size 417
|