Sefika's picture
Upload README.md with huggingface_hub
d5e4e9f verified

My Model

This is my model card.

## Usage
```python
from transformers import AutoModel, AutoTokenizer
tokenizer = AutoTokenizer.from_pretrained("Sefika/adversarialExamples-ParsevalNetworks")
model = AutoModel.from_pretrained("Sefika/adversarialExamples-ParsevalNetworks")