auhide commited on
Commit
b93da0f
1 Parent(s): 140806b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -13,6 +13,14 @@ metrics:
13
  Fine-tuned on a Bulgarian subset of [wikiann](https://huggingface.co/datasets/wikiann).
14
 
15
  ## Usage
 
 
 
 
 
 
 
 
16
  Firstly, you'll have to define these methods, since we are using a subword Tokenizer:
17
  ```python
18
  def predict(
 
13
  Fine-tuned on a Bulgarian subset of [wikiann](https://huggingface.co/datasets/wikiann).
14
 
15
  ## Usage
16
+ Import the libraries:
17
+ ```python
18
+ from typing import List
19
+
20
+ import torch
21
+ from transformers import AutoModelForTokenClassification, AutoTokenizer
22
+ ```
23
+
24
  Firstly, you'll have to define these methods, since we are using a subword Tokenizer:
25
  ```python
26
  def predict(