huihuipiaomiao
Results
2
issues of
huihuipiaomiao
import sys sys.path.append('/path/TinyBERT/') from transformer import modeling model = modeling.TinyBertForSequenceClassification.from_pretrained('/path/chinese-roberta-wwm-ext', num_labels=num_labels) class Encoding(utils.Enum): AttributeError: module 'cryptography.utils' has no attribute 'Enum'
Thanks. For question answering, would you like to share the data processing process and the code for fine-tuning and inference of the QA pairs?