Update README.md
Browse files
README.md
CHANGED
@@ -4,11 +4,13 @@ tags:
|
|
4 |
- language-model
|
5 |
- coherence
|
6 |
license: mit
|
|
|
|
|
7 |
---
|
8 |
|
9 |
-
# babybabellm-mono-
|
10 |
|
11 |
-
This repository contains checkpoints for the **mono-
|
12 |
|
13 |
## Files
|
14 |
- `*_15_16.bin` – main model weights
|
@@ -22,7 +24,7 @@ This repository contains checkpoints for the **mono-deu** variant of **BabyBabeL
|
|
22 |
```python
|
23 |
from transformers import AutoModel, AutoTokenizer
|
24 |
|
25 |
-
repo = "suchirsalhan/babybabellm-mono-
|
26 |
|
27 |
tokenizer = AutoTokenizer.from_pretrained(repo)
|
28 |
model = AutoModel.from_pretrained(repo)
|
@@ -33,4 +35,4 @@ outputs = model(**inputs)
|
|
33 |
|
34 |
## Notes
|
35 |
- These are research checkpoints trained on BabyLM-style data.
|
36 |
-
- Model naming: `mono-
|
|
|
4 |
- language-model
|
5 |
- coherence
|
6 |
license: mit
|
7 |
+
language:
|
8 |
+
- uk
|
9 |
---
|
10 |
|
11 |
+
# babybabellm-mono-ukr
|
12 |
|
13 |
+
This repository contains checkpoints for the **mono-ukr** variant of **BabyBabeLLM**.
|
14 |
|
15 |
## Files
|
16 |
- `*_15_16.bin` – main model weights
|
|
|
24 |
```python
|
25 |
from transformers import AutoModel, AutoTokenizer
|
26 |
|
27 |
+
repo = "suchirsalhan/babybabellm-mono-ukr"
|
28 |
|
29 |
tokenizer = AutoTokenizer.from_pretrained(repo)
|
30 |
model = AutoModel.from_pretrained(repo)
|
|
|
35 |
|
36 |
## Notes
|
37 |
- These are research checkpoints trained on BabyLM-style data.
|
38 |
+
- Model naming: `mono-ukr` indicates the language/config variant.
|