Text Classification
Transformers
Safetensors
English
bert
CBDC
Central Bank Digital Currencies
Central Bank Digital Currency
Sentiment Analysis
Central Bank
Tone
Finance
NLP
Finance NLP
BERT
Transformers
Digital Currency
text-embeddings-inference
Instructions to use bilalzafar/CBDC-Sentiment with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bilalzafar/CBDC-Sentiment with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="bilalzafar/CBDC-Sentiment", device_map="auto")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("bilalzafar/CBDC-Sentiment") model = AutoModelForSequenceClassification.from_pretrained("bilalzafar/CBDC-Sentiment", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -107,13 +107,13 @@ for s in sentences:
|
|
| 107 |
|
| 108 |
If you use this model, please cite as:
|
| 109 |
|
| 110 |
-
**Zafar, M. B. (2025).
|
| 111 |
|
| 112 |
```bibtex
|
| 113 |
@article{zafar2025centralbankbert,
|
| 114 |
-
title={CentralBank-BERT: Machine
|
| 115 |
author={Zafar, Muhammad Bilal},
|
| 116 |
-
year={
|
| 117 |
-
journal={
|
| 118 |
-
url={https://
|
| 119 |
-
}
|
|
|
|
| 107 |
|
| 108 |
If you use this model, please cite as:
|
| 109 |
|
| 110 |
+
**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)**
|
| 111 |
|
| 112 |
```bibtex
|
| 113 |
@article{zafar2025centralbankbert,
|
| 114 |
+
title={CentralBank-BERT: Machine learning evidence on central bank digital currency discourse},
|
| 115 |
author={Zafar, Muhammad Bilal},
|
| 116 |
+
year={2026},
|
| 117 |
+
journal={Journal of Economics and Business},
|
| 118 |
+
url={https://doi.org/10.1016/j.jeconbus.2026.106300}
|
| 119 |
+
}
|