Instructions to use Abderrahim2/bert-finetuned-gender_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Abderrahim2/bert-finetuned-gender_classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Abderrahim2/bert-finetuned-gender_classification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Abderrahim2/bert-finetuned-gender_classification") model = AutoModelForSequenceClassification.from_pretrained("Abderrahim2/bert-finetuned-gender_classification") - Notebooks
- Google Colab
- Kaggle
Commit ·
2ad0a98
1
Parent(s): 1684eeb
End of training
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 438009197
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8847e832d8f940620e333e8192450e8ceeb8fd135030b12eb4674c17da67d314
|
| 3 |
size 438009197
|