| # Token Importance Classifier | |
| Trained with F1: 0.9222, Accuracy: 0.8664 | |
| ## Usage | |
| ```python | |
| import torch | |
| checkpoint = torch.load('selector.pt') | |
| model.load_state_dict(checkpoint['model_state_dict']) | |
| ``` | |
| # Token Importance Classifier | |
| Trained with F1: 0.9222, Accuracy: 0.8664 | |
| ## Usage | |
| ```python | |
| import torch | |
| checkpoint = torch.load('selector.pt') | |
| model.load_state_dict(checkpoint['model_state_dict']) | |
| ``` | |