Downloads · 30 days
288
0% of all-time downloads
clue/albert_chinese_tiny
albert_chinese_tiny is a machine learning model from clue. Use it for the machine learning task on the model card, and read the license before you ship it in a product. It is set up for transformers.
Language model: albert-tiny Model size: 16M Language: Chinese Training data: CLUECorpusSmall Eval data: CLUE dataset
Downloads · 30 days
288
0% of all-time downloads
All-time downloads
720K
Public
Repo size
33.3 MB
Likes
18
Public
Click a slice to open those files.
.bin16.6 MB · 99%
From the Hugging Face model README
Language model: albert-tiny Model size: 16M Language: Chinese Training data: CLUECorpusSmall Eval data: CLUE dataset
For results on downstream tasks like text classification, please refer to this repository.
**NOTE:**Since sentencepiece is not used in albert_chinese_tiny model, you have to call BertTokenizer instead of AlbertTokenizer !!!
import torch
from transformers import BertTokenizer, AlbertModel
tokenizer = BertTokenizer.from_pretrained("clue/albert_chinese_tiny")
albert = AlbertModel.from_pretrained("clue/albert_chinese_tiny")
Organization of Language Understanding Evaluation benchmark for Chinese: tasks & datasets, baselines, pre-trained Chinese models, corpus and leaderboard.
Github: https://github.com/CLUEbenchmark Website: https://www.cluebenchmarks.com/