Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -7,4 +7,31 @@ sdk: static
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
+
## Hi there π₯¬
|
11 |
+
|
12 |
+
We are the minish lab π! Welcome to our github page. We're a two-person ([@pringled](https://github.com/Pringled) and [@stephantul](https://github.com/stephantul)) open-source research lab, with a focus on Natural Language Processing.
|
13 |
+
Our goal is to provide with usable and fun tools to make working with language data easy and fun.
|
14 |
+
|
15 |
+
* We like fast things, so we focus on small models.
|
16 |
+
* We like "classical" nlp and machine learning, so no LLM interfaces here.
|
17 |
+
* We like cpu-bound work, not everyone has access to GPUs or wants to pay big tech companies for using GPUs.
|
18 |
+
* We try to be as multi-lingual as possible: NLP work tends to focus purely on English, to the detriment of other languages.
|
19 |
+
* We write in Python, and use a pretty opinionated stack (uv, everything fully typed, everything fully documented, no exceptions).
|
20 |
+
* We try to be inclusive: if you'd like to help out, please let us know π€.
|
21 |
+
|
22 |
+
### Main goals
|
23 |
+
|
24 |
+
We aim to make software that is:
|
25 |
+
* Easy to use βοΈ
|
26 |
+
* Fun to use π₯³
|
27 |
+
* Opinionated π€
|
28 |
+
* Open for integration π§²
|
29 |
+
* Does not re-invent the wheel π€Έ
|
30 |
+
* Fast π΄
|
31 |
+
|
32 |
+
In short, this means we make software packages that do one thing well, and that let you do that specific thing, and integrate it into a use of your choosing.
|
33 |
+
We're not going to try and tell you what to do, we'll just show you what you can do, and we'll hope you have fun doing it.
|
34 |
+
|
35 |
+
You can also find us on:
|
36 |
+
π¬ [GitHub](https://github.com/MinishLab)
|
37 |
+
π½ [LinkedIn](https://www.linkedin.com/company/minish-lab/)
|