israelcamp commited on
Commit
eceaf2d
1 Parent(s): f001eb4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -9,7 +9,7 @@ license: mit
9
  # DeBERTinha XSmall for NER
10
 
11
 
12
- ## Full classification example - Work In Progress
13
 
14
  ```python
15
  from transformers import AutoModelForTokenClassification, AutoTokenizer, AutoConfig
 
9
  # DeBERTinha XSmall for NER
10
 
11
 
12
+ ## Full Token Classification Example
13
 
14
  ```python
15
  from transformers import AutoModelForTokenClassification, AutoTokenizer, AutoConfig