Update README.md
Browse files
README.md
CHANGED
@@ -3,6 +3,7 @@ datasets:
|
|
3 |
- togethercomputer/RedPajama-Data-V2
|
4 |
language:
|
5 |
- de
|
|
|
6 |
---
|
7 |
|
8 |
# German Tinyllama-120M
|
@@ -16,9 +17,9 @@ the [Tinyllama](https://github.com/jzhang38/TinyLlama) codebase on the German po
|
|
16 |
```python
|
17 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
18 |
|
19 |
-
model = AutoModelForCausalLM.from_pretrained("LSX-UniWue/
|
20 |
|
21 |
-
tokenizer = AutoTokenizer.from_pretrained("LSX-UniWue/
|
22 |
```
|
23 |
|
24 |
|
@@ -31,7 +32,4 @@ We evaluated our model on the [SuperGLEBer](https://lsx-uniwue.github.io/SuperGL
|
|
31 |
| Classification | DB Aspect | micro F1 | 0.517 |
|
32 |
| Sequence Tagging | NER Europarl | micro F1 | 0.538 |
|
33 |
| Sentence Similarity | Pawsx | Pearson | 0.489 |
|
34 |
-
| Question Answering | MLQA | F1 | 0.846 |
|
35 |
-
|
36 |
-
|
37 |
-
|
|
|
3 |
- togethercomputer/RedPajama-Data-V2
|
4 |
language:
|
5 |
- de
|
6 |
+
pipeline_tag: text-generation
|
7 |
---
|
8 |
|
9 |
# German Tinyllama-120M
|
|
|
17 |
```python
|
18 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
19 |
|
20 |
+
model = AutoModelForCausalLM.from_pretrained("LSX-UniWue/llamchen_120m")
|
21 |
|
22 |
+
tokenizer = AutoTokenizer.from_pretrained("LSX-UniWue/llamchen_120m")
|
23 |
```
|
24 |
|
25 |
|
|
|
32 |
| Classification | DB Aspect | micro F1 | 0.517 |
|
33 |
| Sequence Tagging | NER Europarl | micro F1 | 0.538 |
|
34 |
| Sentence Similarity | Pawsx | Pearson | 0.489 |
|
35 |
+
| Question Answering | MLQA | F1 | 0.846 |
|
|
|
|
|
|