Commit
·
abe2953
1
Parent(s):
d58f049
Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,39 @@
|
|
1 |
---
|
2 |
title: README
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: static
|
7 |
pinned: false
|
8 |
---
|
9 |
-
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
title: README
|
3 |
+
emoji: 🔥
|
4 |
+
colorFrom: yellow
|
5 |
+
colorTo: yellow
|
6 |
sdk: static
|
7 |
pinned: false
|
8 |
---
|
9 |
+
<div class="grid lg:grid-cols-3 gap-x-4">
|
10 |
+
<h2 class="my-8 lg:col-span-2" style="font-size:20px">
|
11 |
+
👋 ¡Hola, <a href="https://somosnlp.org" target="_blank">Somos NLP</a>! 👋
|
12 |
+
</h2>
|
13 |
+
<p class="lg:col-span-2">
|
14 |
+
Somos una red internacional de personas que estudian, trabajan e investigan en el campo del PLN. Nuestro objetivo es democratizar y avanzar el estado del arte del PLN en español mediante la creación de recursos abiertos en nuestro idioma.
|
15 |
+
</p>
|
16 |
+
<p class="lg:col-span-2">
|
17 |
+
We are an international network of students, practitioners and researchers democratizing NLP in Spanish. Our objective is to democratize and accelerate the advancement of NLP in our language by creating open-source resources.
|
18 |
+
</p>
|
19 |
+
|
20 |
+
<br />
|
21 |
+
<div class="block overflow-hidden group">
|
22 |
+
<a href="https://somosnlp.org/hackathon">
|
23 |
+
<img alt="" src="https://somosnlp.github.io/assets/images/eventos/230320_hackathon_llms_fecha_ext.jpg" class="w-full h-42 object-cover mb-2 bg-gray-300 rounded-lg"/>
|
24 |
+
<div>Hackathon Somos NLP 2023: Los LLMs hablan español</div>
|
25 |
+
</a>
|
26 |
+
</div>
|
27 |
+
<div class="block overflow-hidden group">
|
28 |
+
<a href="https://somosnlp.org/">
|
29 |
+
<img alt="" src="https://somosnlp.github.io/assets/images/blog/ya_somos_1000.png" class="w-full h-42 object-cover mb-2 bg-gray-300 rounded-lg"/>
|
30 |
+
<div class="underline">Aprende más sobre la comunidad</div>
|
31 |
+
</a>
|
32 |
+
</div>
|
33 |
+
<div class="block overflow-hidden group">
|
34 |
+
<a href="https://www.youtube.com/watch?v=WYcJb8gYBZU&list=PLTA-KAy8nxaCGGYz5CWiLZNzc31ilPDyI" class="block overflow-hidden">
|
35 |
+
<img alt="" src="https://somosnlp.github.io/assets/images/blog/charlas_y_talleres_de_pln.png" class="w-full h-42 object-cover mb-2 bg-gray-300 rounded-lg"/>
|
36 |
+
<div class="underline">Charlas y talleres impartidas por profesionales</div>
|
37 |
+
</a>
|
38 |
+
</div>
|
39 |
+
</div>
|