Update README.md
Browse files
README.md
CHANGED
|
@@ -93,17 +93,6 @@ output_text = processor.batch_decode(
|
|
| 93 |
print(output_text)
|
| 94 |
```
|
| 95 |
|
| 96 |
-
## Training Details
|
| 97 |
-
|
| 98 |
-
| Parameter | Value |
|
| 99 |
-
|-------------------------|-----------------------------------------------------|
|
| 100 |
-
| **Dataset Size** | 108K samples (Modular Combustion of Datasets) |
|
| 101 |
-
| **Model Architecture** | `Qwen2_5_VLForConditionalGeneration` |
|
| 102 |
-
| **Total Disk Volume** | 300,000 MB |
|
| 103 |
-
| **Training Time** | approx. 12,897 seconds (~3.58 hours) |
|
| 104 |
-
| **Warmup Steps** | 750 |
|
| 105 |
-
| **Precision** | bfloat16 |
|
| 106 |
-
|
| 107 |
# Intended Use
|
| 108 |
|
| 109 |
This model is intended for:
|
|
@@ -126,6 +115,16 @@ This model is intended for:
|
|
| 126 |
* Visual token settings affect performance; suboptimal configurations can impact results.
|
| 127 |
* In rare cases, outputs may contain hallucinated or contextually misaligned information.
|
| 128 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 129 |
|
| 130 |
## References
|
| 131 |
|
|
|
|
| 93 |
print(output_text)
|
| 94 |
```
|
| 95 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 96 |
# Intended Use
|
| 97 |
|
| 98 |
This model is intended for:
|
|
|
|
| 115 |
* Visual token settings affect performance; suboptimal configurations can impact results.
|
| 116 |
* In rare cases, outputs may contain hallucinated or contextually misaligned information.
|
| 117 |
|
| 118 |
+
## Training Details
|
| 119 |
+
|
| 120 |
+
| Parameter | Value |
|
| 121 |
+
|-------------------------|-----------------------------------------------------|
|
| 122 |
+
| **Dataset Size** | 108K samples (Modular Combustion of Datasets) |
|
| 123 |
+
| **Model Architecture** | `Qwen2_5_VLForConditionalGeneration` |
|
| 124 |
+
| **Total Disk Volume** | 300,000 MB |
|
| 125 |
+
| **Training Time** | approx. 12,897 seconds (~3.58 hours) |
|
| 126 |
+
| **Warmup Steps** | 750 |
|
| 127 |
+
| **Precision** | bfloat16 |
|
| 128 |
|
| 129 |
## References
|
| 130 |
|