Skip to content

Commit

Permalink
Add open-in-colab badge
Browse files Browse the repository at this point in the history
Add a badge to open the fine-tuning Notebook in a Google Colab
environment.

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

> Fine-Tuning BERT for Question-Answering on Kubeflow.
<br>

[![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)
[![Kubernetes](https://img.shields.io/badge/kubernetes-v1.29.3-orange)](#kubernetes)

This repository contains the code for fine-tuning BERT on the SQuAD dataset to
solve Question-Answering tasks. The can run locally, on a GPU Notebook server,
or leverage [Kubeflow Pipelines (KFP)](https://www.kubeflow.org/docs/components/pipelines/)
solve Question-Answering tasks. The code can run locally, on a GPU Notebook
server, or leverage [Kubeflow Pipelines (KFP)](https://www.kubeflow.org/docs/components/pipelines/)
to scale and automate the experiment in a Kubeflow cluster.

<a target="_blank" href="https://colab.research.google.com/github/dpoulopoulos/bert-qa-finetuning/blob/main/bert-squad.ipynb">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a>

<br>

# About BERT

[BERT (Bidirectional Encoder Representations from Transformers)](https://arxiv.org/abs/1810.04805)
Expand Down

0 comments on commit aaf3b31

Please sign in to comment.