Which file holds roberta embeddings?
They are in the model weights file, so pytorch_model.bin for PyTorch, tf_model.h5 for TensorFlor and flax_model.msgpack for Flax/Jax.
pytorch_model.bin
tf_model.h5
flax_model.msgpack
· Sign up or log in to comment