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
14
Safetensors
Model size
110M params
Tensor type
F32
·
Inference Providers NEW
This model is not currently available via any of the supported third-party Inference Providers, and the model is not deployed on the HF Inference API.

Collection including yentinglin/bert-base-zhtw