Update README.md
Browse files
README.md
CHANGED
@@ -111,13 +111,11 @@ Medical content from Merck's Manual, featuring both professional and patient-ori
|
|
111 |
- Measures how well the transformation matrix maps content to topic embeddings
|
112 |
- Calculated on the 80% training split
|
113 |
- Lower values indicate better alignment between transformed content and actual topic embeddings
|
114 |
-
- Range: [0,1] where 0 is perfect mapping
|
115 |
|
116 |
2. **Testing MSE**
|
117 |
- Same metric but on 20% held-out test set
|
118 |
- Indicates generalization capability
|
119 |
-
- Similar values between train/test suggest good generalization
|
120 |
-
- Slightly higher than training MSE is expected and healthy
|
121 |
|
122 |
3. **Inter-topic MSE**
|
123 |
- Minimum squared distance between any pair of topic embeddings
|
|
|
111 |
- Measures how well the transformation matrix maps content to topic embeddings
|
112 |
- Calculated on the 80% training split
|
113 |
- Lower values indicate better alignment between transformed content and actual topic embeddings
|
|
|
114 |
|
115 |
2. **Testing MSE**
|
116 |
- Same metric but on 20% held-out test set
|
117 |
- Indicates generalization capability
|
118 |
+
- Similar values between train/test suggest good generalization. Slightly higher than training MSE is expected and healthy
|
|
|
119 |
|
120 |
3. **Inter-topic MSE**
|
121 |
- Minimum squared distance between any pair of topic embeddings
|