Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
tags: [Danish, BPE Tokenization,
|
4 |
---
|
5 |
|
6 |
-
### DA-BPE-
|
7 |
|
8 |
-
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
tags: [Danish, BPE Tokenization, LLaMA]
|
4 |
---
|
5 |
|
6 |
+
### DA-BPE-LLAMA3.2
|
7 |
|
8 |
+
Built on the LLaMA-3.2 architecture, this model uses a standard Byte-Pair-Encoding (BPE) tokenizer optimized for Danish. It serves as a baseline for evaluating the performance of subword tokenization.
|