nielsr HF Staff commited on
Commit
bce5540
·
verified ·
1 Parent(s): 6ee2025

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -8,4 +8,14 @@ tags:
8
 
9
  This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
10
  - Library: https://github.com/chequanghuy/TwinLiteNetPlus.git
11
- - Docs: [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
8
 
9
  This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
10
  - Library: https://github.com/chequanghuy/TwinLiteNetPlus.git
11
+ - Code: https://github.com/chequanghuy/TwinLiteNetPlus
12
+
13
+ # Usage
14
+
15
+ Here's how to use the model for inference:
16
+
17
+ ```python
18
+ from model.model import TwinLiteNetPlus
19
+
20
+ model = TwinLiteNetPlus.from_pretrained("nielsr/twinlitenetplus-nano")
21
+ ```