My First Deep Learning Model
This is a model I uploaded for a university assignment (Deep Learning Practice).
The base model is prajjwal1/bert-tiny.
Usage
To use this model with transformers, run the following code:
from transformers import AutoModel, AutoTokenizer
# YourUsernameの部分は、あなたのHugging Faceユーザー名に置き換えてください
tokenizer = AutoTokenizer.from_pretrained("tomkolk/my-first-deep-learning-model")
model = AutoModel.from_pretrained("tomkolk/my-first-deep-learning-model")
- Downloads last month
- 8
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support