Update README.md
Browse files
README.md
CHANGED
|
@@ -9,12 +9,12 @@ This is a fine-tuned mt5 for identifying Complex Predicate in hindi or english s
|
|
| 9 |
## How to use
|
| 10 |
You can use this model directly with a Text2Text generation pipeline:
|
| 11 |
|
| 12 |
-
|
| 13 |
>>>from transformers import pipeline
|
| 14 |
>>>cp_identifier=pipeline("text2text-generation",model="manashxml/identify_CP_hin-eng")
|
| 15 |
>>>cp_identifier("आप उनकी गणना नहीं कर सकते.")
|
| 16 |
[{'generated_text': 'गणना नहीं कर सकते'}]
|
| 17 |
-
|
| 18 |
|
| 19 |
### Team Members
|
| 20 |
- Manash Mishra
|
|
|
|
| 9 |
## How to use
|
| 10 |
You can use this model directly with a Text2Text generation pipeline:
|
| 11 |
|
| 12 |
+
```python
|
| 13 |
>>>from transformers import pipeline
|
| 14 |
>>>cp_identifier=pipeline("text2text-generation",model="manashxml/identify_CP_hin-eng")
|
| 15 |
>>>cp_identifier("आप उनकी गणना नहीं कर सकते.")
|
| 16 |
[{'generated_text': 'गणना नहीं कर सकते'}]
|
| 17 |
+
```
|
| 18 |
|
| 19 |
### Team Members
|
| 20 |
- Manash Mishra
|