Instructions to use mennasherif/mennas_second_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mennasherif/mennas_second_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="mennasherif/mennas_second_model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("mennasherif/mennas_second_model") model = AutoModelForSequenceClassification.from_pretrained("mennasherif/mennas_second_model") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
00ac4ab | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:a47ec485b33ac0aaa3de6df034f30e617e1a58d75bd4a39dccb5aa5c24ca08ee
size 5201
|