Commit
·
2cb534f
1
Parent(s):
50c6ccf
Update README.md
Browse files
README.md
CHANGED
@@ -3,6 +3,8 @@ language: en
|
|
3 |
datasets:
|
4 |
- conll2003
|
5 |
license: mit
|
|
|
6 |
---
|
7 |
This is a rust-adapted ready to use version of https://huggingface.co/dslim/bert-base-NER
|
|
|
8 |
I've generated the rust_model.ot file using the convert_model.py script provided by the rust_bert crate
|
|
|
3 |
datasets:
|
4 |
- conll2003
|
5 |
license: mit
|
6 |
+
tags: [rust]
|
7 |
---
|
8 |
This is a rust-adapted ready to use version of https://huggingface.co/dslim/bert-base-NER
|
9 |
+
|
10 |
I've generated the rust_model.ot file using the convert_model.py script provided by the rust_bert crate
|