Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
# Brief introduction
|
|
@@ -54,4 +61,4 @@ We present <b>SAMM</b>, a large-scale dataset for Detecting and Grounding Semant
|
|
| 54 |
- `cap_texts`: Textual information extracted from CAP (Contextual Auxiliary Prompt) annotations.
|
| 55 |
- `cap_images`: Relative paths to visual information from CAP annotations.
|
| 56 |
- `idx_cap_texts`: A binary array where the i-th element indicates whether the i-th celebrity in `cap_texts` is tampered (1 = tampered, 0 = not tampered).
|
| 57 |
-
- `idx_cap_images`: A binary array where the i-th element indicates whether the i-th celebrity in `cap_images` is tampered (1 = tampered, 0 = not tampered).
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- token-classification
|
| 5 |
+
- text-classification
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
size_categories:
|
| 9 |
+
- 100K<n<1M
|
| 10 |
---
|
| 11 |
|
| 12 |
# Brief introduction
|
|
|
|
| 61 |
- `cap_texts`: Textual information extracted from CAP (Contextual Auxiliary Prompt) annotations.
|
| 62 |
- `cap_images`: Relative paths to visual information from CAP annotations.
|
| 63 |
- `idx_cap_texts`: A binary array where the i-th element indicates whether the i-th celebrity in `cap_texts` is tampered (1 = tampered, 0 = not tampered).
|
| 64 |
+
- `idx_cap_images`: A binary array where the i-th element indicates whether the i-th celebrity in `cap_images` is tampered (1 = tampered, 0 = not tampered).
|