Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- qingy2024/webvid-10M-classified
|
4 |
+
base_model:
|
5 |
+
- google-bert/bert-base-uncased
|
6 |
+
pipeline_tag: text-classification
|
7 |
+
---
|
8 |
+
|
9 |
+
# ActionBERT 2 109M (fine tuned from bert-base-uncased)
|
10 |
+
|
11 |
+
This is a 109M parameter model fine-tuned to detect actions vs. non-action descriptions of stock images.
|