Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# micro-gpt-anomaly-detector
|
| 2 |
|
| 3 |
A **zero-dependency, pure-Python** GPT transformer trained to detect anomalous filenames via character-level language modeling. Built on Andrej Karpathy's [micrograd](https://github.com/karpathy/micrograd) / [makemore](https://github.com/karpathy/makemore) philosophy — the entire algorithm in a single file, no PyTorch, no NumPy.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- anomaly-detection
|
| 5 |
+
- filename-analysis
|
| 6 |
+
- gpt
|
| 7 |
+
- pure-python
|
| 8 |
+
- character-level
|
| 9 |
+
- from-scratch
|
| 10 |
+
language:
|
| 11 |
+
- en
|
| 12 |
+
library_name: custom
|
| 13 |
+
pipeline_tag: text-classification
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
# micro-gpt-anomaly-detector
|
| 17 |
|
| 18 |
A **zero-dependency, pure-Python** GPT transformer trained to detect anomalous filenames via character-level language modeling. Built on Andrej Karpathy's [micrograd](https://github.com/karpathy/micrograd) / [makemore](https://github.com/karpathy/makemore) philosophy — the entire algorithm in a single file, no PyTorch, no NumPy.
|