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
Updated template excel sheet link
Browse files
README.md
CHANGED
|
@@ -17,6 +17,10 @@ license: cc-by-nc-sa-4.0
|
|
| 17 |
[](https://colab.research.google.com/drive/1UcyhdfX5_NuZ87XR1fUmMACJ7qY-nn-P#scrollTo=cd-iH6OLpIeV)
|
| 18 |
|
| 19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
### <font color="IndianRed">Authors </font>
|
| 21 |
Queenie Luo (queenieluo[at]g.harvard.edu)
|
| 22 |
<br>
|
|
|
|
| 17 |
[](https://colab.research.google.com/drive/1UcyhdfX5_NuZ87XR1fUmMACJ7qY-nn-P#scrollTo=cd-iH6OLpIeV)
|
| 18 |
|
| 19 |
|
| 20 |
+
|
| 21 |
+
Download <font color="IndianRed">template excel sheet</font> from here: https://huggingface.co/cbdb/MetaDis/blob/main/template.xlsx
|
| 22 |
+
|
| 23 |
+
|
| 24 |
### <font color="IndianRed">Authors </font>
|
| 25 |
Queenie Luo (queenieluo[at]g.harvard.edu)
|
| 26 |
<br>
|