Update README.md
Browse files
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]
|