cbdb commited on
Commit
d110207
1 Parent(s): 6edcc8c

Edited README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -1,7 +1,12 @@
1
  ---
2
- language: en
 
3
  tags:
4
  - SequenceClassification
 
 
 
 
5
  license: mit
6
  ---
7
 
@@ -9,7 +14,7 @@ license: mit
9
 
10
  This BertForSequenceClassification Classical Chinese model is intended to predict whether a Classical Chinese sentence is a letter title (书信标题) or not. This model is first inherited from the BERT base Chinese model (MLM), and finetuned using a large corpus of Classical Chinese language (3GB textual dataset), then concatenated with the BertForSequenceClassification architecture to perform a binary classification task.
11
 
12
- ### Labels: 0 = non-letter, 1 = letter
13
 
14
  ## Model description
15
 
 
1
  ---
2
+ language:
3
+ - zh
4
  tags:
5
  - SequenceClassification
6
+ - 古文
7
+ - 文言文
8
+ - ancient
9
+ - classical
10
  license: mit
11
  ---
12
 
 
14
 
15
  This BertForSequenceClassification Classical Chinese model is intended to predict whether a Classical Chinese sentence is a letter title (书信标题) or not. This model is first inherited from the BERT base Chinese model (MLM), and finetuned using a large corpus of Classical Chinese language (3GB textual dataset), then concatenated with the BertForSequenceClassification architecture to perform a binary classification task.
16
 
17
+ #### Labels: 0 = non-letter, 1 = letter
18
 
19
  ## Model description
20