gokuls/wiki_book_corpus_complete_processed_bert_dataset
Viewer • Updated • 6.17M • 14
How to use gokuls/HBERTv1_48_L2_H64_A2 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("fill-mask", model="gokuls/HBERTv1_48_L2_H64_A2") # Load model directly
from transformers import AutoModelForMaskedLM
model = AutoModelForMaskedLM.from_pretrained("gokuls/HBERTv1_48_L2_H64_A2", device_map="auto")This model is a fine-tuned version of on the gokuls/wiki_book_corpus_complete_processed_bert_dataset 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: