manashxml commited on
Commit
b044c32
·
1 Parent(s): 998a02d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -8,13 +8,13 @@ This is a fine-tuned mt5 for identifying Complex Predicate in hindi or english s
8
 
9
  ## How to use
10
  You can use this model directly with a Text2Text generation pipeline:
11
- Install transformers library,if not already done by : !pip install transformers
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
 
8
 
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