Yokohide031 commited on
Commit
5b9c9fd
1 Parent(s): d454f7c
Files changed (5) hide show
  1. README.md +17 -3
  2. config.json +20 -0
  3. rust_model.ot +3 -0
  4. tokenizer_config.json +8 -0
  5. vocab.txt +0 -0
README.md CHANGED
@@ -1,3 +1,17 @@
1
- ---
2
- license: cc-by-sa-3.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: ja
3
+ license: cc-by-sa-4.0
4
+ datasets:
5
+ - wikipedia
6
+ widget:
7
+ - text: 東北大学で[MASK]の研究をしています。
8
+ ---
9
+
10
+ # What is this model?
11
+ - 東北大学のBERT large JapaneseをRustで使える様に変換
12
+ - [cl-tohoku/bert-large-japanese](https://huggingface.co/cl-tohoku/bert-large-japanese)
13
+
14
+ ## Licenses
15
+
16
+ The pretrained models are distributed under the terms of the [Creative Commons Attribution-ShareAlike 3.0](https://creativecommons.org/licenses/by-sa/3.0/).
17
+
config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BertForMaskedLM"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "hidden_act": "gelu",
7
+ "hidden_dropout_prob": 0.1,
8
+ "hidden_size": 1024,
9
+ "initializer_range": 0.02,
10
+ "intermediate_size": 4096,
11
+ "layer_norm_eps": 1e-12,
12
+ "max_position_embeddings": 512,
13
+ "model_type": "bert",
14
+ "num_attention_heads": 16,
15
+ "num_hidden_layers": 24,
16
+ "pad_token_id": 0,
17
+ "tokenizer_class": "BertJapaneseTokenizer",
18
+ "type_vocab_size": 2,
19
+ "vocab_size": 32768
20
+ }
rust_model.ot ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2781ffd6e814a654770c3e6648b0a69ee17bd500a77bc36fd904544027dd6b1
3
+ size 1488590140
tokenizer_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_lower_case": false,
3
+ "word_tokenizer_type": "mecab",
4
+ "subword_tokenizer_type": "wordpiece",
5
+ "mecab_kwargs": {
6
+ "mecab_dic": "unidic_lite"
7
+ }
8
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff