Downloads · 30 days
4
22% of all-time downloads
Sefika/semeval_split_2
semeval_split_2 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
4
22% of all-time downloads
All-time downloads
18
Public
Parameters
250M
340 MB on disk
Likes
0
Public
Click a slice to open those files.
.safetensors340 MB · 100%
How the weights are stored.
U8160M · 64%
From the Hugging Face model README
This is my model card.
## Usage
```python
from transformers import AutoModel, AutoTokenizer
tokenizer = AutoTokenizer.from_pretrained("Sefika/semeval_split_2")
model = AutoModel.from_pretrained("Sefika/semeval_split_2")