Update README.md
Browse files
README.md
CHANGED
|
@@ -61,25 +61,9 @@ Evaluated using the `model_200h_auto.pt` checkpoint on different video degradati
|
|
| 61 |
### 4. Stability and Variance Analysis
|
| 62 |
Due to high computational resource requirements, comprehensive multiple-run variance testing was isolated to the 100-hour models. The models were trained across 3 different random data shuffles to observe stability and the true impact of human annotations versus auto-generated labels.
|
| 63 |
|
| 64 |
-
| Data Type (100h) | Mean WER (%) | Standard Deviation (
|
| 65 |
|:---|:---:|:---:|
|
| 66 |
| Human Annotated | 53.21 | ± 0.37 |
|
| 67 |
| Auto Generated | 53.82 | ± 0.17 |
|
| 68 |
|
| 69 |
---
|
| 70 |
-
|
| 71 |
-
## 💻 Usage
|
| 72 |
-
|
| 73 |
-
To use these models, you can download them directly using the `huggingface_hub` library in Python:
|
| 74 |
-
```python
|
| 75 |
-
from huggingface_hub import hf_hub_download
|
| 76 |
-
|
| 77 |
-
# Download the 200h auto model
|
| 78 |
-
model_path = hf_hub_download(
|
| 79 |
-
repo_id="vsro200/VSR-Models",
|
| 80 |
-
filename="checkpoints/model_200h_auto.pt",
|
| 81 |
-
repo_type="model"
|
| 82 |
-
)
|
| 83 |
-
|
| 84 |
-
print(f"Model downloaded to: {model_path}")
|
| 85 |
-
```
|
|
|
|
| 61 |
### 4. Stability and Variance Analysis
|
| 62 |
Due to high computational resource requirements, comprehensive multiple-run variance testing was isolated to the 100-hour models. The models were trained across 3 different random data shuffles to observe stability and the true impact of human annotations versus auto-generated labels.
|
| 63 |
|
| 64 |
+
| Data Type (100h) | Mean WER (%) | Standard Deviation (σ) (%) |
|
| 65 |
|:---|:---:|:---:|
|
| 66 |
| Human Annotated | 53.21 | ± 0.37 |
|
| 67 |
| Auto Generated | 53.82 | ± 0.17 |
|
| 68 |
|
| 69 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|