AMarinic92 / 4560-IA-Accessibility-Checker

GNU Affero General Public License v3.0
0 stars 0 forks source link

Fine tune pipelines. #40

Open AMarinic92 opened 3 months ago

AMarinic92 commented 3 months ago

Look into and attempt some pipeline fine tuning

AMarinic92 commented 3 months ago

https://huggingface.co/docs/transformers/training "theres part of it thats pytorch at the start, but then it talks about tensor flow" - @RozenNoureev

AMarinic92 commented 3 months ago

https://huggingface.co/docs/transformers/en/training#train-a-tensorflow-model-with-keras This section shows how we would load our pretrained model and then retrain it (model.fit -> need several steps before we can fit it though)