Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -10,18 +10,36 @@ pinned: false
|
|
10 |
license: apache-2.0
|
11 |
---
|
12 |
|
13 |
-
|
|
|
14 |
|
15 |
-
|
16 |
|
17 |
-
|
|
|
18 |
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
|
|
23 |
|
24 |
-
|
|
|
|
|
|
|
|
|
|
|
25 |
|
26 |
-
|
|
|
|
|
27 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
license: apache-2.0
|
11 |
---
|
12 |
|
13 |
+
'''
|
14 |
+
# EvoTransformer v2.1 π§ β¨
|
15 |
|
16 |
+
EvoTransformer is an evolving neural architecture built from scratch to tackle reasoning tasks with minimal compute.
|
17 |
|
18 |
+
## π What It Does
|
19 |
+
This model answers PIQA-style commonsense reasoning questions. Given a goal and two solution choices, EvoTransformer chooses the more logical one.
|
20 |
|
21 |
+
## π§ Architecture
|
22 |
+
- Built with 4 Transformer encoder layers
|
23 |
+
- ~13 million parameters
|
24 |
+
- Custom embedding, pooling, and classifier layers
|
25 |
+
- Fully open and adaptable for NAS or self-evolving tasks
|
26 |
|
27 |
+
## ποΈββοΈ Training Details
|
28 |
+
- Dataset: PIQA (1000 training, 500 validation examples)
|
29 |
+
- Optimizer: Adam
|
30 |
+
- Loss: CrossEntropy
|
31 |
+
- Epochs: 5
|
32 |
+
- Hardware: Colab GPU
|
33 |
|
34 |
+
## π Live Demo
|
35 |
+
Try it on Hugging Face Spaces:
|
36 |
+
π [Demo Link](https://huggingface.co/spaces/YOUR_USERNAME/evo-transformer-demo)
|
37 |
|
38 |
+
## π‘ Why EvoTransformer?
|
39 |
+
- Lean, fast, and efficient
|
40 |
+
- Custom-built from scratch (no pretraining dependencies)
|
41 |
+
- Can evolve structurally in future versions
|
42 |
+
|
43 |
+
## π License
|
44 |
+
MIT
|
45 |
+
'''
|