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
|
@@ -52,7 +52,7 @@ This pretraining data will not be opened to public due to Twitter policy.
|
|
| 52 |
## Model
|
| 53 |
| Model name | Architecture | Size of training data | Size of validation data |
|
| 54 |
|-------------------------|-----------------|----------------------------|-------------------------|
|
| 55 |
-
| `code-mixed-ijeroberta` |
|
| 56 |
|
| 57 |
## Evaluation Results
|
| 58 |
We train the data with 3 epochs and total steps of 296598 for 12 days.
|
|
|
|
| 52 |
## Model
|
| 53 |
| Model name | Architecture | Size of training data | Size of validation data |
|
| 54 |
|-------------------------|-----------------|----------------------------|-------------------------|
|
| 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 296598 for 12 days.
|