DeepLearning101/Corrector101zhTW
Viewer • Updated • 294k • 47 • 1
How to use DeepLearning101/Corrector101zhTW with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("fill-mask", model="DeepLearning101/Corrector101zhTW") # Load model directly
from transformers import AutoTokenizer, AutoModelForMaskedLM
tokenizer = AutoTokenizer.from_pretrained("DeepLearning101/Corrector101zhTW")
model = AutoModelForMaskedLM.from_pretrained("DeepLearning101/Corrector101zhTW")ERNIE for Chinese Spelling Correction 繁體中文
MacBertMaskedLM For Chinese Spelling Correction 繁體中文
wikipedia-zh-20230720-filtered.json 繁體中文
Automatic Corpus Generation-zh 繁體中文