Sadat07 commited on
Commit
959b942
1 Parent(s): 2f96c13

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -59,7 +59,7 @@ context = "BERT is a transformers model for natural language processing."
59
  question = "What is BERT used for?"
60
  result = qa_pipeline(question=question, context=context)
61
  print(result)
62
-
63
 
64
  ## Training Details
65
 
@@ -170,7 +170,7 @@ Other tools: Python, PyTorch
170
  year = {2024},
171
  url = {https://huggingface.co/your-model-repository}
172
  }
173
-
174
 
175
 
176
  ## Glossary [optional]
 
59
  question = "What is BERT used for?"
60
  result = qa_pipeline(question=question, context=context)
61
  print(result)
62
+ ```
63
 
64
  ## Training Details
65
 
 
170
  year = {2024},
171
  url = {https://huggingface.co/your-model-repository}
172
  }
173
+ ```
174
 
175
 
176
  ## Glossary [optional]