ThingsAI commited on
Commit
61e7829
·
verified ·
1 Parent(s): 19f01c0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -25,7 +25,7 @@ pipeline_tag: text-generation
25
 
26
  Quark-270M-Base is the **base pretrained** model from the Quark family — a compact bilingual language model for Italian and English, built entirely from scratch by [ThingsAI](https://things-ai.org) in Prato, Italy.
27
 
28
- This is the raw pretrained model optimized for text completion. For conversational use, see [**Quark-270M-Instruct**](https://huggingface.co/ThingAI/Quark-270m-v0.3-Instruct).
29
 
30
  ## Model Details
31
 
@@ -127,7 +127,7 @@ out = model.generate(**inputs, max_new_tokens=100, do_sample=True, temperature=0
127
  print(tokenizer.decode(out[0]))
128
  ```
129
 
130
- > **Note:** This is a base model — it does text completion, not instruction following. For chat/instructions, use [Quark-270M-Instruct](https://huggingface.co/ThingAI/Quark-270m-v0.3-Instruct).
131
 
132
  ## Limitations
133
 
 
25
 
26
  Quark-270M-Base is the **base pretrained** model from the Quark family — a compact bilingual language model for Italian and English, built entirely from scratch by [ThingsAI](https://things-ai.org) in Prato, Italy.
27
 
28
+ This is the raw pretrained model optimized for text completion. For conversational use, see [**Quark-270M-Instruct**](https://huggingface.co/ThingAI/Quark-270m-Instruct).
29
 
30
  ## Model Details
31
 
 
127
  print(tokenizer.decode(out[0]))
128
  ```
129
 
130
+ > **Note:** This is a base model — it does text completion, not instruction following. For chat/instructions, use [Quark-270M-Instruct](https://huggingface.co/ThingAI/Quark-270m-Instruct).
131
 
132
  ## Limitations
133