Buckets:
contacts-v1 tokenizer
Co-located with the corresponding contacts-v1 documents in this bucket
(data/document_structures/contacts_v1/).
This bucket directory is the canonical location for this tokenizer.
- Vocab: 2,845 tokens — 5
contacts-v1native (<contacts-v1>,<n-term>,<c-term>,<contact>,<think>) plus the fullcontacts-and-distances-v1vocab (reused, so a contacts-v1 model can be fine-tuned on c-and-d-v1 documents without swapping tokenizers). - Built by:
marinfold@ git revdd025aab(uv run contacts-v1 tokenizer --save-local ./tok/), full vocab inmarinfold/.../contacts_v1/vocab.py. - Produced by: MarinFold issue #53.
Loading
Buckets aren't directly addressable by AutoTokenizer.from_pretrained, so
download then load:
hf buckets cp -r \
hf://buckets/open-athena/MarinFold/data/document_structures/contacts_v1/tokenizer \
./contacts-v1-tokenizer
from transformers import AutoTokenizer
tok = AutoTokenizer.from_pretrained("./contacts-v1-tokenizer")
Xet Storage Details
- Size:
- 1.23 kB
- Xet hash:
- 569aebef1212225e6eeccb7ef121c86ab4f08c495428bdeffdd5e2134990f124
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.