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

VMAE Hugging Face Transformer is not supported #43

Open
izakariyya opened this issue Sep 30, 2024 · 1 comment
Open

VMAE Hugging Face Transformer is not supported #43

izakariyya opened this issue Sep 30, 2024 · 1 comment

Comments

@izakariyya
Copy link

privacy_engine = PrivacyEngine(
File "/home/idris/.local/lib/python3.10/site-packages/private_transformers/privacy_engine.py", line 176, in init
raise ValueError(
ValueError: Model type <class 'transformers.models.videomae.modeling_videomae.VideoMAEForVideoClassification'> is not supported. Please file an issue if you want this model to be added.
Currently supported transformers are: (<class 'transformers.models.openai.modeling_openai.OpenAIGPTLMHeadModel'>, <class 'transformers.models.openai.modeling_openai.OpenAIGPTDoubleHeadsModel'>, <class 'transformers.models.gpt2.modeling_gpt2.GPT2LMHeadModel'>, <class 'transformers.models.gpt2.modeling_gpt2.GPT2DoubleHeadsModel'>, <class 'transformers.models.bert.modeling_bert.BertForSequenceClassification'>, <class 'transformers.models.roberta.modeling_roberta.RobertaForSequenceClassification'>, <class 'transformers.models.albert.modeling_albert.AlbertForSequenceClassification'>, <class 'transformers.models.bart.modeling_bart.BartForConditionalGeneration'>, <class 'transformers.models.t5.modeling_t5.T5ForConditionalGeneration'>, <class 'transformers.models.opt.modeling_opt.OPTForCausalLM'>, <class 'transformers.models.vit.modeling_vit.ViTForImageClassification'>, <class 'transformers.models.deit.modeling_deit.DeiTForImageClassification'>, <class 'transformers.models.beit.modeling_beit.BeitForImageClassification'>)"

@izakariyya
Copy link
Author

Please add this hugging face transformer model to the privacy engine.

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

No branches or pull requests

1 participant