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