stefan-it commited on
Commit
1ba06fa
1 Parent(s): 99f7dc0

readme: add language metadata

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -1,6 +1,8 @@
1
  ---
2
  license: cc-by-4.0
3
  base_model: benjamin/wtp-canine-s-12l
 
 
4
  ---
5
 
6
  # Where's the Point? A `wtpsplit` model for Historical German
@@ -19,4 +21,4 @@ The following snippet shows how to use this model:
19
  from wtpsplit import WtP
20
 
21
  model.split("Das ist einer schöner Tag... Wie geht es dir?", lang_code="de", style="digibok")
22
- ```
 
1
  ---
2
  license: cc-by-4.0
3
  base_model: benjamin/wtp-canine-s-12l
4
+ language:
5
+ - de
6
  ---
7
 
8
  # Where's the Point? A `wtpsplit` model for Historical German
 
21
  from wtpsplit import WtP
22
 
23
  model.split("Das ist einer schöner Tag... Wie geht es dir?", lang_code="de", style="digibok")
24
+ ```