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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -9,16 +9,17 @@ 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
  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
21
  - Aditya Parashar
22
  - Riya Tomar
23
- - Dr. Soma Paul(iiit hyderabad)
 
24
  - Dr. Sukhada(IIT BHU)
 
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
21
  - Aditya Parashar
22
  - Riya Tomar
23
+ - Under the guidance of:
24
+ - Dr. Soma Paul(IIIT Hyderabad)
25
  - Dr. Sukhada(IIT BHU)