[Devin Audit] add HF YAML front-matter (language, license, base_model, tags) for discoverability
Browse files
README.md
CHANGED
|
@@ -1,18 +1,16 @@
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
- id
|
| 4 |
-
- en
|
| 5 |
license: apache-2.0
|
|
|
|
|
|
|
| 6 |
tags:
|
| 7 |
-
- aksarallm
|
| 8 |
- indonesian
|
|
|
|
| 9 |
- llama
|
| 10 |
-
- from-scratch
|
| 11 |
-
-
|
| 12 |
-
pipeline_tag: text-generation
|
| 13 |
-
library_name: transformers
|
| 14 |
---
|
| 15 |
-
|
| 16 |
# aksarallm-1.5b-native
|
| 17 |
|
| 18 |
The first **fully from-scratch** AksaraLLM 1.5B model (2.04B actual params),
|
|
|
|
| 1 |
---
|
| 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 |
- llama
|
| 11 |
+
- pretrained-from-scratch
|
| 12 |
+
- experimental
|
|
|
|
|
|
|
| 13 |
---
|
|
|
|
| 14 |
# aksarallm-1.5b-native
|
| 15 |
|
| 16 |
The first **fully from-scratch** AksaraLLM 1.5B model (2.04B actual params),
|