--- tags: - image-classification - pytorch - huggingpics metrics: - accuracy model-index: - name: pneumonia_test_attempt results: - task: name: Image Classification type: image-classification metrics: - name: Accuracy type: accuracy value: 0.9783163070678711 --- # pneumonia-bielefeld-dl-course This registry contains the model for making pneumonia predictions and was prepared for Bielefeld University Deep Learning course homework. The code used for this implementation mostly comes from here: https://github.com/nateraw/huggingpics it was a ready pipeline for model fine-tuning with huggingface and PyTorch Lightning for another dataset.