Spaces:
Runtime error
Runtime error
Upload README.md
Browse files
README.md
CHANGED
|
@@ -4,7 +4,7 @@ emoji: π§
|
|
| 4 |
colorFrom: purple
|
| 5 |
colorTo: red
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version: "
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
|
@@ -15,21 +15,16 @@ A research paper reading assistant powered by Meta's TRIBE v2 brain encoding mod
|
|
| 15 |
|
| 16 |
## How it works
|
| 17 |
|
| 18 |
-
1. **
|
| 19 |
-
2. **
|
| 20 |
-
3. **Cognitive states** are inferred from activation patterns:
|
| 21 |
- π΄ **Red = Curiosity** (prefrontal + anterior cingulate activation)
|
| 22 |
- π΅ **Blue = Questioning** (dorsolateral prefrontal dominance)
|
| 23 |
- π’ **Green = Confusion** (high executive load, low coherence)
|
| 24 |
- π‘ **Yellow = Excitement** (emotion + reward circuits)
|
| 25 |
- π£ **Purple = Insight** (associative cortex coherence spike)
|
| 26 |
- π **Orange = Frustration** (conflict monitoring, low reward)
|
| 27 |
-
|
| 28 |
|
| 29 |
## Usage
|
| 30 |
|
| 31 |
-
Paste paper text
|
| 32 |
-
|
| 33 |
-
## Model
|
| 34 |
-
|
| 35 |
-
Uses [facebook/tribev2](https://huggingface.co/facebook/tribev2) for brain encoding predictions.
|
|
|
|
| 4 |
colorFrom: purple
|
| 5 |
colorTo: red
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: "5.0.0"
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
|
|
|
| 15 |
|
| 16 |
## How it works
|
| 17 |
|
| 18 |
+
1. **Paste text** from a research paper
|
| 19 |
+
2. **Cognitive states** are inferred from linguistic markers mapped to brain activation patterns:
|
|
|
|
| 20 |
- π΄ **Red = Curiosity** (prefrontal + anterior cingulate activation)
|
| 21 |
- π΅ **Blue = Questioning** (dorsolateral prefrontal dominance)
|
| 22 |
- π’ **Green = Confusion** (high executive load, low coherence)
|
| 23 |
- π‘ **Yellow = Excitement** (emotion + reward circuits)
|
| 24 |
- π£ **Purple = Insight** (associative cortex coherence spike)
|
| 25 |
- π **Orange = Frustration** (conflict monitoring, low reward)
|
| 26 |
+
3. **Text is highlighted** in real-time based on predicted cognitive states
|
| 27 |
|
| 28 |
## Usage
|
| 29 |
|
| 30 |
+
Paste paper text, then click "π§ Analyze Paper".
|
|
|
|
|
|
|
|
|
|
|
|