allenai/c4
Viewer • Updated • 10.4B • 740k • 577
How to use jinaai/jina-bert-implementation with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("jinaai/jina-bert-implementation", dtype="auto")Core implementation of JinaBert. This is referenced by the other models.
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("jinaai/jina-bert-implementation", dtype="auto")