Commit
·
f939134
1
Parent(s):
b2fb15a
Update README.md
Browse files
README.md
CHANGED
@@ -17,6 +17,13 @@ pinned: false
|
|
17 |
>
|
18 |
.
|
19 |
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
|
21 |
</p>
|
22 |
<div class="lg:col-span-3">
|
@@ -27,14 +34,9 @@ pinned: false
|
|
27 |
class="p-4 bg-gradient-to-b from-gray-50-to-white border border-gray-100 rounded-lg relative mb-4"
|
28 |
>
|
29 |
<pre class="break-words leading-1 whitespace-pre-line text-xs md:text-sm text-gray-800">
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
#Sentences we want to encode. Example:
|
34 |
-
sentence = ['This framework generates embeddings for each input sentence']
|
35 |
|
36 |
-
#Sentences are encoded by calling model.encode()
|
37 |
-
embedding = model.encode(sentence)
|
38 |
</pre>
|
39 |
</div>
|
40 |
</div>
|
|
|
17 |
>
|
18 |
.
|
19 |
</p>
|
20 |
+
<p class="mb-4">
|
21 |
+
Mira las bases y nuestros patrocinadores. Usaremos GPUs de Paperspace e íncreibles premios de Platzi! <a
|
22 |
+
href="https://somosnlp.org/hackathon"
|
23 |
+
>(link aquí)</a
|
24 |
+
>
|
25 |
+
.
|
26 |
+
</p>
|
27 |
|
28 |
</p>
|
29 |
<div class="lg:col-span-3">
|
|
|
34 |
class="p-4 bg-gradient-to-b from-gray-50-to-white border border-gray-100 rounded-lg relative mb-4"
|
35 |
>
|
36 |
<pre class="break-words leading-1 whitespace-pre-line text-xs md:text-sm text-gray-800">
|
37 |
+
1. Elegir un tema para su proyecto. Hemos recopilado algunas ideas, pero pueden proponer las suyas!
|
38 |
+
2. Una vez elegido el tema, escribe tu username de Hugging Face en el siguiente documento: https://docs.google.com/spreadsheets/d/1IiBzHN6oqx5cT11j4dbLMlZQpYQfXU3R04Q9Kk7ywts/edit?usp=sharing
|
|
|
|
|
|
|
39 |
|
|
|
|
|
40 |
</pre>
|
41 |
</div>
|
42 |
</div>
|