erfanzar commited on
Commit
a891423
1 Parent(s): 42414c0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -5
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: mit
3
  datasets:
4
  - tatsu-lab/alpaca
5
  - yizhongw/self_instruct
@@ -18,20 +18,24 @@ pipeline_tag: text-generation
18
  ---
19
 
20
 
21
- this model use Task classification and the converstation is between USER and Answer or AI
 
 
 
 
22
 
23
  # Using Model in Huggingface Transformers
24
 
25
  ## EG
26
 
27
  ```text
28
- CONVERSATION: USER: how can i start to workout more \n
29
  ```
30
  ```text
31
- Q&A: USER: how can i start to workout more \n
32
  ```
33
  ```text
34
- INFO: USER: how can i start to workout more \n
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