Instructions to use jonfd/convbert-base-igc-is with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jonfd/convbert-base-igc-is with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="jonfd/convbert-base-igc-is")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("jonfd/convbert-base-igc-is") model = AutoModel.from_pretrained("jonfd/convbert-base-igc-is") - Notebooks
- Google Colab
- Kaggle
| language: | |
| - is | |
| license: cc-by-4.0 | |
| datasets: | |
| - igc | |
| # Icelandic ConvBERT-Base | |
| This model was pretrained on the [Icelandic Gigaword Corpus](http://igc.arnastofnun.is/), which contains approximately 1.69B tokens, using default settings. The model uses a WordPiece tokenizer with a vocabulary size of 32,105. | |
| # Acknowledgments | |
| This research was supported with Cloud TPUs from Google's TPU Research Cloud (TRC). | |
| This project was funded by the Language Technology Programme for Icelandic 2019-2023. The programme, which is managed and coordinated by [Almannarómur](https://almannaromur.is/), is funded by the Icelandic Ministry of Education, Science and Culture. |