How to use mofawzy/cstgan with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("mofawzy/cstgan") model = AutoModel.from_pretrained("mofawzy/cstgan")
No model card