Model Details
FinBERT1-Base is a financial domain-adapted Chinese language model. Built on Google's BERT-Base architecture, it was continually pretrained on large-scale Chinese financial corpora to enhance financial text understanding.
- Developed by: See valuesimplex for model developers
- Model Type: Transformer-based language model
- Language(s): Chinese
- Parent Model: See the bert-base-chinese for more information about the BERT base model.
- Resources: https://github.com/valuesimplex/FinBERT
Direct Use
from transformers import AutoModel, AutoTokenizer
model = AutoModel.from_pretrained("valuesimplex-ai-lab/FinBERT1-base")
tokenizer = AutoTokenizer.from_pretrained("valuesimplex-ai-lab/FinBERT1-base")
Further Usage
continual pre-training or fine-tuning:https://github.com/valuesimplex/FinBERT
- Downloads last month
- 24
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
🙋
Ask for provider support
Model tree for valuesimplex-ai-lab/FinBERT1-base
Base model
google-bert/bert-base-chinese