Skip to content

Commit

Permalink
Update build status path to GitHub Actions and remove Travis config.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 317665460
  • Loading branch information
adarob authored and t5-copybara committed Jun 22, 2020
1 parent b6d60ad commit f800320
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 45 deletions.
35 changes: 0 additions & 35 deletions .github/workflows/build.yml

This file was deleted.

9 changes: 0 additions & 9 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# T5: Text-To-Text Transfer Transformer

[![Build Status](https://travis-ci.org/google-research/text-to-text-transfer-transformer.svg?branch=master)](https://travis-ci.org/google-research/text-to-text-transfer-transformer)
[![Build Status](https://github.com/google-research/text-to-text-transfer-transformer/workflows/build/badge.svg)](https://github.com/google-research/text-to-text-transfer-transformer/actions?query=workflow%3Abuild)

T5 serves primarily as code for reproducing the experiments in [_Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer_][paper]. In the paper, we demonstrate how to achieve state-of-the-art results on multiple NLP tasks using a text-to-text transformer pre-trained on a large text corpus.

Expand Down

0 comments on commit f800320

Please sign in to comment.