Update README.md
Browse files
MODEL SPECIFICATION:
This model is text only base.
Device: Colab T4
Examples: 15k
Language: Python
Libraries: Transformers, Unsloth, Sentencepiece, Pytorch, etc.
Vision: False
Image generation: False
Attribution
This model is built upon the Qwen2 architecture and weights provided by Alibaba Cloud. In accordance with the license, this model is "Built with Qwen" or "Improved using Qwen".
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
datasets:
|
| 4 |
+
- databricks/databricks-dolly-15k
|
| 5 |
+
metrics:
|
| 6 |
+
- accuracy
|
| 7 |
+
- character
|
| 8 |
+
base_model:
|
| 9 |
+
- Qwen/Qwen2.5-3B-Instruct
|
| 10 |
+
library_name: transformers
|
| 11 |
+
tags:
|
| 12 |
+
- agent
|
| 13 |
+
- legal
|
| 14 |
+
---
|