Instructions to use ShadowTwin41/dummy-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ShadowTwin41/dummy-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="ShadowTwin41/dummy-model")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("ShadowTwin41/dummy-model") model = AutoModelForMaskedLM.from_pretrained("ShadowTwin41/dummy-model") - Notebooks
- Google Colab
- Kaggle
Commit ·
efbb69a
1
Parent(s): 48eda41
Update README.md
Browse files
README.md
CHANGED
|
@@ -25,4 +25,6 @@ datasets:
|
|
| 25 |
-> Here you should describe the metrics you use for evaluation, and the different factors you are mesuring. Mentioning which metric(s) were used, on which dataset and which dataset split, makes it easy to compare you model’s performance compared to that of other models. These should be informed by the previous sections, such as the intended users and use cases.
|
| 26 |
|
| 27 |
* Evaluation results
|
| 28 |
-
-> Finally, provide an indication of how well the model performs on the evaluation dataset. If the model uses a decision threshold, either provide the decision threshold used in the evaluation, or provide details on evaluation at different thresholds for the intended uses.
|
|
|
|
|
|
|
|
|
| 25 |
-> Here you should describe the metrics you use for evaluation, and the different factors you are mesuring. Mentioning which metric(s) were used, on which dataset and which dataset split, makes it easy to compare you model’s performance compared to that of other models. These should be informed by the previous sections, such as the intended users and use cases.
|
| 26 |
|
| 27 |
* Evaluation results
|
| 28 |
+
-> Finally, provide an indication of how well the model performs on the evaluation dataset. If the model uses a decision threshold, either provide the decision threshold used in the evaluation, or provide details on evaluation at different thresholds for the intended uses.
|
| 29 |
+
|
| 30 |
+
https://github.com/huggingface/hub-docs/blame/main/modelcard.md
|