Marzu39 commited on
Commit
f160804
·
verified ·
1 Parent(s): 74e231f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -21,6 +21,10 @@ I fine-tuned Turkish-Bert-Model for Question-Answering problem with THQuAD;
21
 
22
 
23
  #### Example Usage
24
- -"Load Model"
 
 
 
 
25
 
26
 
 
21
 
22
 
23
  #### Example Usage
24
+
25
+ "Load Model"
26
+
27
+ import json
28
+ from simpletransformers.question_answering import QuestionAnsweringModel, QuestionAnsweringArgs
29
 
30