Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
Sasha Rush committed Mar 22, 2023
1 parent 498df4a commit 64d7e23
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

A tiny library for **large** language models.

[[MiniChain Zoo](https://srush-minichain.hf.space/) [Documentation and Examples](https://srush.github.io/MiniChain)]
[[MiniChain Zoo](https://srush-minichain.hf.space/)] [[Documentation and Examples](https://srush.github.io/MiniChain)]

<center><img width="40%" src="https://user-images.githubusercontent.com/35882/218286642-67985b6f-d483-49be-825b-f62b72c469cd.png"/></center>
<center><img width="20%" src="https://user-images.githubusercontent.com/35882/218286642-67985b6f-d483-49be-825b-f62b72c469cd.png"/></center>

Write [apps](https://srush-minichain.hf.space/) that integrate large language models directly into code.

Expand Down Expand Up @@ -32,11 +32,10 @@ def math_demo(question):
return python(math_prompt(question))
```

* Interactive visualization
<img src="https://user-images.githubusercontent.com/35882/226965531-78df7927-988d-45a7-9faa-077359876730.png" width="80%">


* Interactive visualization

```python
show(math_demo,
examples=["What is the sum of the powers of 3 (3^i) that are smaller than 100?",
Expand Down

0 comments on commit 64d7e23

Please sign in to comment.