Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Qwen2.5-VL-3B-SCT-Classifier
|
| 2 |
|
| 3 |
A Vision-Language Model fine-tuned to classify SEC proxy statement tables as **Summary Compensation Tables (SCT)** vs **non-SCT** tables.
|
|
@@ -114,4 +123,4 @@ Part of SEC executive compensation extraction pipeline.
|
|
| 114 |
|
| 115 |
## License
|
| 116 |
|
| 117 |
-
Apache 2.0 (same as base model)
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
base_model:
|
| 6 |
+
- Qwen/Qwen3-VL-4B-Instruct
|
| 7 |
+
tags:
|
| 8 |
+
- finance
|
| 9 |
+
---
|
| 10 |
# Qwen2.5-VL-3B-SCT-Classifier
|
| 11 |
|
| 12 |
A Vision-Language Model fine-tuned to classify SEC proxy statement tables as **Summary Compensation Tables (SCT)** vs **non-SCT** tables.
|
|
|
|
| 123 |
|
| 124 |
## License
|
| 125 |
|
| 126 |
+
Apache 2.0 (same as base model)
|