Text Classification
Transformers
PyTorch
Safetensors
English
deberta-v2
climate
text-embeddings-inference
Instructions to use fzanartu/flicc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fzanartu/flicc with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="fzanartu/flicc")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("fzanartu/flicc") model = AutoModelForSequenceClassification.from_pretrained("fzanartu/flicc") - Notebooks
- Google Colab
- Kaggle
Commit ·
857fad6
1
Parent(s): 3275c8c
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (e7f1b2e0be2331be9308af8d614006f37fdedca3)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ab6c552719bc08f6fb7d16b5ced5eb16533fd7dcebbd0f779c7f3e9088de97f9
|
| 3 |
+
size 3547939600
|