Skip to content

SoaresAlisson/TransformeRs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

TransformeRs

Some implementations of Transformers/Bert in R, mainly in Portuguese language.

At the moment, there is only one implementation:

1) bert-restore-punctuation-ptbr

The bert-restore-punctuation-ptbr_in_R is a script in R to use the transformer/BERT model from huggingface bert-restore-punctuation-ptbr that restore punctuation and case. For example:

henrique foi no lago pescar com o pedro mais tarde foram para a casa do pedro fritar os peixes

Using bert-restore-punctuation-ptbr is turned into:

Henrique foi no lago pescar com o Pedro. Mais tarde, foram para a casa do Pedro fritar os peixes.

Because it is in huggingface, is also possible to test the model direct in site (look at the "Hosted inference API")

Soon a vignette on how to use it will be posted.

About

Some implementations of Transformers/Bert in R

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages