Instructions to use sangmini/FC_baseline_base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sangmini/FC_baseline_base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="sangmini/FC_baseline_base")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("sangmini/FC_baseline_base") model = AutoModelForSequenceClassification.from_pretrained("sangmini/FC_baseline_base", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e0bc352bee0f1e7ccaa551ddb50f7b715e7daeaa13f48f399497b7bfc46759ed
|
| 3 |
+
size 2239622872
|