Instructions to use psybertpt/psyBERTpt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use psybertpt/psyBERTpt with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="psybertpt/psyBERTpt")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("psybertpt/psyBERTpt") model = AutoModelForTokenClassification.from_pretrained("psybertpt/psyBERTpt") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,8 +8,6 @@ widget:
|
|
| 8 |
- text: >-
|
| 9 |
EEM: Calmo, fala normal, sem alterações de pensamento. Relata insônia
|
| 10 |
inicial.
|
| 11 |
-
thumbnail: >-
|
| 12 |
-
https://raw.githubusercontent.com/HAILab-PUCPR/BioBERTpt/master/images/logo-biobertpr1.png
|
| 13 |
metrics:
|
| 14 |
- accuracy 0.65
|
| 15 |
tags:
|
|
|
|
| 8 |
- text: >-
|
| 9 |
EEM: Calmo, fala normal, sem alterações de pensamento. Relata insônia
|
| 10 |
inicial.
|
|
|
|
|
|
|
| 11 |
metrics:
|
| 12 |
- accuracy 0.65
|
| 13 |
tags:
|