Raul MC commited on
Commit ·
da598e8
1
Parent(s): 1217722
fix: Correct YAML metadata for HuggingFace validation
Browse files- Use 'en' for language (ISO 639-1 code)
- Use 'monolingual' for multilinguality (string format)
- Use official 'univariate-time-series-forecasting' task ID
- Fix validation errors and enable successful push
README.md
CHANGED
|
@@ -1,16 +1,14 @@
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
-
-
|
| 4 |
-
- julia
|
| 5 |
-
- rust
|
| 6 |
license: gpl-3.0
|
| 7 |
-
multilinguality:
|
| 8 |
size_categories:
|
| 9 |
- n<1K
|
| 10 |
task_categories:
|
| 11 |
- time-series-forecasting
|
| 12 |
task_ids:
|
| 13 |
-
- time-series-forecasting
|
| 14 |
pretty_name: Spikenaut SNN v2 - Fresh Blockchain Telemetry
|
| 15 |
description: Fresh Kaspa and Monero blockchain telemetry data with Julia-Rust hybrid training results for Spikenaut v2 spiking neural network.
|
| 16 |
tags:
|
|
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
+
- en
|
|
|
|
|
|
|
| 4 |
license: gpl-3.0
|
| 5 |
+
multilinguality: monolingual
|
| 6 |
size_categories:
|
| 7 |
- n<1K
|
| 8 |
task_categories:
|
| 9 |
- time-series-forecasting
|
| 10 |
task_ids:
|
| 11 |
+
- univariate-time-series-forecasting
|
| 12 |
pretty_name: Spikenaut SNN v2 - Fresh Blockchain Telemetry
|
| 13 |
description: Fresh Kaspa and Monero blockchain telemetry data with Julia-Rust hybrid training results for Spikenaut v2 spiking neural network.
|
| 14 |
tags:
|