Text Generation
PyTorch
RWKV
English
custom-architecture
recurrent
memory-augmented
hierarchical-reasoning
alpaca
hierarchos
Eval Results (legacy)
Instructions to use netcat420/KortexHOS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- RWKV
How to use netcat420/KortexHOS with RWKV:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
File size: 326 Bytes
97c7df1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | {
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": "<|endoftext|>",
"eos_token": "<|endoftext|>",
"errors": "replace",
"is_local": false,
"local_files_only": false,
"model_max_length": 8880,
"pad_token": "<|endoftext|>",
"tokenizer_class": "GPT2Tokenizer",
"unk_token": "<|endoftext|>"
}
|