Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use padmajabfrl/Religion-Classification-Custom-Model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use padmajabfrl/Religion-Classification-Custom-Model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="padmajabfrl/Religion-Classification-Custom-Model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("padmajabfrl/Religion-Classification-Custom-Model") model = AutoModelForSequenceClassification.from_pretrained("padmajabfrl/Religion-Classification-Custom-Model") - Notebooks
- Google Colab
- Kaggle
Padmaj Srivastav commited on
Commit ·
d41fc87
1
Parent(s): 802394a
Training in progress, step 500
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267858605
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6251112c9130e8bde210c1551b0e4f653d6632cf7d3dbb11d1b5de39fff1f4c0
|
| 3 |
size 267858605
|
runs/Jun28_07-48-38_2050d85f79c9/events.out.tfevents.1687938583.2050d85f79c9.2510.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8a313a81b9f40312064cdd4c8694b7989d9f6487b5c6d6702f6a4fb40ee3ba75
|
| 3 |
+
size 4262
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3963
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b3bf75e1b06c08dd8493493cd559d57162620021ab8f4f38eb62e7fd34000a27
|
| 3 |
size 3963
|