hironow commited on
Commit
9d2eeb0
1 Parent(s): 699b37d

update model card

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -1,9 +1,10 @@
1
  ---
2
- license: cc-by-sa-4.0
3
- ---
4
- ---
5
- license: cc-by-sa-4.0
6
  ---
 
7
  # v4からの修正点
8
  数字を全て一桁区切りに。
9
 
@@ -89,4 +90,4 @@ print(len(test_tokenizer))
89
 
90
  # all subwords in vocab
91
  print(test_tokenizer.get_vocab())
92
- ```
 
1
  ---
2
+ license: apache-2.0
3
+ language:
4
+ - ja
5
+ - en
6
  ---
7
+
8
  # v4からの修正点
9
  数字を全て一桁区切りに。
10
 
 
90
 
91
  # all subwords in vocab
92
  print(test_tokenizer.get_vocab())
93
+ ```