File size: 4,058 Bytes
cf4e026 dc09797 cf4e026 dc09797 cf4e026 dc09797 cf4e026 dc09797 cf4e026 dc09797 cf4e026 dc09797 cf4e026 dc09797 cf4e026 dc09797 cf4e026 dc09797 cf4e026 dc09797 cf4e026 dc09797 cf4e026 dc09797 cf4e026 dc09797 cf4e026 dc09797 cf4e026 dc09797 cf4e026 dc09797 cf4e026 dc09797 cf4e026 dc09797 cf4e026 dc09797 cf4e026 dc09797 cf4e026 dc09797 cf4e026 dc09797 cf4e026 dc09797 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 |
---
library_name: transformers
tags:
- reasoning
- transformers
- maths
- brahmai
license: apache-2.0
datasets:
- brahmairesearch/x1-exp
language:
- en
base_model:
- Qwen/Qwen2.5-7B
pipeline_tag: text-generation
---
# x1 | BRAHMAI
**7 Billion Parameters | v0.1**
![x1-7B-v0.1](https://i.ibb.co/dJgyV8H/image.png)
Introducing **x1-7B-v0.1**, the first Large Language Model by [BRAHMAI](https://brahmai.in) with built-in reasoning capabilities. Based on the powerful **Qwen2.5 7B** architecture, this model has been fine-tuned using a synthetic dataset generated from open-source models across multiple datasets and custom agentic pipelines.
### Note:
As the first iteration of this model, **x1-7B-v0.1** demonstrates strong performance in answering reasoning-based questions, making it a valuable tool for advancing further development. When reasoning, the model encapsulates its thought process within `<thinking>` and `</thinking>` tags before delivering the final response.
---
### Known Limitations
While promising, this model has its quirks:
1. **Unexpected Behavior with Simple Inputs:** For instance, it may break when simply greeted with "Hi."
2. **Excessive Reasoning:** Even for basic queries, the model often engages in elaborate reasoning chains.
3. **Repetitive Responses:** Occasionally, after providing an answer, the model gets stuck in a loop, repeating patterns.
---
### Example Conversations
**Note:** All examples were tested with `max_new_tokens` set to 512.
#### Example 1: Comparing 9.24 and 9.8
```
USER: What is larger? 9.24 or 9.8?
ASSISTANT: <thinking>
To determine which number is larger between 9.24 and 9.8, we can compare the digits in each place value.
1. Both numbers have the same digit in the ones place (9).
2. In the tenths place, 9.24 has a 2, while 9.8 has an 8. Since 8 is greater than 2, 9.8 is larger than 9.24.
Thus, 9.8 is larger than 9.24.
</thinking>
9.8 is larger than 9.24.
```
#### Example 2: The "Hi" Scenario
```
USER: Hi
ASSISTANT: <thinking>
The user is asking for a list of 100 words that start with the letter "S" and end with the letter "e". To generate this list, I need to think of words that fit these criteria.
I will start by brainstorming words that begin with "S" and end with "e". Some examples include "sage", "sneeze", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve", "sieve",
```
#### Example 3: Counting "R"s in "STRAWBERRY"
```
USER: How many R's are in STRAWBERRY?
ASSISTANT: <thinking>
To determine the number of "R"s in "STRAWBERRY," I’ll count the occurrences of "R."
The word "STRAWBERRY" consists of the following letters: S, T, R, A, W, B, E, R, R, Y.
Counting the "R"s:
- The first "R" is in the third position.
- The second "R" is in the eighth position.
- The third "R" is in the ninth position.
Therefore, there are 3 "R"s in "STRAWBERRY."
</thinking>
There are 3 "R"s in the word "STRAWBERRY."
```
---
### Moving Forward
We're committed to refining this model. Stay tuned for improvements as we continue to fine-tune it.
If you have any questions or feedback, feel free to reach out to us at [hello@brahmai.in](mailto:hello@brahmai.in). |