Skip to content

Commit 37fd03d

Browse files
committed
updated readme
1 parent 5289a8a commit 37fd03d

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="https://github.com/iryna-kondr/scikit-llm/blob/main/logo.png?raw=true" height="200"/>
2+
<img src="https://github.com/iryna-kondr/scikit-llm/blob/main/logo.png?raw=true" max-height="200"/>
33
</p>
44

55
# Scikit-LLM: Sklearn Meets Large Language Models
@@ -12,6 +12,16 @@ Seamlessly integrate powerful language models like ChatGPT into scikit-learn for
1212
pip install scikit-llm
1313
```
1414

15+
## Support us 🤝
16+
17+
You can support the project in the following ways:
18+
19+
- ⭐ Star Scikit-LLM on GitHub (click the star button in the top right corner)
20+
- 💡 Provide your feedback or propose ideas in the [issues](https://github.com/iryna-kondr/scikit-llm/issues) section
21+
- 🔗 Post about Scikit-LLM on LinkedIn or other platforms
22+
- 🪶 Check out our related project - [Falcon AutoML](https://github.com/OKUA1/falcon)
23+
24+
1525
## Documentation 📚
1626

1727
### Configuring OpenAI API Key
@@ -81,7 +91,7 @@ labels = clf.predict(X)
8191

8292
Similarly to the `ZeroShotGPTClassifier` it is sufficient if only candidate labels are provided. However, this time the classifier expects `y` of a type `List[List[str]]`.
8393

84-
```
94+
```python
8595
from skllm import MultiLabelZeroShotGPTClassifier
8696
from skllm.datasets import get_multilabel_classification_dataset
8797

0 commit comments

Comments
 (0)