How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("feature-extraction", model="hfl/chinese-pert-base")
# Load model directly
from transformers import AutoTokenizer, AutoModel

tokenizer = AutoTokenizer.from_pretrained("hfl/chinese-pert-base")
model = AutoModel.from_pretrained("hfl/chinese-pert-base")
Quick Links

Please use 'Bert' related functions to load this model!

Under construction...

Please visit our GitHub repo for more information: https://github.com/ymcui/PERT

Downloads last month
3,096
Inference Providers NEW

Model tree for hfl/chinese-pert-base

Finetunes
3 models

Space using hfl/chinese-pert-base 1

Collection including hfl/chinese-pert-base