chengchingwen / Transformers.jl

Julia Implementation of Transformer models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve documentation and take inspiration from python package

AbhimanyuAryan opened this issue · comments

Peter any recommendations on things you want me to add in documentation? I am planning to improve documentation for this package. Mostly take my knowledge from Python package and add stuff :)

What about a section for people from the Python world? Or anything you found that is missing or unclear in the current document.

What about a section for people from the Python world? Or anything you found that is missing or unclear in the current document.

sounds like a good plan. I'll start adding that

@chengchingwen do we also have a binding for datasets in Julia: https://pypi.org/project/datasets/

I think I found it: https://github.com/JuliaGenAI/HuggingFaceDatasets.jl too dumb of me to not do a simple google search

Make sure you add a warning in the doc that HuggingFaceDatasets.jl would run Python under the hood

currently I am writing a tutorial on retraining bert for text classification here: AbhimanyuAryan@de3e9a3