Update README.md
Browse files
README.md
CHANGED
|
@@ -30,20 +30,33 @@ widget:
|
|
| 30 |
---
|
| 31 |
# pip-library-etl-1.3b
|
| 32 |
|
| 33 |
-
[pipableAi](https://www.
|
| 34 |
|
| 35 |
-
[colab_notebook](https://colab.research.google.com/drive/
|
| 36 |
|
| 37 |
-
[pip
|
| 38 |
|
| 39 |
-
[linkedin_post](
|
| 40 |
|
| 41 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
|
| 43 |
-
A 1.3 bn code documentation model that outperforms most models on documenting codes and making your in-house libs ready for LLM and RAG pipelines.
|
| 44 |
-
We have also open sourced a [pip library_etl](https://github.com/PipableAI/pip-library-etl.git) for the same, together the lib and model can turn your codebase to functional parse tree ready to be consumed by LLMs to execute complex tasks.
|
| 45 |
-
This model is also capable of generating SQL queries with accuracies on par with those of [pip-sql-1.3b](https://huggingface.co/PipableAI/pip-sql-1.3b), with additional capabilities of providing extra examples, instructions ,and column descriptions as context.
|
| 46 |
-
This is a further trained version of pip-sql-1.3b and performance comparable to GPT.
|
| 47 |
|
| 48 |
|
| 49 |
## How we built it?
|
|
|
|
| 30 |
---
|
| 31 |
# pip-library-etl-1.3b
|
| 32 |
|
| 33 |
+
[pipableAi](https://www.pipable.ai/)
|
| 34 |
|
| 35 |
+
[colab_notebook](https://colab.research.google.com/drive/10av3SxFf0Psx_IkmZbcUhiVznStV5pVS?usp=sharing)
|
| 36 |
|
| 37 |
+
[pip flow]()
|
| 38 |
|
| 39 |
+
[linkedin_post]()
|
| 40 |
|
| 41 |
+
[reddit_post]()
|
| 42 |
+
|
| 43 |
+
## Model attributes
|
| 44 |
+
|
| 45 |
+
```javascript
|
| 46 |
+
-- number of params ~ 1.3b [2.9 Gb GPU memory footprint]
|
| 47 |
+
-- sequence length ~ 16.3k [Can go higher but will show performance degradation]
|
| 48 |
+
-- license - apache 2.0
|
| 49 |
+
-- tasks:
|
| 50 |
+
1. complex planning of sequential function calls with right params to accomplish a goal | a list of callables
|
| 51 |
+
2. function calling | doc or code and goal
|
| 52 |
+
3. code generation | plan and goal
|
| 53 |
+
4. code generation | goal
|
| 54 |
+
5. doc generation | code
|
| 55 |
+
6. code generation | doc
|
| 56 |
+
7. file recreated in json | any raw data
|
| 57 |
+
8. corrected generation | new instruction with error
|
| 58 |
+
-- instruction following , RL tuned.
|
| 59 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 60 |
|
| 61 |
|
| 62 |
## How we built it?
|