Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,44 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
datasets:
|
4 |
+
- droyti/ICEQ-Dataset
|
5 |
+
language:
|
6 |
+
- ru
|
7 |
+
base_model:
|
8 |
+
- t-tech/T-lite-it-1.0
|
9 |
+
library_name: transformers
|
10 |
+
---
|
11 |
+
|
12 |
+
<p align="center"><img src=https://github.com/phantom2059/ICEQ/blob/main/img/logo.png?raw=true width=450px></p>
|
13 |
+
|
14 |
+
<p align="center"><b>ICEQ</b> (Input, Chunks, Embeddings, Questions) — это приложение, которое автоматически генерирует вопросы на основе объемного текста. Оно помогает пользователям лучше понимать и анализировать информацию, предлагая вопросы для проверки владения материалом.</p>
|
15 |
+
|
16 |
+
<div align="center">
|
17 |
+
<h3>🧠 Core ML & NLP</h3>
|
18 |
+
<p>
|
19 |
+
<img src="https://img.shields.io/badge/PyTorch-2.6.0+cu118-EE4C2C?style=for-the-badge&logo=pytorch&logoColor=white" alt="PyTorch">
|
20 |
+
<img src="https://img.shields.io/badge/Transformers-4.50.3-FFD43B?style=for-the-badge&logo=huggingface&logoColor=black" alt="Transformers">
|
21 |
+
<img src="https://img.shields.io/badge/Sentence%20Transformers-4.0.1-FF6F00?style=for-the-badge&logo=huggingface&logoColor=white" alt="SentenceTransformers">
|
22 |
+
</p>
|
23 |
+
|
24 |
+
<h3>📊 Data & Math</h3>
|
25 |
+
<p>
|
26 |
+
<img src="https://img.shields.io/badge/Numpy-2.2.4-013243?style=for-the-badge&logo=numpy&logoColor=white" alt="NumPy">
|
27 |
+
<img src="https://img.shields.io/badge/SciPy-1.15.2-8CAAE6?style=for-the-badge&logo=scipy&logoColor=white" alt="SciPy">
|
28 |
+
<img src="https://img.shields.io/badge/scikit--learn-1.6.1-F7931E?style=for-the-badge&logo=scikit-learn&logoColor=white" alt="Scikit-learn">
|
29 |
+
</p>
|
30 |
+
|
31 |
+
<h3>🌐 Web & API</h3>
|
32 |
+
<p>
|
33 |
+
<img src="https://img.shields.io/badge/Flask-2.2.2-000000?style=for-the-badge&logo=flask&logoColor=white" alt="Flask">
|
34 |
+
<img src="https://img.shields.io/badge/OpenAI-1.70.0-412991?style=for-the-badge&logo=openai&logoColor=white" alt="OpenAI">
|
35 |
+
<img src="https://img.shields.io/badge/HTTPX-0.28.1-5A9FD4?style=for-the-badge&logo=python&logoColor=white" alt="HTTPX">
|
36 |
+
</p>
|
37 |
+
|
38 |
+
<h3>🛠 Utilities</h3>
|
39 |
+
<p>
|
40 |
+
<img src="https://img.shields.io/badge/tqdm-4.67.1-FFC107?style=for-the-badge&logo=python&logoColor=black" alt="tqdm">
|
41 |
+
<img src="https://img.shields.io/badge/HuggingFace%20Hub-0.30.1-FFD21E?style=for-the-badge&logo=huggingface&logoColor=black" alt="HuggingFace Hub">
|
42 |
+
<img src="https://img.shields.io/badge/PyYAML-6.0.2-FF0000?style=for-the-badge&logo=yaml&logoColor=white" alt="PyYAML">
|
43 |
+
</p>
|
44 |
+
</div>
|