CoolFace
Modelpublic

AdrianG29/asistente-inversiones-e5

sourceHugging Faceupdated 2mo agoView on Hugging Face
0likes19downloads
sentence_bert_config.json10 linesDownload Raw Back to root
1{2    "transformer_task": "feature-extraction",3    "modality_config": {4        "text": {5            "method": "forward",6            "method_output_name": "last_hidden_state"7        }8    },9    "module_output_name": "token_embeddings"10}