Instructions to use Finnish-NLP/convbert-base-finnish with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Finnish-NLP/convbert-base-finnish with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="Finnish-NLP/convbert-base-finnish")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("Finnish-NLP/convbert-base-finnish") model = AutoModel.from_pretrained("Finnish-NLP/convbert-base-finnish") - Notebooks
- Google Colab
- Kaggle
aapot commited on
Commit ·
7b87c8d
1
Parent(s): 42db976
Move tensorboard to runs folder
Browse files
events.out.tfevents.1641404286.t1v-n-8eba1090-w-0 → runs/events.out.tfevents.1641404286.t1v-n-8eba1090-w-0
RENAMED
|
File without changes
|