Hierarchical BERT
Collection
Set of BERT models with Hierarchical attention pre-trained on conversational data to process multiple utterances at once โข 8 items โข Updated
How to use igorktech/hibial-bert-i3-mlm-v0.1 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("fill-mask", model="igorktech/hibial-bert-i3-mlm-v0.1", trust_remote_code=True) # Load model directly
from transformers import AutoModelForMaskedLM
model = AutoModelForMaskedLM.from_pretrained("igorktech/hibial-bert-i3-mlm-v0.1", trust_remote_code=True, dtype="auto")YAML Metadata Error:"base_model" with value "/content/hier-bert-pytorch/data/hibial-model" is not valid. Use a model id from https://hf.co/models.
This model is a fine-tuned version of /content/hier-bert-pytorch/data/hibial-model on an unknown dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training: