Text Classification
Transformers
TensorBoard
Safetensors
camembert
Generated from Trainer
text-embeddings-inference
Instructions to use Katkatkuu/ESG_Sentiment_Prediction with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Katkatkuu/ESG_Sentiment_Prediction with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Katkatkuu/ESG_Sentiment_Prediction")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Katkatkuu/ESG_Sentiment_Prediction") model = AutoModelForSequenceClassification.from_pretrained("Katkatkuu/ESG_Sentiment_Prediction", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
6b504b2 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:602b6cd09c8133a4b0157126ad4c9a8593fb46b3594835f65f11630ee2e4e588
size 4728
|