mrsinghania
commited on
Commit
•
90b29f1
1
Parent(s):
7963e6f
Update Readme file
Browse files
README.md
CHANGED
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
1 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
2 |
|
3 |
tokenizer = AutoTokenizer.from_pretrained("mrsinghania/asr-question-detection")
|
|
|
1 |
+
<i>Question vs Statement classifier</i> trained on more than 7k samples which were coming from spoken data in an interview setting
|
2 |
+
|
3 |
+
<b>Code for using in Transformers:</b>
|
4 |
+
|
5 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
6 |
|
7 |
tokenizer = AutoTokenizer.from_pretrained("mrsinghania/asr-question-detection")
|