Load fine tuned model in tensorflow

Well my main goal is to be able to load the wav2vec model inside tensorflow and after training a pytroch model inside hugging face and converting it to tensorflow I get a h5 file and a seperate config file .

when I try to load it like this it gives me this error but when I try running this notebook:

https://colab.research.google.com/github/vasudevgupta7/gsoc-wav2vec2/blob/main/notebooks/wav2vec2_saved_model_finetuning.ipynb

which is the wav2vec model the guy upload to tensorflow this part works :

soo Idk what’s wrong with this .
Thank you for being patient with me