File size: 865 Bytes
2cdc36f 687248d 2cdc36f 687248d 2cdc36f 687248d 2cdc36f 687248d 2cdc36f 687248d 2990297 2cdc36f 687248d 2cdc36f 687248d |
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 |
---
license: apache-2.0
language:
- en
- ko
- multilingual
library_name: transformers
tags:
- search
- retrieval-augmented
- assistant
- conversational
base_model: trillionlabs/Tri-7B
---
# Tri-7B-Search-preview
A search-enabled LLM that combines efficient language modeling with real-time internet search capabilities.
## Model Details
- **Base Model**: [Tri-7B](https://huggingface.co/trillionlabs/Tri-7B)
- **Parameters**: 7B
- **Architecture**: Transformer-based with integrated search functionality
- **License**: Apache 2.0
- **Training**: SFT with Qwen3-32B trajectories.
## Demo & Implementation
Try it out with **[tri.oo.ai](https://github.com/trillion-labs/tri.oo.ai)** - a local, open-source implementation featuring:
- Chat interface inspired by oo.ai
- DuckDuckGo search integration
- vLLM support for efficient inference
- OpenAI-compatible API |