GraphMatcher / README.md
Sefika's picture
Upload README.md with huggingface_hub
0473516 verified

My Model

This is my model card.

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