Update README.md
Browse files
README.md
CHANGED
|
@@ -23,15 +23,15 @@ Fine-tuned Gemma 270M-IT for d-separation causal reasoning using semantic loss w
|
|
| 23 |
```python
|
| 24 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
| 25 |
|
| 26 |
-
model = AutoModelForCausalLM.from_pretrained("
|
| 27 |
-
tokenizer = AutoTokenizer.from_pretrained("
|
| 28 |
```
|
| 29 |
|
| 30 |
## Citation
|
| 31 |
```bibtex
|
| 32 |
-
@article{
|
| 33 |
title={On Semantic Loss Fine-Tuning Approach for Preventing Model Collapse in Causal Reasoning},
|
| 34 |
author={Deshmukh, Pratik and Gupta, Atirek},
|
| 35 |
-
year={
|
| 36 |
}
|
| 37 |
```
|
|
|
|
| 23 |
```python
|
| 24 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
| 25 |
|
| 26 |
+
model = AutoModelForCausalLM.from_pretrained("ludwigw/gemma-dseparation-semantic-v2")
|
| 27 |
+
tokenizer = AutoTokenizer.from_pretrained("ludwigw/gemma-dseparation-semantic-v2")
|
| 28 |
```
|
| 29 |
|
| 30 |
## Citation
|
| 31 |
```bibtex
|
| 32 |
+
@article{deshmukh2026semantic,
|
| 33 |
title={On Semantic Loss Fine-Tuning Approach for Preventing Model Collapse in Causal Reasoning},
|
| 34 |
author={Deshmukh, Pratik and Gupta, Atirek},
|
| 35 |
+
year={2026}
|
| 36 |
}
|
| 37 |
```
|