Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d6cc993

Browse files
Update README.md
1 parent aa6a7cf commit d6cc993

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# $\lambda$-RLM
2-
Code for **The $\mathbf{Y}$-Combinator for LLMs: \\ Solving Long-Context Rot with $\lambda$-Calculus**: a framework for long-context reasoning that replaces free-form recursive code generation with a typed functional runtime grounded in $\lambda$-calculus.
2+
Code for **The $\mathbf{Y}$-Combinator for LLMs:Solving Long-Context Rot with $\lambda$-Calculus**: a framework for long-context reasoning that replaces free-form recursive code generation with a typed functional runtime grounded in $\lambda$-calculus.
33

44
<p align="center">
55
<img src="intro.png" alt="Lambda-RLM results figure" width="900" />
@@ -119,4 +119,4 @@ python benchmarks/benchmark.py --datasets sniah --model meta/llama-3.3-70b-instr
119119

120120
```bash
121121
python benchmarks/benchmark.py --datasets sniah --model meta/llama-3.3-70b-instruct --methods lambda_rlm --n-samples-per-bucket 2 --max-iter 8 --max-depth 2 --context-window 100000 --output-dir ./results/llama-3.3-70b-instruct_lambda_rlm
122-
```
122+
```

0 commit comments

Comments
 (0)