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