Taiwan LLM
Collection
Try out at twllm.com !
β’
28 items
β’
Updated
β’
41
Work in Progress
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