Edit model card

Work in Progress

Usage 🤗 Transformers pipeline

from transformers import pipeline

embedder = pipeline("feature-extraction", "yentinglin/bert-base-zhtw")

embeddings = embedder("台灣使用繁體中文", return_tensors=True)

print(embeddings.shape)
# torch.Size([1, 10, 768])

license: https://creativecommons.org/licenses/by-nc-sa/4.0/deed.en

Downloads last month
16
Safetensors
Model size
110M params
Tensor type
F32
·
Inference Examples
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.

Collection including yentinglin/bert-base-zhtw