Instructions to use CodeBlooded-capstone/fin-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use CodeBlooded-capstone/fin-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="CodeBlooded-capstone/fin-classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("CodeBlooded-capstone/fin-classifier") model = AutoModelForSequenceClassification.from_pretrained("CodeBlooded-capstone/fin-classifier", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload DistilBertForSequenceClassification
Browse files- config.json +1 -1
- model.safetensors +1 -1
config.json
CHANGED
|
@@ -73,6 +73,6 @@
|
|
| 73 |
"sinusoidal_pos_embds": false,
|
| 74 |
"tie_weights_": true,
|
| 75 |
"torch_dtype": "float32",
|
| 76 |
-
"transformers_version": "4.
|
| 77 |
"vocab_size": 30522
|
| 78 |
}
|
|
|
|
| 73 |
"sinusoidal_pos_embds": false,
|
| 74 |
"tie_weights_": true,
|
| 75 |
"torch_dtype": "float32",
|
| 76 |
+
"transformers_version": "4.53.2",
|
| 77 |
"vocab_size": 30522
|
| 78 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267903316
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8ff8ef4c9cd2aa63520d6c836b33ac70d6ffeee6aa21db5e4ddb0addd1a78e32
|
| 3 |
size 267903316
|