Model Trained Using AutoTrain

  • 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
45
Safetensors
Model size
125M params
Tensor type
F32
·
Inference Providers NEW
This model is not currently available via any of the supported third-party Inference Providers, and the model is not deployed on the HF Inference API.

Model tree for PhaseTechnologies/RoBERTo

Finetunes
1 model

Space using PhaseTechnologies/RoBERTo 1

Collection including PhaseTechnologies/RoBERTo