guipenedo HF Staff commited on
Commit
000156d
·
verified ·
1 Parent(s): 6ea568a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -54,7 +54,7 @@ You can access all the revisions for the models via the following code:
54
  ```python
55
  from huggingface_hub import list_repo_refs
56
  out = list_repo_refs("HuggingFaceFW/ablation-model-fineweb-edu")
57
- branches = [b.name for b in out.branches]
58
  ```
59
 
60
  ## Training
 
54
  ```python
55
  from huggingface_hub import list_repo_refs
56
  out = list_repo_refs("HuggingFaceFW/ablation-model-fineweb-edu")
57
+ print([b.name for b in out.branches])
58
  ```
59
 
60
  ## Training