Instructions to use Mango-Juice/trpg_mlm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Mango-Juice/trpg_mlm with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="Mango-Juice/trpg_mlm")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("Mango-Juice/trpg_mlm") model = AutoModelForMaskedLM.from_pretrained("Mango-Juice/trpg_mlm") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,6 +7,10 @@ tags:
|
|
| 7 |
model-index:
|
| 8 |
- name: mlm_output
|
| 9 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -51,4 +55,4 @@ The following hyperparameters were used during training:
|
|
| 51 |
- Transformers 4.52.0
|
| 52 |
- Pytorch 2.6.0+cu124
|
| 53 |
- Datasets 2.19.0
|
| 54 |
-
- Tokenizers 0.21.1
|
|
|
|
| 7 |
model-index:
|
| 8 |
- name: mlm_output
|
| 9 |
results: []
|
| 10 |
+
datasets:
|
| 11 |
+
- IconicAI/DDD
|
| 12 |
+
language:
|
| 13 |
+
- en
|
| 14 |
---
|
| 15 |
|
| 16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 55 |
- Transformers 4.52.0
|
| 56 |
- Pytorch 2.6.0+cu124
|
| 57 |
- Datasets 2.19.0
|
| 58 |
+
- Tokenizers 0.21.1
|