youngsm commited on
Commit
90d9757
·
verified ·
1 Parent(s): 8e5e4b8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -4
README.md CHANGED
@@ -17,10 +17,7 @@ Query-based panoptic detector segmenting individual particle instances with per-
17
  ```python
18
  import pimm
19
  model = pimm.from_pretrained("hf://deeplearnphysics/panda-particle")
20
- ```
21
-
22
- Architecture + hyper-parameters travel in `config.json`, so no config file is
23
- needed. Weights are bitwise-identical to the original checkpoint.
24
 
25
  ## Provenance
26
 
 
17
  ```python
18
  import pimm
19
  model = pimm.from_pretrained("hf://deeplearnphysics/panda-particle")
20
+ ``
 
 
 
21
 
22
  ## Provenance
23