Instructions to use turing-usp/FinBertPTBR with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use turing-usp/FinBertPTBR with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="turing-usp/FinBertPTBR")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("turing-usp/FinBertPTBR") model = AutoModelForSequenceClassification.from_pretrained("turing-usp/FinBertPTBR") - Notebooks
- Google Colab
- Kaggle
Commit ·
8a2e195
1
Parent(s): ac4aa2a
add model
Browse files- pytorch_model.bin +2 -2
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:024a9cd21f73c8a91e9471e00166c3abe50c434015bc145eb057ed3db0951eb7
|
| 3 |
+
size 435771121
|