bluuebunny commited on
Commit
8da607b
·
verified ·
1 Parent(s): 05fee2d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -1,3 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  Created vector embeddings for the `abstract` field for the dataset: [bluuebunny/crossref_metadata_2025_split](https://huggingface.co/datasets/bluuebunny/crossref_metadata_2025_split) using [mixedbread-ai/mxbai-embed-large-v1](https://huggingface.co/mixedbread-ai/mxbai-embed-large-v1) and binarised it using:
2
  ```python
3
  # Function to binarise float embeddings
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - sentence-similarity
5
+ language:
6
+ - en
7
+ tags:
8
+ - doi
9
+ - bibliography
10
+ - literature
11
+ - crossref
12
+ pretty_name: crossref 2025
13
+ size_categories:
14
+ - 10M<n<100M
15
+ ---
16
  Created vector embeddings for the `abstract` field for the dataset: [bluuebunny/crossref_metadata_2025_split](https://huggingface.co/datasets/bluuebunny/crossref_metadata_2025_split) using [mixedbread-ai/mxbai-embed-large-v1](https://huggingface.co/mixedbread-ai/mxbai-embed-large-v1) and binarised it using:
17
  ```python
18
  # Function to binarise float embeddings