Paulescu commited on
Commit
e68bdd9
·
1 Parent(s): 1ff3a10

Fix link bar, add Discord and br tag, update Contact section

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -29,11 +29,12 @@ base_model: LiquidAI/LFM2-1.2B
29
  />
30
  </div>
31
  <div style="display: flex; justify-content: center; gap: 0.5em;">
32
- <a href="https://playground.liquid.ai/chat">
33
- <a href="https://playground.liquid.ai/"><strong>Try LFM</strong></a> • <a href="https://docs.liquid.ai/lfm"><strong>Documentation</strong></a> • <a href="https://leap.liquid.ai/"><strong>LEAP</strong></a></a>
34
  </div>
35
  </center>
36
 
 
 
37
  # LFM2-1.2B-Extract
38
 
39
  Based on [LFM2-1.2B](https://huggingface.co/LiquidAI/LFM2-1.2B), LFM2-1.2B-Extract is designed to **extract important information from a wide variety of unstructured documents** (such as articles, transcripts, or reports) into structured outputs like JSON, XML, or YAML.
@@ -111,7 +112,8 @@ You can use the following Colab notebooks for easy inference and fine-tuning:
111
 
112
  ## 📬 Contact
113
 
114
- If you are interested in custom solutions with edge deployment, please contact [our sales team](https://www.liquid.ai/contact).
 
115
 
116
  ## Citation
117
 
 
29
  />
30
  </div>
31
  <div style="display: flex; justify-content: center; gap: 0.5em;">
32
+ <a href="https://playground.liquid.ai/"><strong>Try LFM</strong></a> • <a href="https://docs.liquid.ai/lfm/getting-started/welcome"><strong>Docs</strong></a> • <a href="https://leap.liquid.ai/"><strong>LEAP</strong></a> • <a href="https://discord.com/invite/liquid-ai"><strong>Discord</strong></a>
 
33
  </div>
34
  </center>
35
 
36
+ <br>
37
+
38
  # LFM2-1.2B-Extract
39
 
40
  Based on [LFM2-1.2B](https://huggingface.co/LiquidAI/LFM2-1.2B), LFM2-1.2B-Extract is designed to **extract important information from a wide variety of unstructured documents** (such as articles, transcripts, or reports) into structured outputs like JSON, XML, or YAML.
 
112
 
113
  ## 📬 Contact
114
 
115
+ - Got questions or want to connect? [Join our Discord community](https://discord.com/invite/liquid-ai)
116
+ - If you are interested in custom solutions with edge deployment, please contact [our sales team](https://www.liquid.ai/contact).
117
 
118
  ## Citation
119