Angelakeke commited on
Commit
caf6a8b
·
verified ·
1 Parent(s): 9345a63

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -4
README.md CHANGED
@@ -30,7 +30,6 @@ in medical radiology reports.
30
  <details>
31
  <summary> Click to expand the usage of this model. </summary>
32
  <pre><code>
33
-
34
  from transformers import AutoTokenizer, AutoModelForTokenClassification
35
  import torch
36
  def post_process(tokenized_text, predicted_entities, tokenizer):
@@ -122,9 +121,6 @@ save_pair = run_ner(texts, idx2label, tokenizer, model, device)
122
 
123
  </details>
124
 
125
- ```python
126
-
127
- ```
128
 
129
  ## Author
130
 
 
30
  <details>
31
  <summary> Click to expand the usage of this model. </summary>
32
  <pre><code>
 
33
  from transformers import AutoTokenizer, AutoModelForTokenClassification
34
  import torch
35
  def post_process(tokenized_text, predicted_entities, tokenizer):
 
121
 
122
  </details>
123
 
 
 
 
124
 
125
  ## Author
126