Commit
·
4b42ef8
1
Parent(s):
c594e10
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,4 +2,15 @@
|
|
| 2 |
license: other
|
| 3 |
license_name: microsoft-research-license
|
| 4 |
license_link: LICENSE
|
|
|
|
|
|
|
| 5 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
license: other
|
| 3 |
license_name: microsoft-research-license
|
| 4 |
license_link: LICENSE
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
---
|
| 8 |
+
Barcenas 2.7b is a small language model (SLM) with 2.7 billion parameters, based on the Phi-2 model by Microsoft.
|
| 9 |
+
|
| 10 |
+
It inherits the outstanding reasoning and language understanding capabilities of Phi-2, which showcases state-of-the-art performance among base language models with less than 13 billion parameters.
|
| 11 |
+
|
| 12 |
+
Barcenas 2.7b also incorporates the features of the phi-2-NaturalChat model by Onymity, which is a fine-tuned version of Phi-2 for natural and engaging chat conversations based on GPT-4.
|
| 13 |
+
|
| 14 |
+
Barcenas 2.7b is designed to handle a variety of tasks, such as question answering, code generation, and natural chat, using high-quality and synthetic training data.
|
| 15 |
+
|
| 16 |
+
Made with ❤️ in Guadalupe, Nuevo Leon, Mexico 🇲🇽
|