GaoangLau commited on
Commit ·
49ecd45
1
Parent(s): 11c76cc
fix: remove cn ner file
Browse files
cn_ner.py
DELETED
|
@@ -1,18 +0,0 @@
|
|
| 1 |
-
# --------------------------------------------
|
| 2 |
-
|
| 3 |
-
import random
|
| 4 |
-
import json
|
| 5 |
-
import re
|
| 6 |
-
import sys
|
| 7 |
-
import time
|
| 8 |
-
from collections import defaultdict
|
| 9 |
-
from functools import reduce
|
| 10 |
-
|
| 11 |
-
import joblib
|
| 12 |
-
import numpy as np
|
| 13 |
-
import pandas as pd
|
| 14 |
-
from typing import List, Union, Callable, Set, Dict, Tuple, Optional, Any
|
| 15 |
-
|
| 16 |
-
# —--------------------------------------------
|
| 17 |
-
|
| 18 |
-
from datasets import load_dataset
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|