Update README.md
Browse files
README.md
CHANGED
@@ -16,6 +16,9 @@ datasets:
|
|
16 |
Early experimental model uses unique advance form of supervised tuning. This training program loads the model, and than loads the data from dataset. It will provide data in inference time. Than it trains the LLM.
|
17 |
During inference and than checks if it reaches the answer or goal. If not, it will keep training until it reaches the answer or solution.
|
18 |
|
|
|
|
|
|
|
19 |
## Installation
|
20 |
Update latest transformers
|
21 |
```python
|
|
|
16 |
Early experimental model uses unique advance form of supervised tuning. This training program loads the model, and than loads the data from dataset. It will provide data in inference time. Than it trains the LLM.
|
17 |
During inference and than checks if it reaches the answer or goal. If not, it will keep training until it reaches the answer or solution.
|
18 |
|
19 |
+
Context Window: 128k
|
20 |
+
|
21 |
+
|
22 |
## Installation
|
23 |
Update latest transformers
|
24 |
```python
|