SiyaoZheng
Results
1
issues of
SiyaoZheng
model_name="vicgalle/xlm-roberta-large-xnli-anli" tokenizer = AutoTokenizer.from_pretrained(model_name) model = AutoModelForSequenceClassification.from_pretrained(model_name) IndexError Traceback (most recent call last) in 3 zero_shot_explainer = ZeroShotClassificationExplainer(model, tokenizer) 4 ----> 5 word_attributions = zero_shot_explainer( 6 "国家中国美国", 7 labels =...