Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# UANN Model
|
| 2 |
|
| 3 |
## Model Description
|
|
@@ -20,4 +36,4 @@ sensor_input = torch.randn(1, 10)
|
|
| 20 |
|
| 21 |
# Forward pass
|
| 22 |
output = model(vision_input, audio_input, sensor_input)
|
| 23 |
-
print(output)
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
datasets:
|
| 4 |
+
- uoft-cs/cifar10
|
| 5 |
+
- openslr/librispeech_asr
|
| 6 |
+
- udayl/UCI_HAR
|
| 7 |
+
language:
|
| 8 |
+
- en
|
| 9 |
+
metrics:
|
| 10 |
+
- bertscore
|
| 11 |
+
- accuracy
|
| 12 |
+
library_name: adapter-transformers
|
| 13 |
+
tags:
|
| 14 |
+
- code
|
| 15 |
+
- medical
|
| 16 |
+
---
|
| 17 |
# UANN Model
|
| 18 |
|
| 19 |
## Model Description
|
|
|
|
| 36 |
|
| 37 |
# Forward pass
|
| 38 |
output = model(vision_input, audio_input, sensor_input)
|
| 39 |
+
print(output)
|