Instructions to use eventdata-utd/conflibert-named-entity-recognition with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use eventdata-utd/conflibert-named-entity-recognition with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="eventdata-utd/conflibert-named-entity-recognition")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("eventdata-utd/conflibert-named-entity-recognition") model = AutoModelForTokenClassification.from_pretrained("eventdata-utd/conflibert-named-entity-recognition", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload BertForTokenClassification
Browse files- config.json +1 -1
- model.safetensors +1 -1
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "outputs/re3d
|
| 3 |
"architectures": [
|
| 4 |
"BertForTokenClassification"
|
| 5 |
],
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "outputs/re3d",
|
| 3 |
"architectures": [
|
| 4 |
"BertForTokenClassification"
|
| 5 |
],
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 434050948
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:30a54b6ab5d1dc8b88507ab19057eeeab1bf2c5ab2264575e8731d1fb484eb04
|
| 3 |
size 434050948
|