RoBERTo

  • Problem type: Text Classification

Inference

You can use the following Python code to perform inference with this model using the transformers library:

from transformers import pipeline

# Load the model
classifier = pipeline("text-classification", model="Phase-Technologies/RoBERTo")

# Perform inference
text = "Phase Technologies is a company"
result = classifier(text)

print(result)

Use through Google Colab

https://colab.research.google.com/drive/1wxfY0lWPRRYhj6oklj-p9mw5HcSFWXCL?usp=sharing

Downloads last month
24
Safetensors
Model size
125M params
Tensor type
F32
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ 4 Ask for provider support

Model tree for Phase-AI/RoBERTo

Finetunes
1 model

Space using Phase-AI/RoBERTo 1

Collection including Phase-AI/RoBERTo