Commit
·
fe21650
1
Parent(s):
64454d4
[up]: add model architecture section to the model card
Browse files
README.md
CHANGED
@@ -591,14 +591,6 @@ Our zero-shot search query parsing model is designed to extract structured infor
|
|
591 |
| Documentation and Knowledge Sharing [+] | 0.68 | 0.65 | 0.66 | 0.50 |
|
592 |
| Aggregate | 0.75 | 0.71 | 0.73 | 0.57 |
|
593 |
|
594 |
-
### Results
|
595 |
-
|
596 |
-
[More Information Needed]
|
597 |
-
|
598 |
-
#### Summary
|
599 |
-
|
600 |
-
|
601 |
-
[More Information Needed]
|
602 |
|
603 |
## Environmental Impact
|
604 |
|
@@ -612,19 +604,20 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
|
|
612 |
- **Compute Region:** us-west-1
|
613 |
- **Carbon Emitted:** 6.48
|
614 |
|
615 |
-
## Technical Specifications
|
616 |
|
617 |
### Model Architecture and Objective
|
618 |
|
619 |
-
|
|
|
620 |
|
621 |
### Compute Infrastructure
|
622 |
|
623 |
-
[
|
624 |
|
625 |
#### Hardware
|
626 |
|
627 |
-
[
|
628 |
|
629 |
#### Software
|
630 |
|
|
|
591 |
| Documentation and Knowledge Sharing [+] | 0.68 | 0.65 | 0.66 | 0.50 |
|
592 |
| Aggregate | 0.75 | 0.71 | 0.73 | 0.57 |
|
593 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
594 |
|
595 |
## Environmental Impact
|
596 |
|
|
|
604 |
- **Compute Region:** us-west-1
|
605 |
- **Carbon Emitted:** 6.48
|
606 |
|
607 |
+
## Technical Specifications
|
608 |
|
609 |
### Model Architecture and Objective
|
610 |
|
611 |
+
* Base model: [Falcon-7b-Instruct](https://huggingface.co/tiiuae/falcon-7b-instruct).
|
612 |
+
* Quantization Configuration: Uses settings like `load_in_4bit` and `bnb_4bit_quant_type` for model quantization.
|
613 |
|
614 |
### Compute Infrastructure
|
615 |
|
616 |
+
[To be added]
|
617 |
|
618 |
#### Hardware
|
619 |
|
620 |
+
[To be added]
|
621 |
|
622 |
#### Software
|
623 |
|