arubenruben
commited on
Commit
•
0c3a0cc
1
Parent(s):
d30a731
Update README.md
Browse files
README.md
CHANGED
@@ -36,6 +36,15 @@ tokens = nltk.wordpunct_tokenize(text)
|
|
36 |
result = ner_classifier(tokens)
|
37 |
```
|
38 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
## Evaluation
|
40 |
|
41 |
#### Testing Data
|
|
|
36 |
result = ner_classifier(tokens)
|
37 |
```
|
38 |
|
39 |
+
## Demo
|
40 |
+
|
41 |
+
There is a [Notebook](https://github.com/arubenruben/PT-Pump-Up/blob/master/BERT-CRF.ipynb) available to test our code.
|
42 |
+
|
43 |
+
## PT-Pump-Up
|
44 |
+
|
45 |
+
This model is integrated in the project [PT-Pump-Up](https://github.com/arubenruben/PT-Pump-Up)
|
46 |
+
|
47 |
+
|
48 |
## Evaluation
|
49 |
|
50 |
#### Testing Data
|