Update model card with metadata tags
Browse files
README.md
CHANGED
|
@@ -1,14 +1,28 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
-
library_name:
|
|
|
|
|
|
|
| 4 |
tags:
|
| 5 |
-
- checkpoints
|
| 6 |
- qlora
|
|
|
|
| 7 |
- falcon3
|
|
|
|
| 8 |
- post-training
|
| 9 |
-
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
-
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
|
| 14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
base_model: tiiuae/Falcon3-10B-Base
|
| 6 |
tags:
|
|
|
|
| 7 |
- qlora
|
| 8 |
+
- peft
|
| 9 |
- falcon3
|
| 10 |
+
- checkpoints
|
| 11 |
- post-training
|
| 12 |
+
- scientific-assistant
|
| 13 |
+
language:
|
| 14 |
+
- en
|
| 15 |
---
|
| 16 |
|
| 17 |
+
# Falcon3 QLoRA Checkpoints (Nexa)
|
| 18 |
+
|
| 19 |
+
This repository contains exported checkpoint artifacts from `nexa_inference/checkpoints`.
|
| 20 |
+
|
| 21 |
+
## Contents
|
| 22 |
+
- QLoRA checkpoint directory: `nexa_inference/checkpoints/falcon3_qlora_v1/checkpoint-200/`
|
| 23 |
+
- Tokenizer/config metadata needed to reload the adapter checkpoint.
|
| 24 |
|
| 25 |
+
## Notes
|
| 26 |
+
- Base model: `tiiuae/Falcon3-10B-Base`
|
| 27 |
+
- Training method: QLoRA + PEFT adapters
|
| 28 |
+
- Scope: checkpoint storage and reproducibility metadata
|