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 ·
42922eb
1
Parent(s): ebcd6af
End of training
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:3c5286e45403e317d38fcedb9215c20373db31048f02743162cf57399c33e3ee
|
| 3 |
size 267858605
|
runs/Jun28_07-48-38_2050d85f79c9/events.out.tfevents.1687938583.2050d85f79c9.2510.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:57ed43d65d84bada1b6b3de9637f07231e799ba5e7e7cd879d16a90028cdc9d9
|
| 3 |
+
size 14156
|
runs/Jun28_07-48-38_2050d85f79c9/events.out.tfevents.1687941281.2050d85f79c9.2510.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:96ec64c3d9c9c1caa1ae168e4179320bf6908429c7183166e5b949b21f53ca6a
|
| 3 |
+
size 417
|