Update README.md
Browse files
README.md
CHANGED
@@ -32,14 +32,9 @@ THE JAX/FLAX version of model is available both for training and usage
|
|
32 |
## Examples 🚀
|
33 |
|
34 |
```text
|
35 |
-
|
36 |
-
```
|
37 |
-
```text
|
38 |
-
Q&A: USER: how can I start to work out more \n
|
39 |
-
```
|
40 |
-
```text
|
41 |
-
INFO: USER: how can I start to work out more \n
|
42 |
```
|
|
|
43 |
For Byte by Byte Generation, You can use this code
|
44 |
```python
|
45 |
# It's recommended to use PipeLine
|
@@ -153,8 +148,8 @@ if __name__ == "__main__":
|
|
153 |
- what is LGeM, LGeM is a CausalLM Model that is trained on self instruct data (Alpaca data) and for initialization of the first train of the main model (weights are available) I used pre weights from Alpaca LoRA (open source)
|
154 |
|
155 |
- it's Decoder Only
|
156 |
-
- built-in Pytorch
|
157 |
-
- you can simply import models like
|
158 |
|
159 |
```python
|
160 |
# Pytorch
|
|
|
32 |
## Examples 🚀
|
33 |
|
34 |
```text
|
35 |
+
<\s><|prompter|> TEXT <\s><|ai|>
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
```
|
37 |
+
|
38 |
For Byte by Byte Generation, You can use this code
|
39 |
```python
|
40 |
# It's recommended to use PipeLine
|
|
|
148 |
- what is LGeM, LGeM is a CausalLM Model that is trained on self instruct data (Alpaca data) and for initialization of the first train of the main model (weights are available) I used pre weights from Alpaca LoRA (open source)
|
149 |
|
150 |
- it's Decoder Only
|
151 |
+
- built-in Pytorch and Jax
|
152 |
+
- you can simply import models like (In EasyDeL or OST Library)
|
153 |
|
154 |
```python
|
155 |
# Pytorch
|