Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# CPython Embeddings (Safetensors)
|
| 2 |
|
| 3 |
This folder contains semantic embeddings generated from CPython
|
|
@@ -13,4 +17,4 @@ documentation and readable source files.
|
|
| 13 |
## Notes
|
| 14 |
- This is NOT a Python interpreter
|
| 15 |
- This is NOT a trained LLM
|
| 16 |
-
- Intended for semantic search & analysis
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pipeline_tag: text-classification
|
| 3 |
+
library_name: adapter-transformers
|
| 4 |
+
---
|
| 5 |
# CPython Embeddings (Safetensors)
|
| 6 |
|
| 7 |
This folder contains semantic embeddings generated from CPython
|
|
|
|
| 17 |
## Notes
|
| 18 |
- This is NOT a Python interpreter
|
| 19 |
- This is NOT a trained LLM
|
| 20 |
+
- Intended for semantic search & analysis
|