philipphager commited on
Commit
f0d2faa
1 Parent(s): 30628da

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -57,7 +57,7 @@ Each row of the click / annotation dataset contains the following attributes. Us
57
  | text_md5 | List[string] | MD5 hash of document title and abstract |
58
  | title | List[List[int32]] | List of tokens for document titles |
59
  | abstract | List[List[int32]] | List of tokens for document abstracts |
60
- | query_document_embedding | Tensor[float16]| BERT CLS token |
61
  | click | Tensor[int32] | Click / no click on a document |
62
  | position | Tensor[int32] | Position in ranking (does not always match original item position) |
63
  | media_type | Tensor[int32] | Document type (label encoding recommended as IDs do not occupy a continuous integer range) |
@@ -91,7 +91,7 @@ Each row of the click / annotation dataset contains the following attributes. Us
91
  | text_md5 | List[string] | MD5 hash of document title and abstract |
92
  | title | List[List[int32]] | List of tokens for document titles |
93
  | abstract | List[List[int32]] | List of tokens for document abstracts |
94
- | query_document_embedding | Tensor[float16] | BERT CLS token |
95
  | label | Tensor[int32] | Relevance judgments on a scale from 0 (bad) to 4 (excellent) |
96
  | bm25 | Tensor[float32] | BM25 score for documents |
97
  | title_bm25 | Tensor[float32] | BM25 score for document titles |
 
57
  | text_md5 | List[string] | MD5 hash of document title and abstract |
58
  | title | List[List[int32]] | List of tokens for document titles |
59
  | abstract | List[List[int32]] | List of tokens for document abstracts |
60
+ | query_document_embedding | Tensor[Tensor[float16]]| BERT CLS token |
61
  | click | Tensor[int32] | Click / no click on a document |
62
  | position | Tensor[int32] | Position in ranking (does not always match original item position) |
63
  | media_type | Tensor[int32] | Document type (label encoding recommended as IDs do not occupy a continuous integer range) |
 
91
  | text_md5 | List[string] | MD5 hash of document title and abstract |
92
  | title | List[List[int32]] | List of tokens for document titles |
93
  | abstract | List[List[int32]] | List of tokens for document abstracts |
94
+ | query_document_embedding | Tensor[Tensor[float16]] | BERT CLS token |
95
  | label | Tensor[int32] | Relevance judgments on a scale from 0 (bad) to 4 (excellent) |
96
  | bm25 | Tensor[float32] | BM25 score for documents |
97
  | title_bm25 | Tensor[float32] | BM25 score for document titles |