Instructions to use Barytes/hellohf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Barytes/hellohf with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="Barytes/hellohf")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("Barytes/hellohf") model = AutoModelForMaskedLM.from_pretrained("Barytes/hellohf") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,16 +1,11 @@
|
|
| 1 |
---
|
| 2 |
-
language:
|
| 3 |
-
- ru
|
| 4 |
-
- en
|
| 5 |
tags:
|
| 6 |
-
-
|
| 7 |
license: apache-2.0
|
| 8 |
datasets:
|
| 9 |
-
-
|
| 10 |
-
|
| 11 |
-
- bleu
|
| 12 |
-
- sacrebleu
|
| 13 |
-
|
| 14 |
---
|
| 15 |
|
| 16 |
# Hello hugging face
|
|
|
|
| 1 |
---
|
| 2 |
+
language: en
|
|
|
|
|
|
|
| 3 |
tags:
|
| 4 |
+
- exbert
|
| 5 |
license: apache-2.0
|
| 6 |
datasets:
|
| 7 |
+
- bookcorpus
|
| 8 |
+
- wikipedia
|
|
|
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
# Hello hugging face
|