Instructions to use lisaterumi/postagger-portuguese with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lisaterumi/postagger-portuguese with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="lisaterumi/postagger-portuguese")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("lisaterumi/postagger-portuguese") model = AutoModelForTokenClassification.from_pretrained("lisaterumi/postagger-portuguese") - Notebooks
- Google Colab
- Kaggle
Commit ·
36ab6a1
1
Parent(s): afe0e60
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -13,7 +13,7 @@
|
|
| 13 |
"0": "NUM",
|
| 14 |
"1": "KS",
|
| 15 |
"2": "PREP+PROADJ",
|
| 16 |
-
"3: "ADV-KS",
|
| 17 |
"4": "NPROP",
|
| 18 |
"5": "PDEN",
|
| 19 |
"6": "PROADJ",
|
|
|
|
| 13 |
"0": "NUM",
|
| 14 |
"1": "KS",
|
| 15 |
"2": "PREP+PROADJ",
|
| 16 |
+
"3": "ADV-KS",
|
| 17 |
"4": "NPROP",
|
| 18 |
"5": "PDEN",
|
| 19 |
"6": "PROADJ",
|