Fill-Mask
Transformers
PyTorch
TensorBoard
Indonesian
Javanese
English
roberta
Generated from Trainer
Instructions to use fathan/indojave-codemixed-roberta-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fathan/indojave-codemixed-roberta-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="fathan/indojave-codemixed-roberta-base")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("fathan/indojave-codemixed-roberta-base") model = AutoModelForMaskedLM.from_pretrained("fathan/indojave-codemixed-roberta-base") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -55,7 +55,7 @@ This pretraining data will not be opened to public due to Twitter policy.
|
|
| 55 |
| `code-mixed-ijeroberta` | RoBERTa | 2.24 GB of text | 249 MB of text |
|
| 56 |
|
| 57 |
## Evaluation Results
|
| 58 |
-
We train the data with 3 epochs and total steps of
|
| 59 |
The following are the results obtained from the training:
|
| 60 |
|
| 61 |
| train loss | eval loss | eval perplexity |
|
|
|
|
| 55 |
| `code-mixed-ijeroberta` | RoBERTa | 2.24 GB of text | 249 MB of text |
|
| 56 |
|
| 57 |
## Evaluation Results
|
| 58 |
+
We train the data with 3 epochs and total steps of 296K for 16 days.
|
| 59 |
The following are the results obtained from the training:
|
| 60 |
|
| 61 |
| train loss | eval loss | eval perplexity |
|