Update README.md
Browse files
README.md
CHANGED
@@ -23,10 +23,14 @@ The Cogito v2 LLMs are instruction tuned generative models. All models are relea
|
|
23 |
- This model is trained in over 30 languages and supports long contexts (upto 10M tokens).
|
24 |
|
25 |
# Evaluations
|
|
|
|
|
26 |
<p align="left">
|
27 |
<img src="images/cogito-v2-109b-benchmarks.png" alt="Logo" width="90%">
|
28 |
</p>
|
29 |
|
|
|
|
|
30 |
# Usage
|
31 |
Here is a snippet below for usage with Transformers:
|
32 |
|
|
|
23 |
- This model is trained in over 30 languages and supports long contexts (upto 10M tokens).
|
24 |
|
25 |
# Evaluations
|
26 |
+
Here is the model performance on some standard industry benchmarks.
|
27 |
+
|
28 |
<p align="left">
|
29 |
<img src="images/cogito-v2-109b-benchmarks.png" alt="Logo" width="90%">
|
30 |
</p>
|
31 |
|
32 |
+
For detailed evaluations, please refer to the [Blog Post](https://www.deepcogito.com/research/cogito-v2-preview).
|
33 |
+
|
34 |
# Usage
|
35 |
Here is a snippet below for usage with Transformers:
|
36 |
|