Open mitthumeng opened 7 months ago
i download the bert to local and try to import with:
self.bert = BertModel4Mix.from_pretrained('./models/Bert/bert-base-uncased')
but its final top-1 accuray is ~37%
So it make me confused
i download the bert to local and try to import with:
self.bert = BertModel4Mix.from_pretrained('./models/Bert/bert-base-uncased')
but its final top-1 accuray is ~37% So it make me confused
Hello, I have solved the problem. Maybe the data in Yahoo Answers should be preprocessed.
wow,thank you, any reference code for preprocessing?
wow,thank you, any reference code for preprocessing?
https://github.com/SALT-NLP/MixText/blob/master/data/yahoo_answers_csv/Pre-process.ipynb
thank you, i will try. orz
I am trying to run vfl_framework.py based on the dataset Yahoo Answer. I have downloaded the Bert model 'bert-base-uncased' and saved it in models/transformers/. However, something is still wrong.