Instructions to use flock-io/Flock_Web3_Agent_Model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use flock-io/Flock_Web3_Agent_Model with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("flock-io/Flock_Web3_Agent_Model", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,8 +6,7 @@ base_model:
|
|
| 6 |
library_name: transformers
|
| 7 |
---
|
| 8 |
## Introduction
|
| 9 |
-
|
| 10 |
-
|
| 11 |
## Requirements
|
| 12 |
We advise you to use the latest version of `transformers`.
|
| 13 |
|
|
|
|
| 6 |
library_name: transformers
|
| 7 |
---
|
| 8 |
## Introduction
|
| 9 |
+
FLock Web3 Agent Model is a specialized LLM designed to address complex queries in the Web3 ecosystem, with a focus on DeFi, blockchain interoperability, on-chain analytics, and etc.. The model excels in function-calling reasoning, enabling it to break down intricate user requests into actionable steps, interact with external APIs, and provide data-driven insights for Web3 applications. It is tailored for users ranging from developers and researchers to investors navigating the decentralized landscape.
|
|
|
|
| 10 |
## Requirements
|
| 11 |
We advise you to use the latest version of `transformers`.
|
| 12 |
|