File size: 920 Bytes
0273708
5b6f00b
0273708
5b6f00b
 
 
0273708
 
 
5b6f00b
0273708
5b6f00b
0273708
 
 
 
 
 
5b6f00b
0273708
5b6f00b
 
0273708
 
 
5b6f00b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Temp Assets For genarm-exp

These archives store the large `temp/` assets that are intentionally not committed to GitHub.

## Files

- `temp_hh_rlhf_table1_repro_checkpoints.tar.gz`
- `temp_pku_safe_rlhf_repro_checkpoints.tar.gz`
- `temp_pku_safe_rlhf_10k_dataset.tar.gz`

## Restore locations

- `temp_hh_rlhf_table1_repro_checkpoints.tar.gz`
  - extract into `genarm-exp/temp/hh_rlhf_table1_repro/`
- `temp_pku_safe_rlhf_repro_checkpoints.tar.gz`
  - extract into `genarm-exp/temp/pku_safe_rlhf_repro/`
- `temp_pku_safe_rlhf_10k_dataset.tar.gz`
  - extract into `genarm-exp/temp/pku_safe_rlhf_repro/datasets/`

## Example

```bash
tar -xzf temp_hh_rlhf_table1_repro_checkpoints.tar.gz -C genarm-exp/temp/hh_rlhf_table1_repro
tar -xzf temp_pku_safe_rlhf_repro_checkpoints.tar.gz -C genarm-exp/temp/pku_safe_rlhf_repro
tar -xzf temp_pku_safe_rlhf_10k_dataset.tar.gz -C genarm-exp/temp/pku_safe_rlhf_repro/datasets
```