gokulsrinivasagan/processed_wikitext-103-raw-v1-ld
Viewer • Updated • 230k • 10
How to use gokulsrinivasagan/tinybert_train with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("fill-mask", model="gokulsrinivasagan/tinybert_train") # Load model directly
from transformers import AutoTokenizer, AutoModelForMaskedLM
tokenizer = AutoTokenizer.from_pretrained("gokulsrinivasagan/tinybert_train")
model = AutoModelForMaskedLM.from_pretrained("gokulsrinivasagan/tinybert_train", device_map="auto")This model is a fine-tuned version of distilbert-base-uncased 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 |
|---|---|---|---|---|
| 6.122 | 6.9979 | 10000 | 6.0554 | 0.1535 |
| 5.9055 | 13.9958 | 20000 | 5.8711 | 0.1556 |
| 5.8328 | 20.9937 | 30000 | 5.8420 | 0.1547 |