gokulsrinivasagan/processed_wikitext-103-raw-v1-ld
Viewer • Updated • 230k • 6
How to use gokulsrinivasagan/tinybert_base_train_book_ent_15p_s_init_kd_complete with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("fill-mask", model="gokulsrinivasagan/tinybert_base_train_book_ent_15p_s_init_kd_complete") # Load model directly
from transformers import AutoTokenizer, AutoModelForMaskedLM
tokenizer = AutoTokenizer.from_pretrained("gokulsrinivasagan/tinybert_base_train_book_ent_15p_s_init_kd_complete")
model = AutoModelForMaskedLM.from_pretrained("gokulsrinivasagan/tinybert_base_train_book_ent_15p_s_init_kd_complete")This model is a fine-tuned version of google/bert_uncased_L-4_H-512_A-8 on the gokulsrinivasagan/processed_wikitext-103-raw-v1-ld dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|---|---|---|---|---|
| 476.1804 | 4.1982 | 10000 | 487.3371 | 0.0019 |
| 187.4831 | 8.3963 | 20000 | 177.2452 | 0.0604 |
| 138.1048 | 12.5945 | 30000 | 127.5909 | 0.0661 |
| 120.8144 | 16.7926 | 40000 | 110.4267 | 0.0687 |
| 113.2977 | 20.9908 | 50000 | 102.6946 | 0.0678 |