Sadat07 commited on
Commit
2f96c13
1 Parent(s): 3d6e990

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -7
README.md CHANGED
@@ -22,13 +22,6 @@ Shared by: SADAT PARVEJ
22
  Language(s) (NLP): ENGLISH
23
  Finetuned from model: https://huggingface.co/google-bert/bert-base-uncased
24
 
25
- ### Model Sources [optional]
26
-
27
- <!-- Provide the basic links for the model. -->
28
-
29
- - **Repository:** [More Information Needed]
30
- - **Paper [optional]:** [More Information Needed]
31
- - **Demo [optional]:** [More Information Needed]
32
 
33
  ## Training Objective
34
 
@@ -58,6 +51,7 @@ The model's predictions may be biased or overly reliant on the training dataset,
58
 
59
  Use the code below to get started with the model.
60
 
 
61
  from transformers import pipeline
62
  qa_pipeline = pipeline('question-answering', model='bert_squad')
63
 
@@ -168,6 +162,7 @@ Other tools: Python, PyTorch
168
 
169
 
170
  **BibTeX:**
 
171
 
172
  @misc{bert_squad_finetune,
173
  title = {BERT Fine-tuned for SQuAD},
 
22
  Language(s) (NLP): ENGLISH
23
  Finetuned from model: https://huggingface.co/google-bert/bert-base-uncased
24
 
 
 
 
 
 
 
 
25
 
26
  ## Training Objective
27
 
 
51
 
52
  Use the code below to get started with the model.
53
 
54
+ ```python
55
  from transformers import pipeline
56
  qa_pipeline = pipeline('question-answering', model='bert_squad')
57
 
 
162
 
163
 
164
  **BibTeX:**
165
+ ```bibtex
166
 
167
  @misc{bert_squad_finetune,
168
  title = {BERT Fine-tuned for SQuAD},