Instructions to use KalaiselvanD/funnel_08_1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KalaiselvanD/funnel_08_1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="KalaiselvanD/funnel_08_1")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("KalaiselvanD/funnel_08_1") model = AutoModelForSequenceClassification.from_pretrained("KalaiselvanD/funnel_08_1") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 20
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 464847452
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6e62047a6e141f12e079ba2f23cfead937aefe56ecbd069755b651ccbe2baa66
|
| 3 |
size 464847452
|