karimouda commited on
Commit
67a9aa7
β€’
1 Parent(s): 9b5886f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -19,12 +19,13 @@ SILMA.AI is a leading Generative AI startup dedicated to empowering Arabic speak
19
  ## πŸš€ Our Flagship Model: SILMA 1.0 πŸš€
20
 
21
  * **SILMA 1.0** is the **TOP-RANKED** open-weights Arabic LLM with an impressive **9 billion parameter size**, surpassing models that are over seven times larger. πŸ†
 
22
 
23
  ## What makes SILMA exceptional?
24
 
25
  * SIMLA is a small language model outperforming 72B models in most arabic language tasks, thus more practical for business use-cases
26
  * SILMA is built on the strong foundational models of Google Gemma, giving you the best of both worlds
27
- * SILMA is an open-weight model free to use in accordance with our open license
28
 
29
 
30
  ## πŸ‘₯ Our Team
@@ -33,6 +34,7 @@ We are a team of seasoned **Arabic AI experts** who understand the nuances of th
33
 
34
  **Authors**: [silma.ai](https://silma.ai)
35
 
 
36
  ### Usage
37
 
38
  Below we share some code snippets on how to get quickly started with running the model. First, install the Transformers library with:
@@ -299,7 +301,7 @@ print(tokenizer.decode(outputs[0]))
299
 
300
  * **Input:** Text string, such as a question, a prompt, or a document to be
301
  summarized.
302
- * **Output:** Generated English-language text in response to the input, such
303
  as an answer to a question, or a summary of a document.
304
 
305
  ### Citation
 
19
  ## πŸš€ Our Flagship Model: SILMA 1.0 πŸš€
20
 
21
  * **SILMA 1.0** is the **TOP-RANKED** open-weights Arabic LLM with an impressive **9 billion parameter size**, surpassing models that are over seven times larger. πŸ†
22
+ *
23
 
24
  ## What makes SILMA exceptional?
25
 
26
  * SIMLA is a small language model outperforming 72B models in most arabic language tasks, thus more practical for business use-cases
27
  * SILMA is built on the strong foundational models of Google Gemma, giving you the best of both worlds
28
+ * SILMA is an open-weight model free to use in accordance with our open license
29
 
30
 
31
  ## πŸ‘₯ Our Team
 
34
 
35
  **Authors**: [silma.ai](https://silma.ai)
36
 
37
+
38
  ### Usage
39
 
40
  Below we share some code snippets on how to get quickly started with running the model. First, install the Transformers library with:
 
301
 
302
  * **Input:** Text string, such as a question, a prompt, or a document to be
303
  summarized.
304
+ * **Output:** Generated Arabic or English text in response to the input, such
305
  as an answer to a question, or a summary of a document.
306
 
307
  ### Citation