Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: en
|
| 3 |
+
license: mit
|
| 4 |
+
tags:
|
| 5 |
+
- instruction-tuning
|
| 6 |
+
- web3
|
| 7 |
+
- blockchain
|
| 8 |
+
- nlp
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# Web3 Instruction Model
|
| 12 |
+
|
| 13 |
+
## Overview
|
| 14 |
+
This model is designed for instruction-following tasks focused on blockchain and Web3 topics.
|
| 15 |
+
It can be used as a base or fine-tuned model for answering crypto-related prompts.
|
| 16 |
+
|
| 17 |
+
## Intended Use
|
| 18 |
+
- Web3 AI assistants
|
| 19 |
+
- Crypto education tools
|
| 20 |
+
- Domain-specific LLM fine-tuning
|
| 21 |
+
|
| 22 |
+
## Training
|
| 23 |
+
The model is fine-tuned using synthetic instruction–response data related to Web3 concepts.
|
| 24 |
+
|
| 25 |
+
## Limitations
|
| 26 |
+
This model is intended for research and experimentation purposes only.
|
| 27 |
+
|
| 28 |
+
## License
|
| 29 |
+
MIT
|