Closed bitccty closed 8 months ago
code
flmr_model = FLMRModelForRetrieval.from_pretrained( "LinWeizheDragon/FLMR", query_tokenizer=query_tokenizer, context_tokenizer=context_tokenizer, )
error
TypeError: Object of type FLMRTextConfig is not JSON serializable.
Hi, this is an internal huggingface error, which we don't know why it happens. Simply upgrade your huggingface library to a more recent version to resolve this error.
code
error