Instructions to use yuridrcosta/nees-bert-base-portuguese-cased-finetuned-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use yuridrcosta/nees-bert-base-portuguese-cased-finetuned-ner with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="yuridrcosta/nees-bert-base-portuguese-cased-finetuned-ner")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("yuridrcosta/nees-bert-base-portuguese-cased-finetuned-ner") model = AutoModelForTokenClassification.from_pretrained("yuridrcosta/nees-bert-base-portuguese-cased-finetuned-ner") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 500
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 433368892
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dea9b4c07f77fdbfc57ea23d05b14690d27a3c23a2332e831e2d1449fbe0adb4
|
| 3 |
size 433368892
|
runs/May01_22-30-44_e0b25f996e6d/events.out.tfevents.1714602656.e0b25f996e6d.661.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:add9a978d7f912d98e351011916d0e027a4bd6fa8f3f591b49163c5f4cd36235
|
| 3 |
+
size 5391
|
tokenizer.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
"version": "1.0",
|
| 3 |
"truncation": {
|
| 4 |
"direction": "Right",
|
| 5 |
-
"max_length":
|
| 6 |
"strategy": "LongestFirst",
|
| 7 |
"stride": 0
|
| 8 |
},
|
|
|
|
| 2 |
"version": "1.0",
|
| 3 |
"truncation": {
|
| 4 |
"direction": "Right",
|
| 5 |
+
"max_length": 300,
|
| 6 |
"strategy": "LongestFirst",
|
| 7 |
"stride": 0
|
| 8 |
},
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5048
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf4440846428aa6fecc11f5fcbdc3c16a7605b8f6c553182f271656b9e9ad017
|
| 3 |
size 5048
|