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