Instructions to use Intercept-Intelligence/Txt-Analyst-AI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Intercept-Intelligence/Txt-Analyst-AI with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Intercept-Intelligence/Txt-Analyst-AI")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Intercept-Intelligence/Txt-Analyst-AI", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -19,4 +19,5 @@ base_model:
|
|
| 19 |
- deepseek-ai/DeepSeek-R1
|
| 20 |
- meta-llama/Llama-4-Maverick-17B-128E-Instruct
|
| 21 |
library_name: transformers
|
|
|
|
| 22 |
---
|
|
|
|
| 19 |
- deepseek-ai/DeepSeek-R1
|
| 20 |
- meta-llama/Llama-4-Maverick-17B-128E-Instruct
|
| 21 |
library_name: transformers
|
| 22 |
+
pipeline_tag: text2text-generation
|
| 23 |
---
|