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
|
@@ -25,6 +25,7 @@ The fine-tuning task was done on the following dataset created by our team :
|
|
| 25 |
- Manash Mishra
|
| 26 |
- Aditya Parashar
|
| 27 |
- Riya Tomar
|
|
|
|
| 28 |
- Under the guidance of:
|
| 29 |
- Dr. Soma Paul(IIIT Hyderabad)
|
| 30 |
- Dr. Sukhada(IIT BHU)
|
|
|
|
| 25 |
- Manash Mishra
|
| 26 |
- Aditya Parashar
|
| 27 |
- Riya Tomar
|
| 28 |
+
- Isma Anwar
|
| 29 |
- Under the guidance of:
|
| 30 |
- Dr. Soma Paul(IIIT Hyderabad)
|
| 31 |
- Dr. Sukhada(IIT BHU)
|