Transformers
PyTorch
Chinese
bert
next-sentence-prediction
SequenceClassification
MetaDis
古文
文言文
ancient
classical
Biography
古代人物传记
Instructions to use cbdb/MetaDis with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cbdb/MetaDis with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForNextSentencePrediction tokenizer = AutoTokenizer.from_pretrained("cbdb/MetaDis") model = AutoModelForNextSentencePrediction.from_pretrained("cbdb/MetaDis") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cea5db33be01198e8eb034136dee1c5351ac8bbce0c1dd956d1e142f73f1ebd5
|
| 3 |
+
size 409100264
|