Update README.md
Browse files
README.md
CHANGED
|
@@ -8,7 +8,7 @@ Weights for a sparse model from Gao et al. 2025, used for the qualitative result
|
|
| 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
|
| 13 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 14 |
|
|
@@ -43,4 +43,4 @@ if __name__ == "__main__":
|
|
| 43 |
|
| 44 |
|
| 45 |
## License
|
| 46 |
-
This project is licensed under the [Apache License 2.0](LICENSE).
|
|
|
|
| 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 |
+
```python
|
| 12 |
import torch
|
| 13 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 14 |
|
|
|
|
| 43 |
|
| 44 |
|
| 45 |
## License
|
| 46 |
+
This project is licensed under the [Apache License 2.0](LICENSE.md).
|