Instructions to use phob0s/bert-tiny with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use phob0s/bert-tiny with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("phob0s/bert-tiny", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Testclone of https://huggingface.co/prajjwal1/bert-tiny
|
| 2 |
+
|
| 3 |
+
Mentioned in
|
| 4 |
+
Generalization in NLI: Ways (Not) To Go Beyond Simple Heuristics(Bhargava, Drozd and Rogers)
|
| 5 |
+
Well-Read Students Learn Better: The Impact of Student Initialization on Knowledge Distillation (Turc et al.)
|