khopilot commited on
Commit
43ad0fa
Β·
verified Β·
1 Parent(s): 91f74e5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +11 -41
README.md CHANGED
@@ -1,54 +1,24 @@
1
  ---
2
  title: ASI V2.5 Live Demo
3
- emoji: πŸš€
4
  colorFrom: blue
5
- colorTo: red
6
  sdk: gradio
7
- sdk_version: "5.0.0"
8
  app_file: app.py
9
  pinned: false
10
- license: mit
11
  ---
12
 
13
- # πŸš€ ASI V2.5 Live Demo
14
 
15
- Interactive demonstration of ASI V2.5 Ultra-Professional Linear Attention achieving **2.44x speedup** with 91.7% layer coverage.
16
 
17
  ## Features
18
-
19
- πŸ”₯ **Live Benchmark**: Run real-time performance comparisons
20
- πŸ“Š **Interactive Charts**: Visualize speedup and timing results
21
- πŸ“‹ **Installation Guide**: Copy-paste setup instructions
22
- πŸ† **Validated Results**: Official performance metrics
23
- ℹ️ **Technical Details**: Deep dive into the innovation
24
-
25
- ## Validated Performance
26
-
27
- - ⚑ **2.44x speedup** on Longformer-4096
28
- - πŸ“ˆ **Linear complexity** O(L) vs O(LΒ²)
29
- - 🎯 **91.7% layer coverage** in real models
30
- - 🍎 **Apple Silicon MPS** optimized
31
- - πŸ”§ **Production ready** with comprehensive testing
32
-
33
- ## Quick Installation
34
-
35
- ```bash
36
- pip install git+https://github.com/khopilot/asi-v25-longformer-core.git
37
- ```
38
-
39
- ## Usage
40
-
41
- ```python
42
- from asi_v25 import create_asi_attention
43
-
44
- # Create ultra-fast attention
45
- attention = create_asi_attention(use_extreme=True)
46
- ```
47
 
48
  ## Links
49
-
50
- - πŸ”₯ **Live Demo**: [ASI V2.5 Interactive Demo](https://huggingface.co/spaces/khopilot/asi-v25-live-demo)
51
- - πŸ€— **HuggingFace Hub**: [khopilot/asi-v25-longformer-core](https://huggingface.co/khopilot/asi-v25-longformer-core)
52
- - πŸ™ **Source Code**: [GitHub Repository](https://github.com/khopilot/asi-v25-longformer-core)
53
- - πŸ“¦ **Installation**: `pip install git+https://github.com/khopilot/asi-v25-longformer-core.git`
54
- - πŸ“‹ **Examples**: Check `examples/` directory for reproduction scripts
 
1
  ---
2
  title: ASI V2.5 Live Demo
3
+ emoji: πŸ”₯
4
  colorFrom: blue
5
+ colorTo: purple
6
  sdk: gradio
7
+ sdk_version: "4.44.0"
8
  app_file: app.py
9
  pinned: false
 
10
  ---
11
 
12
+ # ASI V2.5 Live Demo
13
 
14
+ Ultra-Professional Linear Attention achieving **2.44x speedup**
15
 
16
  ## Features
17
+ - Performance boost: 2.44x validated
18
+ - Apple Silicon MPS optimized
19
+ - Live performance metrics
20
+ - Easy installation
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
 
22
  ## Links
23
+ - Model: https://huggingface.co/khopilot/asi-v25-longformer-core
24
+ - GitHub: https://github.com/khopilot/asi-v25-longformer-core