maddev commited on
Commit
8aea1af
·
verified ·
1 Parent(s): 0fd3730

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +15 -0
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.