gokulsrinivasagan/processed_wikitext-103-raw-v1-ld-5
Viewer • Updated • 230k • 3
How to use gokulsrinivasagan/bert_tiny_lda_5_v1 with Transformers:
# Load model directly
from transformers import AutoTokenizer, DistilBertForLDAMaskedLM
tokenizer = AutoTokenizer.from_pretrained("gokulsrinivasagan/bert_tiny_lda_5_v1")
model = DistilBertForLDAMaskedLM.from_pretrained("gokulsrinivasagan/bert_tiny_lda_5_v1")This model is a fine-tuned version of on the gokulsrinivasagan/processed_wikitext-103-raw-v1-ld-5 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 |
|---|---|---|---|---|
| 7.735 | 6.9979 | 10000 | 7.6688 | 0.1533 |
| 7.3886 | 13.9958 | 20000 | 7.3523 | 0.1552 |
| 7.31 | 20.9937 | 30000 | 7.3179 | 0.1558 |