Ah, even though it is the same model, HuggingFace expects a directory structure containing the model
Ah, even though it is the same model, HuggingFace expects a directory structure containing the model, encoders, and variouos JSON configuration files. I thought I might be able to copy the official HuggingFace directory and subsitute the file containing the fine tuned weights, but that wasn't straightforward. The main model contained in the HuggingFace directory was split into separate files and there was a JSON configuration file that did some type of mapping.

