rudaoshi commited on
Commit
6f7d49a
·
2 Parent(s): 40fddfc4527ce7

Merge branch 'main' of https://huggingface.co/spaces/rudaoshi/lang2logic

Browse files
Files changed (1) hide show
  1. README.md +4 -5
README.md CHANGED
@@ -1,16 +1,16 @@
1
  ---
2
- title: Word-Lingua Graph Parser
3
  emoji: 📊
4
  colorFrom: blue
5
  colorTo: purple
6
  sdk: gradio
7
- sdk_version: 4.0.0
8
  app_file: app.py
9
  pinned: false
10
  license: mit
11
  ---
12
 
13
- # Word-Lingua Graph Parser
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)