Update README.md
Browse files
README.md
CHANGED
@@ -45,10 +45,15 @@ widget:
|
|
45 |
|
46 |

|
47 |
|
48 |
-
Given a goal and tools can Ai intelligently use the tools to reach the goal ?
|
49 |
-
|
50 |
-
|
51 |
-
|
|
|
|
|
|
|
|
|
|
|
52 |
Releasing `pip-code-bandit` and `pip_flow` a model and a library to manage and run goal oriented agentic system.
|
53 |
|
54 |
|
@@ -67,6 +72,7 @@ Releasing `pip-code-bandit` and `pip_flow` a model and a library to manage and r
|
|
67 |
6. code generation | doc
|
68 |
7. file recreated in json | any raw data
|
69 |
8. corrected generation | new instruction with error
|
|
|
70 |
-- instruction following , RL tuned.
|
71 |
```
|
72 |
|
@@ -79,8 +85,9 @@ The reward policy is around the concept of model going to a stable state of zero
|
|
79 |
In this set up the model, which was pre trained on code , function documentation and similar OS datasets ,was RL tuned for instruction following and reliability.
|
80 |
|
81 |
## License
|
82 |
-
|
83 |
The model is open source under apache 2.0. License
|
|
|
84 |
|
85 |
## Usage
|
86 |
|
@@ -115,4 +122,7 @@ pip install transformers
|
|
115 |
|
116 |
|
117 |
### Team
|
118 |
-
|
|
|
|
|
|
|
|
45 |
|
46 |

|
47 |
|
48 |
+
Given a goal and tools can Ai intelligently use the tools to reach the goal ?
|
49 |
+
|
50 |
+
What if it has a meagre 1.3b params/neurons akin to that of an owl ?
|
51 |
+
|
52 |
+
Can it follow instructions and plan to reach a goal ?
|
53 |
+
|
54 |
+
Apparently it can.
|
55 |
+
|
56 |
+
|
57 |
Releasing `pip-code-bandit` and `pip_flow` a model and a library to manage and run goal oriented agentic system.
|
58 |
|
59 |
|
|
|
72 |
6. code generation | doc
|
73 |
7. file recreated in json | any raw data
|
74 |
8. corrected generation | new instruction with error
|
75 |
+
|
76 |
-- instruction following , RL tuned.
|
77 |
```
|
78 |
|
|
|
85 |
In this set up the model, which was pre trained on code , function documentation and similar OS datasets ,was RL tuned for instruction following and reliability.
|
86 |
|
87 |
## License
|
88 |
+
```bash
|
89 |
The model is open source under apache 2.0. License
|
90 |
+
```
|
91 |
|
92 |
## Usage
|
93 |
|
|
|
122 |
|
123 |
|
124 |
### Team
|
125 |
+
|
126 |
+
```doc
|
127 |
+
Avi Kothari, Gyan Ranjan, Pratham Gupta, Ritvik Aryan Kalra, Soham Acharya
|
128 |
+
```
|