ThingsAI commited on
Commit
ec9fbd7
·
verified ·
1 Parent(s): 845fbeb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -25
README.md CHANGED
@@ -22,13 +22,6 @@ pipeline_tag: text-generation
22
  # Quark-270M-Instruct — Bilingual Chat Model
23
  Quark-270M-Instruct is the **instruction-tuned** version of [Quark-270M Base](https://huggingface.co/ThingAI/Quark-270m-Base), fine-tuned for conversational use in Italian and English. Built entirely from scratch by [ThingsAI](https://things-ai.org).
24
 
25
- ### Highlights
26
-
27
- - 🇮🇹🇬🇧 **Bilingual:** Responds naturally in Italian and English
28
- - 💬 **Conversational:** Greetings, Q&A, general knowledge
29
- - 💻 **Code-aware:** Python basics and terminal commands
30
- - 🪶 **Lightweight:** Runs on consumer GPUs (< 1GB VRAM in BF16)
31
-
32
  ## Quick Start
33
 
34
  ```python
@@ -131,24 +124,6 @@ Fine-tuned on a diverse mix of conversational and instructional data:
131
 
132
  Quark-270M-Instruct powers [Things Chat](https://chat.things-ai.org) via a self-hosted FastAPI server with SSE streaming, conversation memory, web search, and content moderation.
133
 
134
- ```bash
135
- QUARK_MODEL_DIR=./Quark-270m-Instruct python app.py
136
- # → http://localhost:5005
137
- ```
138
-
139
- ### API
140
-
141
- ```bash
142
- # Streaming
143
- curl -X POST http://localhost:5005/api/chat/stream \
144
- -H "Content-Type: application/json" \
145
- -d '{"text": "Ciao!", "session_id": "user1"}'
146
-
147
- # Batch
148
- curl -X POST http://localhost:5005/api/chat \
149
- -H "Content-Type: application/json" \
150
- -d '{"text": "What is AI?"}'
151
- ```
152
 
153
  ## Limitations
154
 
 
22
  # Quark-270M-Instruct — Bilingual Chat Model
23
  Quark-270M-Instruct is the **instruction-tuned** version of [Quark-270M Base](https://huggingface.co/ThingAI/Quark-270m-Base), fine-tuned for conversational use in Italian and English. Built entirely from scratch by [ThingsAI](https://things-ai.org).
24
 
 
 
 
 
 
 
 
25
  ## Quick Start
26
 
27
  ```python
 
124
 
125
  Quark-270M-Instruct powers [Things Chat](https://chat.things-ai.org) via a self-hosted FastAPI server with SSE streaming, conversation memory, web search, and content moderation.
126
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
127
 
128
  ## Limitations
129