Upload RT-DETRv2 voucher classifier
Browse files
README.md
CHANGED
@@ -53,7 +53,7 @@ This model is a fine-tuned version of [PekingU/rtdetr_v2_r101vd](https://hugging
|
|
53 |
|
54 |
**Data Processing:**
|
55 |
- Pre-augmented dataset used (no runtime augmentation)
|
56 |
-
- External train/validation split (use create_train_val_split.py)
|
57 |
- Preprocessing: Resize + Normalization only
|
58 |
|
59 |
### Performance Metrics
|
@@ -87,7 +87,7 @@ This model is a fine-tuned version of [PekingU/rtdetr_v2_r101vd](https://hugging
|
|
87 |
|
88 |
### MLflow Tracking
|
89 |
|
90 |
-
- **MLflow Run ID**:
|
91 |
- **MLflow Experiment**: RT-DETRv2_Voucher_Classification
|
92 |
|
93 |
|
@@ -133,7 +133,7 @@ The model was fine-tuned using the Hugging Face Transformers library with:
|
|
133 |
- Pre-augmented dataset focusing on challenging cases
|
134 |
- Format-specific augmentation strategies applied during data preparation
|
135 |
- MLflow experiment tracking for reproducibility
|
136 |
-
- External train/validation split for unbiased evaluation
|
137 |
|
138 |
## Limitations and Bias
|
139 |
|
|
|
53 |
|
54 |
**Data Processing:**
|
55 |
- Pre-augmented dataset used (no runtime augmentation)
|
56 |
+
- External train/validation split (REQUIRED - use create_train_val_split.py)
|
57 |
- Preprocessing: Resize + Normalization only
|
58 |
|
59 |
### Performance Metrics
|
|
|
87 |
|
88 |
### MLflow Tracking
|
89 |
|
90 |
+
- **MLflow Run ID**: b397d3e7609f4e15b275074a40a08100
|
91 |
- **MLflow Experiment**: RT-DETRv2_Voucher_Classification
|
92 |
|
93 |
|
|
|
133 |
- Pre-augmented dataset focusing on challenging cases
|
134 |
- Format-specific augmentation strategies applied during data preparation
|
135 |
- MLflow experiment tracking for reproducibility
|
136 |
+
- External train/validation split REQUIRED for unbiased evaluation (no fallback to training data)
|
137 |
|
138 |
## Limitations and Bias
|
139 |
|
runs/Aug13_22-36-44_9db0f8c974d2/events.out.tfevents.1755124606.9db0f8c974d2.65944.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4567e378b663caa828ae19251689f963981279195a827bde7735f2a3a812ff81
|
3 |
+
size 7396
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5368
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:09912c72cbc1df852ad0f8028b5c9e82cbd98596b67efc5554fbf76f0ea0b58e
|
3 |
size 5368
|