Update README.md
Browse files
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 |
-
|
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
|