Instructions to use JoshiSuyash/MarathiDevotionalClassifierSuyash with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use JoshiSuyash/MarathiDevotionalClassifierSuyash with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="JoshiSuyash/MarathiDevotionalClassifierSuyash")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("JoshiSuyash/MarathiDevotionalClassifierSuyash") model = AutoModelForSequenceClassification.from_pretrained("JoshiSuyash/MarathiDevotionalClassifierSuyash") - Notebooks
- Google Colab
- Kaggle
Create README.md
#2
by ssane - opened
README.md
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- philosophy
|
| 5 |
+
- hinduism
|
| 6 |
+
- art
|
| 7 |
+
---
|
| 8 |
+
This model seems to classify the verses among three classes: Daasbodh(दासबोध), Dnyaneshwari(ज्ञानेश्वरी) and Gurucharitra(गुरुचरित्र).
|