How to use mcptester0606/MyAwesomeModel-TestRepo-0df24eae with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="mcptester0606/MyAwesomeModel-TestRepo-0df24eae")
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("mcptester0606/MyAwesomeModel-TestRepo-0df24eae") model = AutoModel.from_pretrained("mcptester0606/MyAwesomeModel-TestRepo-0df24eae")
The community tab is the place to discuss and collaborate with the HF community!