Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
conservationxlabs
/
miewid-msv2
like
3
Follow
Conservation X Labs
9
Feature Extraction
Transformers
Safetensors
miewid
custom_code
Model card
Files
Files and versions
xet
Community
Deploy
Use this model
lashao
commited on
Jul 6, 2024
Commit
a942142
·
verified
·
1 Parent(s):
a9077b6
Update README.md
Browse files
Files changed (1)
hide
show
README.md
+1
-1
README.md
CHANGED
Viewed
@@ -57,7 +57,7 @@ with torch.no_grad():
57
output = model(input_batch)
58
59
print(output)
60
-
print(output.shape
)
61
62
```
63
57
output = model(input_batch)
58
59
print(output)
60
+
print(output.shape)
61
62
```
63