Skip to content

Commit

Permalink
Add docs in README
Browse files Browse the repository at this point in the history
Add a link to the documentation site in README.md.

Signed-off-by: Dimitris Poulopoulos <[email protected]>
  • Loading branch information
dpoulopoulos committed Sep 10, 2024
1 parent 443614f commit 2304cfc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

> Fine-Tuning BERT for Question-Answering on Kubeflow.
[![License](https://img.shields.io/badge/docs-passing-green)](https://dpoulopoulos.github.io/bert-qa-finetuning/)
[![License](https://img.shields.io/badge/license-CC_BY--NC_4.0-green)](https://creativecommons.org/licenses/by-nc/4.0/)
[![Pytorch](https://img.shields.io/badge/pytorch-v2.4.1-blue)](#pytorch)
[![Kubeflow](https://img.shields.io/badge/kubeflow-v1.8-orange)](#kubeflow)
Expand Down Expand Up @@ -51,4 +52,5 @@ create, compile, and submit a Kubeflow Pipeline to fine-tune BERT. The pipeline
will scale the experiment across multiple nodes in the cluster, running steps in
parallel, and caching repeated ones to save time and resources.


For more information on how to use the notebooks, please refer to the
[documentation](https://dpoulopoulos.github.io/bert-qa-finetuning/).

0 comments on commit 2304cfc

Please sign in to comment.