Update README.md
Browse files
README.md
CHANGED
|
@@ -54,7 +54,6 @@ model-index:
|
|
| 54 |
value: 0.169
|
| 55 |
name: TEST Jaccard Error Rate
|
| 56 |
verified: False
|
| 57 |
-
|
| 58 |
---
|
| 59 |
|
| 60 |
# bert-base-token-classification-for-atc-en-uwb-atcc
|
|
@@ -118,13 +117,6 @@ See Table 3 (page 5) in our paper:[BERTraffic: BERT-based Joint Speaker Role and
|
|
| 118 |
|
| 119 |
## Writing your own inference script
|
| 120 |
|
| 121 |
-
If you use language model, you need to install the KenLM bindings with:
|
| 122 |
-
|
| 123 |
-
```bash
|
| 124 |
-
conda activate your_environment
|
| 125 |
-
pip install https://github.com/kpu/kenlm/archive/master.zip
|
| 126 |
-
```
|
| 127 |
-
|
| 128 |
The snippet of code:
|
| 129 |
|
| 130 |
```python
|
|
|
|
| 54 |
value: 0.169
|
| 55 |
name: TEST Jaccard Error Rate
|
| 56 |
verified: False
|
|
|
|
| 57 |
---
|
| 58 |
|
| 59 |
# bert-base-token-classification-for-atc-en-uwb-atcc
|
|
|
|
| 117 |
|
| 118 |
## Writing your own inference script
|
| 119 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 120 |
The snippet of code:
|
| 121 |
|
| 122 |
```python
|