yya518

Results 3 comments of yya518

I cannot re-produce the issue that you described. I got Neutral for both sentences. ``` finbert = BertForSequenceClassification.from_pretrained('yiyanghkust/finbert-tone',num_labels=3) tokenizer = BertTokenizer.from_pretrained('yiyanghkust/finbert-tone') nlp = pipeline("text-classification", model=finbert, tokenizer=tokenizer) results = nlp(['Thank you.',...

not sure what the pattern is. but other words like 'Varies' and 'gememe' also cause segmentation fault (core dumped) error. Is it just me?

you may already know the solution, but just saying, having addresses.to_list() solves the problem, as mentioned in previous issues #273.