hajime9652 commited on
Commit
2e6b544
1 Parent(s): fca1a82

Update Readme

Browse files
Files changed (1) hide show
  1. README.md +8 -11
README.md CHANGED
@@ -6,8 +6,10 @@ tags:
6
  - xlnet
7
  - lm-head
8
  - causal-lm
9
- license:
 
10
  datasets:
 
11
  metrics:
12
  ---
13
 
@@ -17,8 +19,6 @@ metrics:
17
  This model require Mecab and senetencepiece with XLNetTokenizer.
18
  See details https://qiita.com/mkt3/items/4d0ae36f3f212aee8002
19
 
20
- ## Intended uses & limitations
21
-
22
  #### How to use
23
 
24
  ```python
@@ -51,14 +51,11 @@ class XLNet():
51
  ```
52
 
53
  #### Limitations and bias
 
54
 
55
- ## Training data
56
-
57
-
58
- ## Training procedure
59
-
60
- ## Eval results
61
 
62
- ###
 
 
63
  See this documents https://qiita.com/mkt3/items/4d0ae36f3f212aee8002
64
- published by https://github.com/mkt3
 
6
  - xlnet
7
  - lm-head
8
  - causal-lm
9
+ license:
10
+ - apache-2.0
11
  datasets:
12
+ - Japanese_Business_News
13
  metrics:
14
  ---
15
 
 
19
  This model require Mecab and senetencepiece with XLNetTokenizer.
20
  See details https://qiita.com/mkt3/items/4d0ae36f3f212aee8002
21
 
 
 
22
  #### How to use
23
 
24
  ```python
 
51
  ```
52
 
53
  #### Limitations and bias
54
+ This model's training use the Japanese Business News.
55
 
 
 
 
 
 
 
56
 
57
+ # Important matter
58
+ The company that created and published this model is called Stockmark.
59
+ This repository is for use by HuggingFace and not for infringement.
60
  See this documents https://qiita.com/mkt3/items/4d0ae36f3f212aee8002
61
+ published by https://github.com/mkt3