Monor commited on
Commit
d61d95a
1 Parent(s): 615ca18

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -22,7 +22,7 @@ TCMNER is a fine-tuned BERT model that is ready to use for Named Entity Recognit
22
 
23
  Specifically, this model is a TCMRoBERTa model, a fine-tuned model of RoBERTa for Traditional Chinese medicine, that was fine-tuned on the Chinese version of the [Haiwei AI Lab](https://www.haiweikexin.com/)'s Named Entity Recognition dataset.
24
 
25
- **Currently, TCMRoBERTa is just a closed source model for my own company and will be open source in the future.**
26
 
27
 
28
  # How to use
@@ -46,7 +46,7 @@ print(ner_results)
46
 
47
  ## Training data
48
 
49
- This model was fine-tuned on My own dataset.
50
 
51
  Abbreviation|Description
52
  -|-
@@ -55,7 +55,7 @@ B-方剂 |Beginning of a prescription entity right after another prescription en
55
  I-方剂 | Prescription entity
56
  B-本草 |Beginning of a herb entity right after another herb entity
57
  I-本草 |Herb entity
58
- B-来源 |Beginning of a soure of prescription right after another soure of prescription
59
  I-来源 |Source entity
60
  B-病名 |Beginning of a disease's name right after another disease's name
61
  I-病名 |Disease's name
@@ -79,9 +79,9 @@ I-证型 |Syndrome
79
  # Bonus
80
 
81
  All of our TCM domain models will be open-sourced soon, including:
82
- 1. pre-trained models
83
- 2. Named entity recognition
84
- 3. Text localization for ancient images
85
  4. OCR for ancient images
86
 
87
  And so on
 
22
 
23
  Specifically, this model is a TCMRoBERTa model, a fine-tuned model of RoBERTa for Traditional Chinese medicine, that was fine-tuned on the Chinese version of the [Haiwei AI Lab](https://www.haiweikexin.com/)'s Named Entity Recognition dataset.
24
 
25
+ **Currently, TCMRoBERTa is just a closed-source model for my own company and will be open-source in the future.**
26
 
27
 
28
  # How to use
 
46
 
47
  ## Training data
48
 
49
+ This model was fine-tuned on MY DATASET.
50
 
51
  Abbreviation|Description
52
  -|-
 
55
  I-方剂 | Prescription entity
56
  B-本草 |Beginning of a herb entity right after another herb entity
57
  I-本草 |Herb entity
58
+ B-来源 |Beginning of a source of prescription right after another source of prescription
59
  I-来源 |Source entity
60
  B-病名 |Beginning of a disease's name right after another disease's name
61
  I-病名 |Disease's name
 
79
  # Bonus
80
 
81
  All of our TCM domain models will be open-sourced soon, including:
82
+ 1. A series of pre-trained models
83
+ 2. Named entity recognition for TCM
84
+ 3. Text localization in ancient images
85
  4. OCR for ancient images
86
 
87
  And so on