Downloads · 30 days
0
Sefika/task1_tacred
task1_tacred is a machine learning model from Sefika. Use it for the machine learning task on the model card, and read the license before you ship it in a product.
Downloads · 30 days
0
Access
Public
Updated Nov 23, 2025
Repo size
316 MB
Likes
0
Public
Click a slice to open those files.
.zip316 MB · 100%
From the Hugging Face model README
This is my model card.
## Usage
```python
from transformers import AutoModel, AutoTokenizer
tokenizer = AutoTokenizer.from_pretrained("Sefika/task1_tacred")
model = AutoModel.from_pretrained("Sefika/task1_tacred")