FluxML / FastAI.jl

Repository of best practices for deep learning in Julia, inspired by fastai
https://fluxml.ai/FastAI.jl
MIT License
585 stars 51 forks source link

Start `TextClassificationSingle` task #242

Closed Chandu-4444 closed 2 years ago

Chandu-4444 commented 2 years ago

A PR to check up on my TextClassificationTask implementation. Currently it only contains OneHot, but I'll eventually add up the text-specific Encodings.

Chandu-4444 commented 2 years ago

Updated in #245 .