Instructions to use Shawon16/VideoMAE_Base_3_class_codeCheck with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Shawon16/VideoMAE_Base_3_class_codeCheck with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("video-classification", model="Shawon16/VideoMAE_Base_3_class_codeCheck")# Load model directly from transformers import AutoImageProcessor, AutoModelForVideoClassification processor = AutoImageProcessor.from_pretrained("Shawon16/VideoMAE_Base_3_class_codeCheck") model = AutoModelForVideoClassification.from_pretrained("Shawon16/VideoMAE_Base_3_class_codeCheck") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files
overall_results_summary.csv
CHANGED
|
@@ -1,4 +1,2 @@
|
|
| 1 |
-
mode,macro_accuracy,macro_precision,macro_recall,macro_f1,top1_accuracy,top5_accuracy,top10_accuracy
|
| 2 |
-
|
| 3 |
-
VAL,1.0,1.0,1.0,1.0,1.0,1.0,1.0
|
| 4 |
-
TEST,0.9841269841269842,0.9824561403508771,0.9841269841269842,0.9828609096901779,0.9830508474576272,1.0,1.0
|
|
|
|
| 1 |
+
mode,macro_accuracy,macro_precision,macro_recall,macro_f1,top1_accuracy,top5_accuracy,top10_accuracy,spearman_r,spearman_p
|
| 2 |
+
TEST,0.9841269841269842,0.9824561403508771,0.9841269841269842,0.9828609096901779,0.9830508474576272,1.0,1.0,0.8660254037844387,0.3333333333333332
|
|
|
|
|
|