Text Classification
Transformers
TensorBoard
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use Jyotirmoy006/my-fast-bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Jyotirmoy006/my-fast-bert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Jyotirmoy006/my-fast-bert")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Jyotirmoy006/my-fast-bert") model = AutoModelForSequenceClassification.from_pretrained("Jyotirmoy006/my-fast-bert") - Notebooks
- Google Colab
- Kaggle
my-first-agent-model
Browse files
runs/Jan03_05-59-07_86b4712f6b56/events.out.tfevents.1767419948.86b4712f6b56.166.3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:16fd0388f49f8760d0cc3db1178c365310b706968ce884b39ff497c0f1ca83e6
|
| 3 |
+
size 6751
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5841
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:93c57ebb6d24eaaa02c927668643c8a1e2589853c94df3a9d50e0d6d948493ac
|
| 3 |
size 5841
|