Instructions to use Sinanmz/Movie_Genre_Classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Sinanmz/Movie_Genre_Classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Sinanmz/Movie_Genre_Classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Sinanmz/Movie_Genre_Classifier") model = AutoModelForSequenceClassification.from_pretrained("Sinanmz/Movie_Genre_Classifier") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -26,7 +26,7 @@ This fine-tuned BERT model is a multilabel multiclass classifier designed to pre
|
|
| 26 |
- **Model type:** Multiclass Multilabel Classifier
|
| 27 |
- **Language(s) (NLP):** English
|
| 28 |
- **License:** MIT
|
| 29 |
-
- **Finetuned from model
|
| 30 |
|
| 31 |
### Model Sources
|
| 32 |
|
|
|
|
| 26 |
- **Model type:** Multiclass Multilabel Classifier
|
| 27 |
- **Language(s) (NLP):** English
|
| 28 |
- **License:** MIT
|
| 29 |
+
- **Finetuned from model:** google-bert/bert-base-uncased
|
| 30 |
|
| 31 |
### Model Sources
|
| 32 |
|