Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Model Card
|
| 2 |
+
|
| 3 |
+
## Model Description
|
| 4 |
+
|
| 5 |
+
This is a Large Language Model (LLM) trained on a dataset of [dataset description].
|
| 6 |
+
|
| 7 |
+
## Evaluation Results
|
| 8 |
+
|
| 9 |
+
### Hellaswag
|
| 10 |
+
|
| 11 |
+
| Metric | Value |
|
| 12 |
+
| --- | --- |
|
| 13 |
+
| Accuracy | 0.29 |
|
| 14 |
+
|
| 15 |
+
## How to Use
|
| 16 |
+
|
| 17 |
+
To use this model, simply download the checkpoint and load it into your preferred deep learning framework.
|