Spaces:
Sleeping
Sleeping
Merge branch 'main' of https://huggingface.co/spaces/rudaoshi/lang2logic
Browse files
README.md
CHANGED
|
@@ -1,16 +1,16 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
emoji: 📊
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
| 11 |
---
|
| 12 |
|
| 13 |
-
#
|
| 14 |
|
| 15 |
Parse sentences into linguistic structure graphs using deep learning.
|
| 16 |
|
|
@@ -48,5 +48,4 @@ The parser generates word-lingua graphs that represent:
|
|
| 48 |
|
| 49 |
- **Model Architecture**: BERT + Biaffine Attention
|
| 50 |
- **Decoding**: Greedy pattern-based constrained decoding
|
| 51 |
-
- **Output Format**: GPGraph (linguistic graph structure)
|
| 52 |
-
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Lingua Graph Parser
|
| 3 |
emoji: 📊
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 6.0.2
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
| 11 |
---
|
| 12 |
|
| 13 |
+
# Lingua Graph Parser
|
| 14 |
|
| 15 |
Parse sentences into linguistic structure graphs using deep learning.
|
| 16 |
|
|
|
|
| 48 |
|
| 49 |
- **Model Architecture**: BERT + Biaffine Attention
|
| 50 |
- **Decoding**: Greedy pattern-based constrained decoding
|
| 51 |
+
- **Output Format**: GPGraph (linguistic graph structure)
|
|
|