Update README.md
Browse files
README.md
CHANGED
@@ -73,7 +73,7 @@ For example, the following figure demonstrates the advantages of using **LWM 1.1
|
|
73 |
|
74 |
### **Comparison of LWM Versions**
|
75 |
|
76 |
-
| Feature | LWM
|
77 |
|-----------------------------|-------------------------|-----------------------|
|
78 |
| Channel Size Limitation | Fixed at (32, 32) | **Supports multiple (N, SC) pairs** |
|
79 |
| Pre-training Samples | 820K | **1.05M** |
|
@@ -82,6 +82,8 @@ For example, the following figure demonstrates the advantages of using **LWM 1.1
|
|
82 |
| Parameters | 600K | **2.5M** |
|
83 |
| Sequence Length Support | 128 | **512** |
|
84 |
|
|
|
|
|
85 |
# **Detailed Changes in LWM-v1.1**
|
86 |
|
87 |
### **No Channel Size Limitation**
|
|
|
73 |
|
74 |
### **Comparison of LWM Versions**
|
75 |
|
76 |
+
| Feature | LWM 1.0 | **LWM 1.1** |
|
77 |
|-----------------------------|-------------------------|-----------------------|
|
78 |
| Channel Size Limitation | Fixed at (32, 32) | **Supports multiple (N, SC) pairs** |
|
79 |
| Pre-training Samples | 820K | **1.05M** |
|
|
|
82 |
| Parameters | 600K | **2.5M** |
|
83 |
| Sequence Length Support | 128 | **512** |
|
84 |
|
85 |
+
---
|
86 |
+
|
87 |
# **Detailed Changes in LWM-v1.1**
|
88 |
|
89 |
### **No Channel Size Limitation**
|