Pankaj Mathur commited on
Commit
abb6ec3
·
1 Parent(s): 45eb5a1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -6
README.md CHANGED
@@ -90,6 +90,8 @@ generate_text(system, instruction, input)
90
 
91
  ```
92
 
 
 
93
  Next Goals:
94
  1) Try more data, Dolly V2, WizardLM, & Others (we are open for suggestions)
95
  2) Try bigger OpenLLaMA models 7B and 13B
@@ -98,17 +100,16 @@ Next Goals:
98
  6) Provide 4bit GGML/GPTQ quantized model (may be [TheBloke](https://huggingface.co/TheBloke) can help here)
99
 
100
 
101
- **P.S. I am #opentowork and #collaboration, please reach out to me at [email protected]**
102
-
103
-
104
  Reference:
105
  If you found [alpaca_orca_open_llama_3b](psmathur/alpaca_orca_open_llama_3b) useful in your research or applications, please kindly cite using the following BibTeX:
106
 
 
107
  @misc{alpaca_orca_open_llama_3b,
108
  author = {Pankaj Mathur},
109
  title = {alpaca_orca_open_llama_3b: A custom explain tuned Alpaca Model Based On OpenLLaMA},
110
  year = {2023},
111
- publisher = {GitHub},
112
- journal = {GitHub repository},
113
- howpublished = {\url{https://github.com/pankajarm/alpaca_orca_open_llama_3b}},
114
  }
 
 
90
 
91
  ```
92
 
93
+ **P.S. I am #opentowork and #collaboration, if you can help, please reach out to me at [email protected]**
94
+
95
  Next Goals:
96
  1) Try more data, Dolly V2, WizardLM, & Others (we are open for suggestions)
97
  2) Try bigger OpenLLaMA models 7B and 13B
 
100
  6) Provide 4bit GGML/GPTQ quantized model (may be [TheBloke](https://huggingface.co/TheBloke) can help here)
101
 
102
 
 
 
 
103
  Reference:
104
  If you found [alpaca_orca_open_llama_3b](psmathur/alpaca_orca_open_llama_3b) useful in your research or applications, please kindly cite using the following BibTeX:
105
 
106
+ ```
107
  @misc{alpaca_orca_open_llama_3b,
108
  author = {Pankaj Mathur},
109
  title = {alpaca_orca_open_llama_3b: A custom explain tuned Alpaca Model Based On OpenLLaMA},
110
  year = {2023},
111
+ publisher = {GitHub, HuggingFace},
112
+ journal = {GitHub repository, HuggingFace repository},
113
+ howpublished = {\url{https://github.com/pankajarm/alpaca_orca_open_llama_3b}, \url{https://https://huggingface.co/psmathur/alpaca_orca_open_llama_3b}},
114
  }
115
+ ```