OliverPerrin commited on
Commit
46b3405
·
1 Parent(s): 6b4c072

Docs: Add Hugging Face Spaces configuration to README

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
1
  # LexiMind: A Multi-Task NLP Model
2
 
3
  LexiMind is a state-of-the-art Natural Language Processing model designed for complex document understanding. It leverages a modern, pre-trained Transformer architecture to perform three sophisticated tasks simultaneously: text summarization, emotion classification, and topic clustering.
 
1
+ ---
2
+ title: LexiMind
3
+ emoji: 🧠
4
+ colorFrom: blue
5
+ colorTo: indigo
6
+ sdk: gradio
7
+ sdk_version: "5.49.1"
8
+ app_file: scripts/demo_gradio.py
9
+ pinned: false
10
+ ---
11
+
12
  # LexiMind: A Multi-Task NLP Model
13
 
14
  LexiMind is a state-of-the-art Natural Language Processing model designed for complex document understanding. It leverages a modern, pre-trained Transformer architecture to perform three sophisticated tasks simultaneously: text summarization, emotion classification, and topic clustering.