CaesarWang commited on
Commit
c87efcf
·
verified ·
1 Parent(s): ae73995

Rename run_030 -> ckpts; update model card description

Browse files
Files changed (2) hide show
  1. README.md +2 -2
  2. {run_030 → ckpts}/best.pt +0 -0
README.md CHANGED
@@ -21,7 +21,7 @@ generates two-person interactions phase-by-phase in a Ping-Pong manner.
21
 
22
  | file | description |
23
  |------|-------------|
24
- | `run_030/best.pt` | executor checkpoint (`HHIPartnerModel`), ~1.86 GB |
25
 
26
  ## Usage
27
 
@@ -29,7 +29,7 @@ generates two-person interactions phase-by-phase in a Ping-Pong manner.
29
  # In the SocialStructureHHI repo:
30
  # https://github.com/EngineeringAI-LAB/SocialStructureHHI
31
  from huggingface_hub import hf_hub_download
32
- ckpt = hf_hub_download("EngineeringAI-LAB/SocialStructure", "run_030/best.pt")
33
  ```
34
 
35
  ```bash
 
21
 
22
  | file | description |
23
  |------|-------------|
24
+ | `ckpts/best.pt` | solo-to-social motion executor, ~1.86 GB |
25
 
26
  ## Usage
27
 
 
29
  # In the SocialStructureHHI repo:
30
  # https://github.com/EngineeringAI-LAB/SocialStructureHHI
31
  from huggingface_hub import hf_hub_download
32
+ ckpt = hf_hub_download("EngineeringAI-LAB/SocialStructure", "ckpts/best.pt")
33
  ```
34
 
35
  ```bash
{run_030 → ckpts}/best.pt RENAMED
File without changes