Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
pipeline_tag: text-generation
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# Basalt-7B
|
| 7 |
+
|
| 8 |
+
A 7B parameter instruction-tuned model.
|
| 9 |
+
|
| 10 |
+
## Evaluation Results
|
| 11 |
+
|
| 12 |
+
| Benchmark | Score |
|
| 13 |
+
|---|---|
|
| 14 |
+
|
| 15 |
+
## Usage
|
| 16 |
+
|
| 17 |
+
Load the model with the standard pipeline and prompt it directly.
|