Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use padmajabfrl/Ethnicity-Classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use padmajabfrl/Ethnicity-Classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="padmajabfrl/Ethnicity-Classification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("padmajabfrl/Ethnicity-Classification") model = AutoModelForSequenceClassification.from_pretrained("padmajabfrl/Ethnicity-Classification") - Notebooks
- Google Colab
- Kaggle
Padmaj Srivastav commited on
Commit ·
56fe1b4
1
Parent(s): ddea5ee
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 267884657
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8f2596fc203b177d69aca0a7f1451cb777cc5d7da3414824e0b34e67194870a0
|
| 3 |
size 267884657
|
runs/Feb01_05-37-16_abfrl-cltv-gpu/events.out.tfevents.1675230050.abfrl-cltv-gpu.3960.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:5ae0534f8f76d9cd3001a056e21985669c8d9b7e06c2ee1d063349224129ebfa
|
| 3 |
+
size 13976
|
runs/Feb01_05-37-16_abfrl-cltv-gpu/events.out.tfevents.1675234139.abfrl-cltv-gpu.3960.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:252255ee4d89f3553cd40addbbe0c8781653673fae320086ee2e1198d677025e
|
| 3 |
+
size 369
|