Skip to content

First attempts to utilize s4tf framework for solving text-classification problem using a pretrained fastai model

License

Notifications You must be signed in to change notification settings

zeionara/fastai-text-classification

Repository files navigation

Fastai text classification

Possible usage:

( \
START_TIME=$SECONDS && \
swift build &&
.build/debug/fastai-text-classification \
    --dataset-key data \
    --min-lm-epochs 2 \
    --max-lm-epochs 7 \
    --min-classifier-epochs 5 \
    --max-classifier-epochs 10 \
    --max-unfrozen-layers 5 \
&& echo "Finished in $((SECONDS - START_TIME)) seconds" \
) |& tee log.txt

About

First attempts to utilize s4tf framework for solving text-classification problem using a pretrained fastai model

Resources

License

Stars

Watchers

Forks

Packages

No packages published