fuzerius commited on
Commit
29a072e
·
verified ·
1 Parent(s): 3f608c2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - pytorch
5
+ - custom-model
6
+ ---
7
+
8
+ # tank-classifier
9
+
10
+ This is a PyTorch model uploaded for use in a web application.
11
+
12
+ ## Usage
13
+
14
+ ```python
15
+ from huggingface_hub import hf_hub_download
16
+ import torch
17
+
18
+ # Download and load the model
19
+ model_path = hf_hub_download(repo_id="fuzerius/tank-classifier", filename="model.pt")
20
+ model = torch.load(model_path, map_location='cpu')
21
+ ```
22
+
23
+ ## Model Details
24
+
25
+ - Framework: PyTorch
26
+ - File: model.pt
27
+ - Size: 6.0 MB