Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
datasets:
|
4 |
- tatsu-lab/alpaca
|
5 |
- yizhongw/self_instruct
|
@@ -18,20 +18,24 @@ pipeline_tag: text-generation
|
|
18 |
---
|
19 |
|
20 |
|
21 |
-
this model
|
|
|
|
|
|
|
|
|
22 |
|
23 |
# Using Model in Huggingface Transformers
|
24 |
|
25 |
## EG
|
26 |
|
27 |
```text
|
28 |
-
CONVERSATION: USER: how can
|
29 |
```
|
30 |
```text
|
31 |
-
Q&A: USER: how can
|
32 |
```
|
33 |
```text
|
34 |
-
INFO: USER: how can
|
35 |
```
|
36 |
|
37 |
```python
|
|
|
1 |
---
|
2 |
+
license: gpl-3.0
|
3 |
datasets:
|
4 |
- tatsu-lab/alpaca
|
5 |
- yizhongw/self_instruct
|
|
|
18 |
---
|
19 |
|
20 |
|
21 |
+
this model uses Task classification and the conversation is between USER and Answer or AI
|
22 |
+
|
23 |
+
# This model is a finetuned version of Kolla with LGeM data With Respect to them and changes some data and optimizers
|
24 |
+
|
25 |
+
# Model includes pre-trained Weights so its GNU v3.0 licensed as same as Original LLaMA Model
|
26 |
|
27 |
# Using Model in Huggingface Transformers
|
28 |
|
29 |
## EG
|
30 |
|
31 |
```text
|
32 |
+
CONVERSATION: USER: how can I start to work out more \n
|
33 |
```
|
34 |
```text
|
35 |
+
Q&A: USER: how can I start to work out more \n
|
36 |
```
|
37 |
```text
|
38 |
+
INFO: USER: how can I start to work out more \n
|
39 |
```
|
40 |
|
41 |
```python
|