Neural-Semi-Supervised-Learning-for-Text-Classification
Neural-Semi-Supervised-Learning-for-Text-Classification copied to clipboard
class definition is missed
here code from metrics.classification import MaskedAccuracy in tasks/roberta_lm/trainer.py
cannot match to definition.
You need to add the MaskedAccuracy class from this issue to the metrics/classification.py file.