How to use beingamanforever/ICM with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="beingamanforever/ICM")
# Load model directly from transformers import AutoTokenizer, TaskClassifier tokenizer = AutoTokenizer.from_pretrained("beingamanforever/ICM") model = TaskClassifier.from_pretrained("beingamanforever/ICM")
The community tab is the place to discuss and collaborate with the HF community!