Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Core structure updates: image and text featurizer #172

Draft
wants to merge 17 commits into
base: master
Choose a base branch
from

Conversation

zzachw
Copy link
Collaborator

@zzachw zzachw commented Jun 14, 2023

Core structure updates to support image and text data. I will elaborate more on the changes in tonight's meeting.

Framework:

  • Re-design base and sample dataset to handle multi-modality data
  • Change the task from a function to a class to store more information
  • Add featurizers for image and value

Dataset and task:

  • Add Covid19 CXR dataset and task (image classification)
  • Add Medical Transcriptions dataset and task (text classification)

Model:

  • Add ResNet model for image
  • Add supports for models from hugging face's transformers library.

Note:
PR is not finished yet. I will need to add more comments and documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants