Instructions to use ShannonAI/ChineseBERT-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ShannonAI/ChineseBERT-base with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ShannonAI/ChineseBERT-base", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Add metadata
#7
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# ChineseBERT-base
|
| 2 |
|
| 3 |
This repository contains code, model, dataset for **ChineseBERT** at ACL2021.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
pipeline_tag: fill-mask
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
# ChineseBERT-base
|
| 7 |
|
| 8 |
This repository contains code, model, dataset for **ChineseBERT** at ACL2021.
|