Instructions to use vesteinn/IceBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use vesteinn/IceBERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="vesteinn/IceBERT")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("vesteinn/IceBERT") model = AutoModelForMaskedLM.from_pretrained("vesteinn/IceBERT", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,7 +9,7 @@ tags:
|
|
| 9 |
- icelandic
|
| 10 |
- masked-lm
|
| 11 |
- pytorch
|
| 12 |
-
license:
|
| 13 |
datasets:
|
| 14 |
- mideind/icelandic-common-crawl-corpus-IC3
|
| 15 |
---
|
|
|
|
| 9 |
- icelandic
|
| 10 |
- masked-lm
|
| 11 |
- pytorch
|
| 12 |
+
license: cc-by-4.0
|
| 13 |
datasets:
|
| 14 |
- mideind/icelandic-common-crawl-corpus-IC3
|
| 15 |
---
|