File size: 203 Bytes
34e4e96
 
91d6bb6
34e4e96
 
 
 
 
4bafda2
34e4e96
1
2
3
4
5
6
7
8
9
10
11
# 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'])
```