CoolFace
Modelpublic

PruhaNLP/USER2-1C-code

sourceHugging Faceapache-2.0updated 4mo agoView on Hugging Face
8likes650downloads
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}