Update readme
Browse files
README.md
CHANGED
@@ -1,3 +1,11 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
|
5 |
+
A BEiT-b/16 model fine-tuned for anime character classification on the [DAF:re dataset](https://arxiv.org/abs/2101.08674). Training code can be found [here](https://github.com/bwconrad/dafre).
|
6 |
+
|
7 |
+
## DAF:re Results
|
8 |
+
|
9 |
+
| Top-1 Val Acc | Top-5 Val Acc | Top-1 Test Acc| Top-5 Test Acc|
|
10 |
+
|:-------------:|:-------------:|:-------------:|:-------------:|
|
11 |
+
| 95.26 | 98.38 | 94.84 | 98.30 |
|