Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Thilina Rajapakse committed Nov 9, 2020
1 parent 4728073 commit 77da311
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- Added LayoutLM for Classification.
- Added MBart. [Zhylkaaa](https://github.com/Zhylkaaa)
- Added BERTweet for NER. [@manueltonneau](https://github.com/manueltonneau)
- Added Longformer for Multilabel Classification. [@manueltonneau](https://github.com/manueltonneau)

### Fixed

Expand Down
4 changes: 2 additions & 2 deletions docs/_docs/04-classification-specifics.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Classification Specifics
permalink: /docs/classification-specifics/
excerpt: "Specific notes for text classification tasks."
last_modified_at: 2020/11/09 18:23:19
last_modified_at: 2020/11/09 19:05:24
toc: true
---

Expand Down Expand Up @@ -43,7 +43,7 @@ New model types are regularly added to the library. Text classification tasks cu
| ELECTRA | electra |
| FlauBERT | flaubert |
| *LayoutLM | layoutlm |
| *Longformer | longformer |
| Longformer | longformer |
| *MobileBERT | mobilebert |
| XLM | xlm |
| XLM-RoBERTa | xlmroberta |
Expand Down
3 changes: 2 additions & 1 deletion docs/_docs/12-ner-specifics.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Named Entitty Recognition Specifics
permalink: /docs/ner-specifics/
excerpt: "Specific notes for Named Entity Recognition tasks."
last_modified_at: 2020/09/26 13:30:27
last_modified_at: 2020/11/09 19:05:11
toc: true
---

Expand All @@ -26,6 +26,7 @@ New model types are regularly added to the library. Named Entity Recognition tas
| Model | Model code for `NERModel` |
| ----------- | ------------------------- |
| BERT | bert |
| BERTweet | bertweet |
| CamemBERT | camembert |
| RoBERTa | roberta |
| DistilBERT | distilbert |
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="simpletransformers",
version="0.48.15",
version="0.49.0",
author="Thilina Rajapakse",
author_email="chaturangarajapakshe@gmail.com",
description="An easy-to-use wrapper library for the Transformers library.",
Expand Down

0 comments on commit 77da311

Please sign in to comment.