Skip to content

Commit

Permalink
fix: imports in __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioschneider committed Apr 19, 2022
1 parent 75ea27a commit 5391597
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@

A PyTorch implementation of <a href="https://aclanthology.org/2020.acl-main.197.pdf">SMART</a>, a regularization technique to better fine-tune pretrained language models.

## Install

```bash
$ pip install smart-pytorch
```

## Usage


## Citations

```bibtex
Expand Down
1 change: 1 addition & 0 deletions smart_pytorch/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from smart_pytorch.smart_pytorch import SMARTLoss

0 comments on commit 5391597

Please sign in to comment.