Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/sileod/tasknet
Browse files Browse the repository at this point in the history
  • Loading branch information
Damien Sileo committed May 21, 2024
2 parents 64c5723 + 805d68d commit 90ed81e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## tasknet : simple multi-task transformer fine-tuning with Trainer and HuggingFace datasets.
`tasknet` is an interface between Huggingface [datasets](https://huggingface.co/datasets) and Huggingface [Trainer](https://huggingface.co/docs/transformers/main_classes/trainer).
## tasknet : simple multi-task Trainer and HuggingFace datasets.
`tasknet` is an interface between Huggingface [datasets](https://huggingface.co/datasets) and Huggingface transformers [Trainer](https://huggingface.co/docs/transformers/main_classes/trainer).

Tasknet works with `transformers==4.34.1`.

## Task templates
`tasknet` relies on task templates to avoid boilerplate codes. The task templates correspond to Transformers AutoClasses:
Expand Down

0 comments on commit 90ed81e

Please sign in to comment.