Instructions to use manashxml/identify_CP_hin-eng with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use manashxml/identify_CP_hin-eng with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("manashxml/identify_CP_hin-eng") model = AutoModelForSeq2SeqLM.from_pretrained("manashxml/identify_CP_hin-eng") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
---
|
| 2 |
widget:
|
| 3 |
- text: "आप उनकी गणना नहीं कर सकते."
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
# mt5 for identifying CP in Hindi or English sentence
|
|
|
|
| 1 |
---
|
| 2 |
widget:
|
| 3 |
- text: "आप उनकी गणना नहीं कर सकते."
|
| 4 |
+
datasets:
|
| 5 |
+
- manashxml/cp_and_none_10kdataset
|
| 6 |
---
|
| 7 |
|
| 8 |
# mt5 for identifying CP in Hindi or English sentence
|