Update README.md
Browse files
README.md
CHANGED
|
@@ -34,6 +34,18 @@ The model generates the repository in the following format, Code to parse it and
|
|
| 34 |
<bashfile>run.sh<content>python3 src/model.py</content></bashfile></output>
|
| 35 |
|
| 36 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
### Usage
|
| 38 |
```python
|
| 39 |
import torch
|
|
|
|
| 34 |
<bashfile>run.sh<content>python3 src/model.py</content></bashfile></output>
|
| 35 |
|
| 36 |
```
|
| 37 |
+
## Example
|
| 38 |
+
|
| 39 |
+
An Example generated code is given [here](https://huggingface.co/reshinthadith/local-repo-coder-v0/blob/main/example.txt). This using the script below is processed to,
|
| 40 |
+
|
| 41 |
+
```text
|
| 42 |
+
Repository generated at: ./output_dir/demo2
|
| 43 |
+
demo2/
|
| 44 |
+
run.sh
|
| 45 |
+
src/
|
| 46 |
+
visualize_timeseries.py
|
| 47 |
+
```
|
| 48 |
+
|
| 49 |
### Usage
|
| 50 |
```python
|
| 51 |
import torch
|