Clarify non-commercial research-only checkpoint use
Browse files- README.md +14 -2
- USE_RESTRICTIONS.md +14 -0
README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: other
|
|
|
|
|
|
|
| 3 |
library_name: sam3
|
| 4 |
pipeline_tag: image-segmentation
|
| 5 |
base_model: facebook/sam3
|
|
@@ -15,6 +17,14 @@ tags:
|
|
| 15 |
|
| 16 |
[Thinking with Anchors Project](https://sichenzhu.github.io/thinking-with-anchors/) | **ADOPD 2026 Paper:** *Thinking with Anchors: Grounded and Efficient Document Reasoning* | [ADOPD 2024 Paper](https://openreview.net/forum?id=x1ptaXpOYa) | [Dataset](https://huggingface.co/datasets/adopd/adopd2026) | [Code](https://github.com/SichenZhu/ADOPD2026)
|
| 17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
## Model Overview
|
| 19 |
|
| 20 |
- **Model developer:** Thinking with Anchors project contributors
|
|
@@ -88,8 +98,10 @@ quality, and visual style.
|
|
| 88 |
|
| 89 |
## License
|
| 90 |
|
| 91 |
-
|
| 92 |
-
|
|
|
|
|
|
|
| 93 |
|
| 94 |
## Citation
|
| 95 |
|
|
|
|
| 1 |
---
|
| 2 |
license: other
|
| 3 |
+
license_name: non-commercial-research-only
|
| 4 |
+
license_link: https://huggingface.co/adopd/SAM3-segmentation-ADOPD/blob/main/USE_RESTRICTIONS.md
|
| 5 |
library_name: sam3
|
| 6 |
pipeline_tag: image-segmentation
|
| 7 |
base_model: facebook/sam3
|
|
|
|
| 17 |
|
| 18 |
[Thinking with Anchors Project](https://sichenzhu.github.io/thinking-with-anchors/) | **ADOPD 2026 Paper:** *Thinking with Anchors: Grounded and Efficient Document Reasoning* | [ADOPD 2024 Paper](https://openreview.net/forum?id=x1ptaXpOYa) | [Dataset](https://huggingface.co/datasets/adopd/adopd2026) | [Code](https://github.com/SichenZhu/ADOPD2026)
|
| 19 |
|
| 20 |
+
## Use Restrictions
|
| 21 |
+
|
| 22 |
+
> **Non-commercial research use only.** The ADOPD fine-tuned checkpoint weights
|
| 23 |
+
> in this repository are provided solely for non-commercial research.
|
| 24 |
+
> Commercial use of these checkpoint weights is not permitted. Users must also
|
| 25 |
+
> comply with every applicable upstream license and acceptable-use term; see
|
| 26 |
+
> [USE_RESTRICTIONS.md](USE_RESTRICTIONS.md).
|
| 27 |
+
|
| 28 |
## Model Overview
|
| 29 |
|
| 30 |
- **Model developer:** Thinking with Anchors project contributors
|
|
|
|
| 98 |
|
| 99 |
## License
|
| 100 |
|
| 101 |
+
The ADOPD fine-tuned checkpoint weights are subject to the non-commercial,
|
| 102 |
+
research-only restriction above. The included SAM License and the licenses of
|
| 103 |
+
the upstream SAM3 source, base weights, and dependencies also apply. Use is
|
| 104 |
+
permitted only when all applicable terms are satisfied.
|
| 105 |
|
| 106 |
## Citation
|
| 107 |
|
USE_RESTRICTIONS.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# ADOPD Checkpoint Use Restrictions
|
| 2 |
+
|
| 3 |
+
The ADOPD fine-tuned checkpoint weights in this repository are provided solely
|
| 4 |
+
for **non-commercial research use**. Commercial use of these checkpoint
|
| 5 |
+
weights is not permitted.
|
| 6 |
+
|
| 7 |
+
This restriction applies to the ADOPD fine-tuned checkpoint weights. It does
|
| 8 |
+
not modify, replace, or supersede any license or acceptable-use term governing
|
| 9 |
+
upstream source code, model architectures, base weights, or dependencies.
|
| 10 |
+
Users are responsible for complying with all applicable upstream terms in
|
| 11 |
+
addition to this restriction.
|
| 12 |
+
|
| 13 |
+
The checkpoint weights are provided without warranties or conditions of any
|
| 14 |
+
kind, to the extent permitted by applicable law.
|