Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,7 @@ pipeline_tag: token-classification
|
|
10 |
|
11 |
Finetuned for way too short on the following PII categories:
|
12 |
|
|
|
13 |
PII_CATEGORIES = [
|
14 |
"prefix", "person name",
|
15 |
"job title", "company name", "job area",
|
@@ -23,10 +24,11 @@ PII_CATEGORIES = [
|
|
23 |
"religious belief", "nationality",
|
24 |
"sexual orientation", "medical condition", "age",
|
25 |
]
|
|
|
26 |
|
27 |
On these languages (the ones contained in Whisper):
|
28 |
|
29 |
-
|
30 |
LANGUAGES = {
|
31 |
"en": "english",
|
32 |
"zh": "chinese",
|
@@ -129,4 +131,4 @@ LANGUAGES = {
|
|
129 |
"su": "sundanese",
|
130 |
"yue": "cantonese",
|
131 |
}
|
132 |
-
|
|
|
10 |
|
11 |
Finetuned for way too short on the following PII categories:
|
12 |
|
13 |
+
```python
|
14 |
PII_CATEGORIES = [
|
15 |
"prefix", "person name",
|
16 |
"job title", "company name", "job area",
|
|
|
24 |
"religious belief", "nationality",
|
25 |
"sexual orientation", "medical condition", "age",
|
26 |
]
|
27 |
+
```
|
28 |
|
29 |
On these languages (the ones contained in Whisper):
|
30 |
|
31 |
+
```python
|
32 |
LANGUAGES = {
|
33 |
"en": "english",
|
34 |
"zh": "chinese",
|
|
|
131 |
"su": "sundanese",
|
132 |
"yue": "cantonese",
|
133 |
}
|
134 |
+
```
|