Set library name in metadata (#3)
Browse files- Set library name in metadata (f239b8312c5fcb46e836c751a1aa091f6aa8731f)
Co-authored-by: Pedro Cuenca <pcuenq@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
| 3 |
tags:
|
| 4 |
- video-classification
|
| 5 |
- video-embedding
|
|
@@ -153,6 +154,4 @@ VideoGLUE benchmarks:
|
|
| 153 |
journal = {Transactions on Machine Learning Research (TMLR)},
|
| 154 |
year = {2024}
|
| 155 |
}
|
| 156 |
-
```
|
| 157 |
-
|
| 158 |
-
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
library_name: videoprism
|
| 4 |
tags:
|
| 5 |
- video-classification
|
| 6 |
- video-embedding
|
|
|
|
| 154 |
journal = {Transactions on Machine Learning Research (TMLR)},
|
| 155 |
year = {2024}
|
| 156 |
}
|
| 157 |
+
```
|
|
|
|
|
|