Allanatrix commited on
Commit
9543b94
·
verified ·
1 Parent(s): 33f8712

Update model card with metadata tags

Browse files
Files changed (1) hide show
  1. README.md +19 -5
README.md CHANGED
@@ -1,14 +1,28 @@
1
  ---
2
  license: apache-2.0
3
- library_name: pytorch
 
 
4
  tags:
5
- - checkpoints
6
  - qlora
 
7
  - falcon3
 
8
  - post-training
9
- base_model: tiiuae/Falcon3-10B-Base
 
 
10
  ---
11
 
12
- # Nexa Checkpoints
 
 
 
 
 
 
13
 
14
- Checkpoint artifacts exported from `nexa_inference/checkpoints`.
 
 
 
 
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