Instructions to use erfan226/MTD with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use erfan226/MTD with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="erfan226/MTD")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("erfan226/MTD") model = AutoModelForMaskedLM.from_pretrained("erfan226/MTD") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,2 +1,4 @@
|
|
|
|
|
| 1 |
widget:
|
| 2 |
-
- text: "The largest mountain on Earth, when measured from base to summit, is Mauna Kea in Hawaii. While Mount Everest is the highest mountain above sea level, Mauna Kea extends about 13,796 feet (4,205 meters) above sea level, but its base is deep beneath the ocean surface. When measured from its base on the ocean floor to its summit, Mauna Kea is over 33,500 feet (10,210 meters) tall, making it taller than Mount Everest."
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
widget:
|
| 3 |
+
- text: "The largest mountain on Earth, when measured from base to summit, is Mauna Kea in Hawaii. While Mount Everest is the highest mountain above sea level, Mauna Kea extends about 13,796 feet (4,205 meters) above sea level, but its base is deep beneath the ocean surface. When measured from its base on the ocean floor to its summit, Mauna Kea is over 33,500 feet (10,210 meters) tall, making it taller than Mount Everest."
|
| 4 |
+
---
|