Text Classification
Transformers
Safetensors
English
bert
finance
cbdc
central-bank
financial-nlp
economic-policy
monetary-policy
sentence-classification
discourse-analysis
policy-analysis
centralbank-bert
bis-speeches
text-embeddings-inference
Instructions to use bilalzafar/CBDC-Discourse with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bilalzafar/CBDC-Discourse with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="bilalzafar/CBDC-Discourse")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("bilalzafar/CBDC-Discourse") model = AutoModelForSequenceClassification.from_pretrained("bilalzafar/CBDC-Discourse", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -145,13 +145,13 @@ for s in sentences:
|
|
| 145 |
|
| 146 |
If you use this model, please cite as:
|
| 147 |
|
| 148 |
-
**Zafar, M. B. (2025).
|
| 149 |
|
| 150 |
```bibtex
|
| 151 |
@article{zafar2025centralbankbert,
|
| 152 |
-
title={CentralBank-BERT: Machine
|
| 153 |
author={Zafar, Muhammad Bilal},
|
| 154 |
-
year={
|
| 155 |
-
journal={
|
| 156 |
-
url={https://
|
| 157 |
-
}
|
|
|
|
| 145 |
|
| 146 |
If you use this model, please cite as:
|
| 147 |
|
| 148 |
+
**Zafar, M. B. (2025). CentralBank-BERT: Machine learning evidence on central bank digital currency discourse. *Journal of Economics and Business.* [https://doi.org/10.1016/j.jeconbus.2026.106300](https://doi.org/10.1016/j.jeconbus.2026.106300)**
|
| 149 |
|
| 150 |
```bibtex
|
| 151 |
@article{zafar2025centralbankbert,
|
| 152 |
+
title={CentralBank-BERT: Machine learning evidence on central bank digital currency discourse},
|
| 153 |
author={Zafar, Muhammad Bilal},
|
| 154 |
+
year={2026},
|
| 155 |
+
journal={Journal of Economics and Business},
|
| 156 |
+
url={https://doi.org/10.1016/j.jeconbus.2026.106300}
|
| 157 |
+
}
|