Instructions to use ctrltokyo/llm_prompt_mask_fill_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ctrltokyo/llm_prompt_mask_fill_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="ctrltokyo/llm_prompt_mask_fill_model")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("ctrltokyo/llm_prompt_mask_fill_model") model = AutoModelForMaskedLM.from_pretrained("ctrltokyo/llm_prompt_mask_fill_model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,6 +10,10 @@ datasets:
|
|
| 10 |
- sahil2801/code_instructions_120k
|
| 11 |
metrics:
|
| 12 |
- accuracy
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
|
|
|
| 10 |
- sahil2801/code_instructions_120k
|
| 11 |
metrics:
|
| 12 |
- accuracy
|
| 13 |
+
language:
|
| 14 |
+
- en
|
| 15 |
+
widget:
|
| 16 |
+
- text: "A web application with a REST API on Rails. This will be used for [MASK]."
|
| 17 |
---
|
| 18 |
|
| 19 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|