AmanPriyanshu commited on
Commit
7c3478c
·
verified ·
1 Parent(s): 280d341

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -97,8 +97,8 @@ Medical content from Merck's Manual, featuring both professional and patient-ori
97
  ### Computational Requirements
98
  | Resource | Requirement | Notes |
99
  |----------|-------------|--------|
100
- | Storage | ~4MB per matrix | 1024×1024 float32 values |
101
- | Memory | ~12MB total | All three domain matrices |
102
  | Inference Time | ~10ms | On CPU, per text sample |
103
  | Training Hardware | P100 GPU | Free tier on Kaggle |
104
  | Training Time | ~4 hours total | Mostly embedding generation |
@@ -230,9 +230,9 @@ print(topic)
230
  - Future work: Explore non-linear transformations
231
 
232
  ## Memory and Computation Requirements
233
- - Transformation Matrix: 1024 × 1024 × 4 bytes ≈ 4MB per domain
234
  - Inference Time: ~10ms on CPU (matrix multiplication)
235
- - Total Model Size: ~12MB (all three domains)
236
  - Base Model: ~770M parameters (loaded only during embedding creation)
237
 
238
  ## Acknowledgments
 
97
  ### Computational Requirements
98
  | Resource | Requirement | Notes |
99
  |----------|-------------|--------|
100
+ | Storage | ~9MB per matrix | 1024×1024 float32 values |
101
+ | Memory | ~27MB total | All three domain matrices |
102
  | Inference Time | ~10ms | On CPU, per text sample |
103
  | Training Hardware | P100 GPU | Free tier on Kaggle |
104
  | Training Time | ~4 hours total | Mostly embedding generation |
 
230
  - Future work: Explore non-linear transformations
231
 
232
  ## Memory and Computation Requirements
233
+ - Transformation Matrix: 1024 × 1024 × 4 bytes ≈ 9MB per domain
234
  - Inference Time: ~10ms on CPU (matrix multiplication)
235
+ - Total Model Size: ~27MB (all three domains)
236
  - Base Model: ~770M parameters (loaded only during embedding creation)
237
 
238
  ## Acknowledgments