Instructions to use hf-internal-testing/tiny-random-bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-internal-testing/tiny-random-bert with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("hf-internal-testing/tiny-random-bert", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Test: external PR to test model
#3
by DGameHF - opened
test_from_external_pr.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
External PR test - ignore
|