hfl/english-pert-large · Hugging Face (original) (raw)
- Models
- Datasets
- Spaces
- Buckets new
- Docs
- Enterprise
- Pricing
- Website
* Tasks
* HuggingChat
* Collections
* Languages
* Organizations - Community
* Blog
* Posts
* Daily Papers
* Learn
* Discord
* Forum
* GitHub - Solutions
* Team & Enterprise
* Hugging Face PRO
* Enterprise Support
* Inference Providers
* Inference Endpoints
* Storage Buckets
- Website
- Log In
- Sign Up
Instructions to use hfl/english-pert-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hfl/english-pert-large with Transformers:
Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("feature-extraction", model="hfl/english-pert-large")
Load model directly
from transformers import AutoTokenizer, AutoModel
tokenizer = AutoTokenizer.from_pretrained("hfl/english-pert-large")
model = AutoModel.from_pretrained("hfl/english-pert-large")
Notebooks
Please use 'Bert' related functions to load this model!
ALL English models are UNCASED (lowercase=True)
Under construction...
Please visit our GitHub repo for more information: https://github.com/ymcui/PERT