Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikLindorfer authored Sep 12, 2023
1 parent b3f5144 commit 9b643c5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,15 @@ SELECT T2.name, T2.capacity FROM concert AS T1 JOIN stadium AS T2 ON T1.stadium_

## Demo of SQL-LLaMA-13B using llama.cpp Inference on an Intel i-13600K with 64GB RAM

**Prompt:**

```sql
Show the stadium name and capacity with most number of concerts in year 2014 or after.

Input:\nCREATE TABLE stadium (name VARCHAR, capacity VARCHAR, stadium_id VARCHAR); CREATE TABLE concert (stadium_id VARCHAR, year VARCHAR)
```

https://github.com/DominikLindorfer/SQL-LLaMA/assets/21077042/0e36bdd1-dd55-4715-b6a6-c55f8e008919


## Model Weights on HuggingFace Repo
Expand Down

0 comments on commit 9b643c5

Please sign in to comment.