CoolFace
Datasetpublic

hf-internal-testing/transformers_code_embeddings

Transformers Code Embeddings Compact index of function/class definitions from src/transformers/models/**/modeling_*.py for cross-model similarity. Built to help surface reusable code when modularizing models. Contents embeddings.safetensors — float32, L2-normalized embeddings shaped [N, D]. code_index_map.json — {int_id: "relative/path/to/modeling_*.py:SymbolName"}. code_index_tokens.json — {identifier: [sorted_unique_tokens]} for Jaccard. How these… See the full description on the dataset page: https://huggingface.co/datasets/hf-internal-testing/transformers_code_embeddings.

sourceHugging Faceapache-2.0updated 7mo agoView on Hugging Face
0likes19downloads
9 commits on main
368acfa7mo ago

Upload code_index_tokens.json with huggingface_hub

itazap
6b39e107mo ago

Upload code_index_map.json with huggingface_hub

itazap
bcfbe0c7mo ago

Upload embeddings.safetensors with huggingface_hub

itazap
50625718mo ago

Upload code_index_tokens.json with huggingface_hub

itazap
e1455f78mo ago

Upload code_index_map.json with huggingface_hub

itazap
d1385748mo ago

Upload embeddings.safetensors with huggingface_hub

itazap
b18cab21y ago

Update README.md

Molbap
89d303b1y ago

Upload 3 files

Molbap
a9d3a101y ago

initial commit

Molbap