How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-classification", model="KantoRegion/bert-test")
# Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification

tokenizer = AutoTokenizer.from_pretrained("KantoRegion/bert-test")
model = AutoModelForSequenceClassification.from_pretrained("KantoRegion/bert-test")
Quick Links

This model evaluates if character wants to send an image to user right now.

[input]

{user's text}
{character's text}

(two value should be separated with newline)

[output]

1: yes
0: no
Downloads last month
5
Safetensors
Model size
0.1B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support