imvladikon commited on
Commit
21f6429
1 Parent(s): 58726e0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -51,7 +51,7 @@ for sample in ds["train"]:
51
  ds = load_dataset('imvladikon/nemo_corpus', "nested")
52
  ```
53
 
54
- Getting classes and encoding/decoding could be done like through
55
  ```
56
  idx2label = dataset["train"].features["ner_tags"].feature.int2str
57
  label2idx = dataset["train"].features["ner_tags"].feature.str2int
 
51
  ds = load_dataset('imvladikon/nemo_corpus', "nested")
52
  ```
53
 
54
+ Getting classes and encoding/decoding could be done through
55
  ```
56
  idx2label = dataset["train"].features["ner_tags"].feature.int2str
57
  label2idx = dataset["train"].features["ner_tags"].feature.str2int