wi-lab commited on
Commit
bc49788
·
verified ·
1 Parent(s): 64d3617

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -561,7 +561,7 @@ with gr.Blocks(css="""
561
  # Add a conclusion section at the bottom
562
  gr.Markdown("""
563
  <div class="explanation-box">
564
- <b>Conclusions<b>: LWM embeddings offer such high generalization that with just a limited number of training samples, we can get high performances.
565
  </div>
566
  """)
567
 
@@ -623,7 +623,7 @@ with gr.Blocks(css="""
623
  # Add a conclusion section at the bottom
624
  gr.Markdown("""
625
  <div class="explanation-box">
626
- <b>Conclusions<b>: LWM CLS embeddings, although very small (raw channels size / 32), offer a rich and holistic knowledge about channels, making them suitable for a task like LoS/NLoS classfication, specifically with very limited data.
627
  </div>
628
  """)
629
 
 
561
  # Add a conclusion section at the bottom
562
  gr.Markdown("""
563
  <div class="explanation-box">
564
+ The LWM embeddings demonstrate remarkable generalization capabilities, enabling impressive performance even with minimal training samples. This highlights their ability to effectively handle diverse tasks with limited data.
565
  </div>
566
  """)
567
 
 
623
  # Add a conclusion section at the bottom
624
  gr.Markdown("""
625
  <div class="explanation-box">
626
+ Despite their compact size (1/32 of the raw channels), LWM CLS embeddings capture rich, holistic information about the channels. This makes them exceptionally well-suited for tasks like LoS/NLoS classification, especially when working with very limited data.
627
  </div>
628
  """)
629