File size: 459 Bytes
f179411 6853dfe |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
---
license: mit
---
## Local Attention Bias
The "models" folder can be found in "Files and versions".
The content of the "models" directory is described here:
```
models
│ bert-base-uncased_tsm_False_fix_False.pt # GAB
│ bert-base-uncased_tsm_True_fix_False.pt # GAB+LAB
│ bert-base-uncased_tsm_True_fix_True.pt # GAB+LAB+Gaze
│
└───gaze_model
│ bert-base-uncased_gaze.pt # Gaze Model trained on fixation data.
```
|