bol20162021
commited on
Commit
•
bbb594d
1
Parent(s):
db69894
Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,6 @@ Use of this model is governed by the Meta’s Llama 2 Community License Agreemen
|
|
20 |
|
21 |
<!-- Provide the basic links for the model. -->
|
22 |
- **Blog Post**: [Link](TBA)
|
23 |
-
- **Discord**: [Link](TBA)
|
24 |
- **HF Hosting**: [Chat with me!](TBA)
|
25 |
|
26 |
## Training Data
|
@@ -67,8 +66,6 @@ The model was designed for text-to-SQL generation tasks from given table schema
|
|
67 |
|
68 |
## How to Use
|
69 |
|
70 |
-
Example 1:
|
71 |
-
|
72 |
```python
|
73 |
import torch
|
74 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
|
|
20 |
|
21 |
<!-- Provide the basic links for the model. -->
|
22 |
- **Blog Post**: [Link](TBA)
|
|
|
23 |
- **HF Hosting**: [Chat with me!](TBA)
|
24 |
|
25 |
## Training Data
|
|
|
66 |
|
67 |
## How to Use
|
68 |
|
|
|
|
|
69 |
```python
|
70 |
import torch
|
71 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|