ludwigw commited on
Commit
728cac1
·
verified ·
1 Parent(s): 80611b7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
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("your-username/gemma-dseparation-semantic-v2")
27
- tokenizer = AutoTokenizer.from_pretrained("your-username/gemma-dseparation-semantic-v2")
28
  ```
29
 
30
  ## Citation
31
  ```bibtex
32
- @article{deshmukh2024semantic,
33
  title={On Semantic Loss Fine-Tuning Approach for Preventing Model Collapse in Causal Reasoning},
34
  author={Deshmukh, Pratik and Gupta, Atirek},
35
- year={2024}
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
  ```