-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add notebook text classification (#88)
* wip * added guide and notebook * Update docs/source/tutorials/fine_tune_bert.mdx Co-authored-by: Michael Benayoun <mickbenayoun@gmail.com> * Update docs/source/tutorials/fine_tune_bert.mdx Co-authored-by: Michael Benayoun <mickbenayoun@gmail.com> * Update notebooks/README.md Co-authored-by: Michael Benayoun <mickbenayoun@gmail.com> * Update notebooks/text-classification/scripts/train.py Co-authored-by: Michael Benayoun <mickbenayoun@gmail.com> * Update notebooks/text-classification/scripts/train.py Co-authored-by: Michael Benayoun <mickbenayoun@gmail.com> --------- Co-authored-by: Michael Benayoun <mickbenayoun@gmail.com>
- Loading branch information
1 parent
1fa29a6
commit 872a38e
Showing
4 changed files
with
683 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Notebooks | ||
|
||
| Notebook | Task | Model Architectures | | ||
| ------------------------------------------------------------------------------------------------------- | ------------------- | ------------------------------------------------------------------ | | ||
| [Getting started with AWS Trainium and Hugging Face Transformers](./text-classification/notebook.ipynb) | text-classification | BERT, RoBERTa, DistilBERT, XLM-RoBERTa, ALBERT, Electra, CamemBERT | |
Oops, something went wrong.