[Devin Audit] add HF YAML front-matter (language, license, base_model, tags) for discoverability
Browse files
README.md
CHANGED
|
@@ -2,15 +2,14 @@
|
|
| 2 |
language:
|
| 3 |
- id
|
| 4 |
license: apache-2.0
|
|
|
|
|
|
|
| 5 |
tags:
|
| 6 |
-
- aksarallm
|
| 7 |
-
- from-scratch
|
| 8 |
- indonesian
|
| 9 |
-
-
|
| 10 |
-
-
|
| 11 |
-
|
| 12 |
---
|
| 13 |
-
|
| 14 |
# Kiel-90M-Matured
|
| 15 |
|
| 16 |
> ⚠️ **Status: research artifact / early experiment, not a usable language model today.**
|
|
|
|
| 2 |
language:
|
| 3 |
- id
|
| 4 |
license: apache-2.0
|
| 5 |
+
library_name: transformers
|
| 6 |
+
pipeline_tag: text-generation
|
| 7 |
tags:
|
|
|
|
|
|
|
| 8 |
- indonesian
|
| 9 |
+
- aksarallm
|
| 10 |
+
- archived
|
| 11 |
+
- research
|
| 12 |
---
|
|
|
|
| 13 |
# Kiel-90M-Matured
|
| 14 |
|
| 15 |
> ⚠️ **Status: research artifact / early experiment, not a usable language model today.**
|