Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -11,6 +11,11 @@ license: apache-2.0
|
|
| 11 |
|
| 12 |
Brain-Computer Interface model for translating EEG signals to text.
|
| 13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
## Usage
|
| 15 |
```python
|
| 16 |
from huggingface_hub import hf_hub_download
|
|
|
|
| 11 |
|
| 12 |
Brain-Computer Interface model for translating EEG signals to text.
|
| 13 |
|
| 14 |
+
## Model Details
|
| 15 |
+
- Architecture: RawNet (Multi-scale Conv1D + Transformer)
|
| 16 |
+
- Best Validation Loss: 0.6647
|
| 17 |
+
- Parameters: 33,956,593
|
| 18 |
+
|
| 19 |
## Usage
|
| 20 |
```python
|
| 21 |
from huggingface_hub import hf_hub_download
|