Update README.md
Browse files
README.md
CHANGED
|
@@ -28,3 +28,11 @@ predicted_class_idx = logits.argmax(-1).item()
|
|
| 28 |
id2label = {0: "invoice", 1: "receipt"}
|
| 29 |
print(id2label[predicted_class_idx])
|
| 30 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
id2label = {0: "invoice", 1: "receipt"}
|
| 29 |
print(id2label[predicted_class_idx])
|
| 30 |
```
|
| 31 |
+
|
| 32 |
+
---
|
| 33 |
+
language:
|
| 34 |
+
- code
|
| 35 |
+
license: "other"
|
| 36 |
+
datasets:
|
| 37 |
+
- Custom dataset
|
| 38 |
+
---
|