gokuls/wiki_book_corpus_complete_processed_bert_dataset
Viewer • Updated • 6.17M • 15
How to use gokuls/model_v1_complete_training_wt_init_48_tiny_freeze_new_ffn_2 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("fill-mask", model="gokuls/model_v1_complete_training_wt_init_48_tiny_freeze_new_ffn_2") # Load model directly
from transformers import AutoModelForMaskedLM
model = AutoModelForMaskedLM.from_pretrained("gokuls/model_v1_complete_training_wt_init_48_tiny_freeze_new_ffn_2", 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: