CoolFace
Modelpublic

DreamingRabbit/CPGen-difficulty-classification

sourceHugging Faceapache-2.0updated 9mo agoView on Hugging Face
0likes10downloads
Model Card

My 400M Model

This is a 400M-parameter model trained for my bachelors thesis.

Usage

python
from transformers import AutoModel, AutoTokenizer

tokenizer = AutoTokenizer.from_pretrained("yourname/my-400m-model")
model = AutoModel.from_pretrained("yourname/my-400m-model")