dkundel-openai commited on
Commit
f89dbb2
·
verified ·
1 Parent(s): 23c8760

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -4
README.md CHANGED
@@ -6,10 +6,7 @@ license: apache-2.0
6
 
7
  Weights for a sparse model from Gao et al. 2025, used for the qualitative results from the paper (related to bracket counting and variable binding). All weights for the other models used in the paper, as well as lightweight inference code, are present in https://github.com/openai/circuit_sparsity. In the context of that repo, this model is csp_yolo2.
8
 
9
- This is a runnable standalone huggingface implementation for one of the models.
10
-
11
- Some trivial code to load the locally converted HF model + tokenizer and
12
- run a tiny generation.
13
 
14
  ```
15
  import torch
 
6
 
7
  Weights for a sparse model from Gao et al. 2025, used for the qualitative results from the paper (related to bracket counting and variable binding). All weights for the other models used in the paper, as well as lightweight inference code, are present in https://github.com/openai/circuit_sparsity. In the context of that repo, this model is csp_yolo2.
8
 
9
+ This is a runnable standalone huggingface implementation for one of the models. It includes code to load the locally converted HF model + tokenizer and run a tiny generation.
 
 
 
10
 
11
  ```
12
  import torch