|
|
--- |
|
|
pipeline_tag: text-classification |
|
|
library_name: allennlp |
|
|
tags: |
|
|
- agent |
|
|
--- |
|
|
# CPython Embeddings (Safetensors) |
|
|
|
|
|
This folder contains semantic embeddings generated from CPython |
|
|
documentation and readable source files. |
|
|
|
|
|
## Contents |
|
|
- cpython_embeddings.safetensors : Vector embeddings |
|
|
- vocab.txt : Extracted vocabulary |
|
|
- tokenizer.json : Tokenizer config |
|
|
- config.json : Model configuration |
|
|
- metadata.json : Project metadata |
|
|
|
|
|
## Notes |
|
|
- This is NOT a Python interpreter |
|
|
- This is NOT a trained LLM |
|
|
- Intended for semantic search & analysis |