israelcamp
commited on
Commit
•
eceaf2d
1
Parent(s):
f001eb4
Update README.md
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ license: mit
|
|
9 |
# DeBERTinha XSmall for NER
|
10 |
|
11 |
|
12 |
-
## Full
|
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
|