---
language:
- en
pipeline_tag: text-generation
library_name: transformers
base_model:
- Blexus/Quble_Test_Model_v1_Pretrain
datasets:
- Blexus/test-artificial-couscisnous
---
# awareness model
## ╰─> has a template for input, but is not for chat completions
## ╰─> may produce infinite loops of repeated thoughts
## ╰─> 124M parameters
## ╰─> Fluent Languages: english
## ╰─> text generation, chain-of-thoughts
# Input Template
```
i got in a fight but i dont know to fight
```
# end token
``````
> may produce infinite loops of repeated thoughts
# Another supported input
```
i am bored
```