Upload model files (v1)
Browse files- README.md +20 -0
- config.json +6 -0
- model.safetensors +3 -0
README.md
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- background-removal
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# Ben2
|
| 8 |
+
|
| 9 |
+
Background removal model for images using U2Net architecture.
|
| 10 |
+
|
| 11 |
+
## Author
|
| 12 |
+
|
| 13 |
+
**[Prama LLC](https://huggingface.co/PramaLLC/BEN2)**
|
| 14 |
+
|
| 15 |
+
## License
|
| 16 |
+
|
| 17 |
+
MIT License
|
| 18 |
+
|
| 19 |
+
---
|
| 20 |
+
*Hosted by [deAPI-ai](https://huggingface.co/deAPI-ai) for use with [GamerHash AI](https://gamerhash.com)*
|
config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "PramaLLC/BEN2",
|
| 3 |
+
"architectures": ["PramaBEN_Base"],
|
| 4 |
+
"version": "1.0",
|
| 5 |
+
"torch_dtype": "float32"
|
| 6 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ea8b7907176a09667c86343dc7d00de6a6d871076cb90bb5f753618fd6fb3ebb
|
| 3 |
+
size 380577976
|