Hassan Shavarani commited on
Commit
fc8a19e
1 Parent(s): 96a2369

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -1,8 +1,8 @@
1
  ---
2
  title: SpEL
3
- emoji: 📚
4
- colorFrom: green
5
- colorTo: blue
6
  sdk: streamlit
7
  sdk_version: 1.27.2
8
  app_file: app.py
@@ -10,4 +10,5 @@ pinned: false
10
  license: cc-by-4.0
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
1
  ---
2
  title: SpEL
3
+ emoji: 💻
4
+ colorFrom: blue
5
+ colorTo: yellow
6
  sdk: streamlit
7
  sdk_version: 1.27.2
8
  app_file: app.py
 
10
  license: cc-by-4.0
11
  ---
12
 
13
+ The live demo space for the paper [SPEL: Structured Prediction for Entity Linking (EMNLP 2023)](https://arxiv.org/abs/2310.14684).
14
+ The code and data are available in [this repository](https://github.com/shavarani/SpEL).