flax-community / indonesian-roberta-large

huggingface.co
Total runs: 132
24-hour runs: 0
7-day runs: 55
30-day runs: 108
Model's Last Updated: July 15 2023
fill-mask

Introduction of indonesian-roberta-large

Model Details of indonesian-roberta-large

Indonesian RoBERTa Large

Indonesian RoBERTa Large is a masked language model based on the RoBERTa model. It was trained on the OSCAR dataset, specifically the unshuffled_deduplicated_id subset. The model was trained from scratch and achieved an evaluation loss of 4.801 and an evaluation accuracy of 29.8%.

This model was trained using HuggingFace's Flax framework and is part of the JAX/Flax Community Week organized by HuggingFace. All training was done on a TPUv3-8 VM, sponsored by the Google Cloud team.

All necessary scripts used for training could be found in the Files and versions tab, as well as the Training metrics logged via Tensorboard.

Model
Model #params Arch. Training/Validation data (text)
indonesian-roberta-large 355M RoBERTa OSCAR unshuffled_deduplicated_id Dataset
Evaluation Results

The model was trained for 10 epochs and the following is the final result once the training ended.

train loss valid loss valid accuracy total time
5.19 4.801 0.298 2:8:32:28
How to Use
As Masked Language Model
from transformers import pipeline

pretrained_name = "flax-community/indonesian-roberta-large"

fill_mask = pipeline(
    "fill-mask",
    model=pretrained_name,
    tokenizer=pretrained_name
)

fill_mask("Budi sedang <mask> di sekolah.")
Feature Extraction in PyTorch
from transformers import RobertaModel, RobertaTokenizerFast

pretrained_name = "flax-community/indonesian-roberta-large"
model = RobertaModel.from_pretrained(pretrained_name)
tokenizer = RobertaTokenizerFast.from_pretrained(pretrained_name)

prompt = "Budi sedang berada di sekolah."
encoded_input = tokenizer(prompt, return_tensors='pt')
output = model(**encoded_input)
Team Members

Runs of flax-community indonesian-roberta-large on huggingface.co

132
Total runs
0
24-hour runs
50
3-day runs
55
7-day runs
108
30-day runs

More Information About indonesian-roberta-large huggingface.co Model

More indonesian-roberta-large license Visit here:

https://choosealicense.com/licenses/mit

indonesian-roberta-large huggingface.co

indonesian-roberta-large huggingface.co is an AI model on huggingface.co that provides indonesian-roberta-large's model effect (), which can be used instantly with this flax-community indonesian-roberta-large model. huggingface.co supports a free trial of the indonesian-roberta-large model, and also provides paid use of the indonesian-roberta-large. Support call indonesian-roberta-large model through api, including Node.js, Python, http.

indonesian-roberta-large huggingface.co Url

https://huggingface.co/flax-community/indonesian-roberta-large

flax-community indonesian-roberta-large online free

indonesian-roberta-large huggingface.co is an online trial and call api platform, which integrates indonesian-roberta-large's modeling effects, including api services, and provides a free online trial of indonesian-roberta-large, you can try indonesian-roberta-large online for free by clicking the link below.

flax-community indonesian-roberta-large online free url in huggingface.co:

https://huggingface.co/flax-community/indonesian-roberta-large

indonesian-roberta-large install

indonesian-roberta-large is an open source model from GitHub that offers a free installation service, and any user can find indonesian-roberta-large on GitHub to install. At the same time, huggingface.co provides the effect of indonesian-roberta-large install, users can directly use indonesian-roberta-large installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

indonesian-roberta-large install url in huggingface.co:

https://huggingface.co/flax-community/indonesian-roberta-large

Url of indonesian-roberta-large

indonesian-roberta-large huggingface.co Url

Provider of indonesian-roberta-large huggingface.co

flax-community
ORGANIZATIONS

Other API from flax-community