Text Classification
Transformers
Safetensors
Turkish
bert
sentiment-analysis
finance
turkish
financial-nlp
finbert
financial bert
text-embeddings-inference
Instructions to use ff112/FinTurkBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ff112/FinTurkBERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ff112/FinTurkBERT")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ff112/FinTurkBERT") model = AutoModelForSequenceClassification.from_pretrained("ff112/FinTurkBERT") - Notebooks
- Google Colab
- Kaggle
Update model weights to new_tapt66_balanced
Browse files- model.safetensors +1 -1
- training_args.bin +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 442502140
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4dae5f897602c6e4ecbdbd77d23e9105f7ffc5bb38f7296511840ce7acec7b6c
|
| 3 |
size 442502140
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5496
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2f6a06a7a88b569c8e35cbce4ab8556657e24cbfad1e489f1707a80782e3ae26
|
| 3 |
size 5496
|