Skip to content

Commit

Permalink
Merge pull request #17 from prajjwal1/meta
Browse files Browse the repository at this point in the history
add codecov badge
  • Loading branch information
prajjwal1 authored Aug 4, 2020
2 parents c5a6d05 + f5197ae commit b480001
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<a href="https://github.com/prajjwal1/fluence/actions"><img alt="Build Status" src="https://github.com/prajjwal1/fluence/workflows/build/badge.svg" /></a>
<a href="https://github.com/prajjwal1/fluence/releases"><img alt="Latest Release" src="https://img.shields.io/pypi/v/fluence"/></a>
<a href="https://github.com/prajjwal1/fluence/blob/master/LICENSE"><img alt="Apache" src="https://img.shields.io/github/license/prajjwal1/fluence" /></a>

<a href="https://codecov.io/gh/prajjwal1/fluence"><img src="https://codecov.io/gh/prajjwal1/fluence/branch/master/graph/badge.svg" /></a>
-------------------------------------------------------------------------------

Fluence is a Pytorch based deep learning library focussed on providing computationally efficient, low resource methods and algorithms for NLP. Although the main focus is to provide support with transformers for NLP tasks, it can be extended with other domains and architectures as well. Currently in pre-alpha stage.
Expand Down Expand Up @@ -35,12 +35,12 @@ Fluence is targeted towards two main goals:
It is as straightforward to use as HF Transformers, and fully integrates with Pytorch.

## Installing
For stable (recommended) version:
For stable version:
```bash
pip3 install --user fluence
```

For development version:
For development version (recommended):
```bash
git clone https://github.com/prajjwal1/fluence
cd fluence
Expand Down

0 comments on commit b480001

Please sign in to comment.