Spaces:
Sleeping
Sleeping
Update analyzers/ner_analyzer.py
Browse files
analyzers/ner_analyzer.py
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
from transformers import AutoModelForTokenClassification, AutoTokenizer
|
| 2 |
import torch
|
| 3 |
from typing import List, Tuple
|
|
|
|
| 1 |
+
import os
|
| 2 |
from transformers import AutoModelForTokenClassification, AutoTokenizer
|
| 3 |
import torch
|
| 4 |
from typing import List, Tuple
|