Instructions to use sonnv/MFinBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sonnv/MFinBERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="sonnv/MFinBERT")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("sonnv/MFinBERT") model = AutoModel.from_pretrained("sonnv/MFinBERT") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
+
# description of MFinBERT model
|
| 5 |
+
|
| 6 |
+
This is an MFinBERT model: A Multilingual Pretrained language model for Financial Domain.
|
| 7 |
+
Highly Recommend for Vietnamese, English and Litthuania.
|