TheBloke commited on
Commit
0754c3f
1 Parent(s): a074132

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -75
README.md CHANGED
@@ -254,81 +254,6 @@ Thank you to all my generous patrons and donaters!
254
 
255
  # Original model card: Meta's Llama 2 70B
256
 
257
-
258
- <!-- header start -->
259
- <div style="width: 100%;">
260
- <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
261
- </div>
262
- <div style="display: flex; justify-content: space-between; width: 100%;">
263
- <div style="display: flex; flex-direction: column; align-items: flex-start;">
264
- <p><a href="https://discord.gg/theblokeai">Chat & support: my new Discord server</a></p>
265
- </div>
266
- <div style="display: flex; flex-direction: column; align-items: flex-end;">
267
- <p><a href="https://www.patreon.com/TheBlokeAI">Want to contribute? TheBloke's Patreon page</a></p>
268
- </div>
269
- </div>
270
- <!-- header end -->
271
-
272
- # Meta's Llama 2 70B fp16
273
-
274
- These files are fp16 format model files for [Meta's Llama 2 70B](https://huggingface.co/meta-llama/Llama-2-70b-hf).
275
-
276
- They were produced by downloading the PTH files from Meta, and then converting to HF format using the latest Transformers 4.32.0.dev0, from Git, with the Llama 2 PR included: https://github.com/huggingface/transformers/pull/24891.
277
-
278
- Command to convert was:
279
- ```
280
- python3 /workspace/venv/pytorch2/lib/python3.10/site-packages/transformers/models/llama/convert_llama_weights_to_hf.py --input_dir /workspace/git/llama/download --model_size 70B --output_dir /workspace/process/llama-2-70b-chat/source --safe_serialization true
281
- ```
282
-
283
- The files were saved in Safetensors format.
284
-
285
- I am uploading this repo because I initially tried to create GPTQs using the [MetaLlama 2 70B HF repo](https://huggingface.co/meta-llama/Llama-2-70b-hf), but got strange errors that suggested the weights were not correct. But converting from the PTH files using the latest `convert_llama_weights_to_hf.py` script worked fine.
286
-
287
-
288
- Many thanks to William Beauchamp from [Chai](https://chai-research.com/) for providing the hardware for merging and uploading these files!
289
-
290
- ## Repositories available
291
-
292
- * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/Llama-2-70B-GPTQ)
293
- * [Original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/meta-llama/Llama-2-70b-hf)
294
- * [My fp16 conversion of the unquantised PTH model files](https://huggingface.co/TheBloke/Llama-2-70B-fp16)
295
-
296
- ## Prompt template: None
297
-
298
- ```
299
- {prompt}
300
- ```
301
-
302
- <!-- footer start -->
303
- ## Discord
304
-
305
- For further support, and discussions on these models and AI in general, join us at:
306
-
307
- [TheBloke AI's Discord server](https://discord.gg/theblokeai)
308
-
309
- ## Thanks, and how to contribute.
310
-
311
- Thanks to the [chirper.ai](https://chirper.ai) team!
312
-
313
- I've had a lot of people ask if they can contribute. I enjoy providing models and helping people, and would love to be able to spend even more time doing it, as well as expanding into new projects like fine tuning/training.
314
-
315
- If you're able and willing to contribute it will be most gratefully received and will help me to keep providing more models, and to start work on new AI projects.
316
-
317
- Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
318
-
319
- * Patreon: https://patreon.com/TheBlokeAI
320
- * Ko-Fi: https://ko-fi.com/TheBlokeAI
321
-
322
- **Special thanks to**: Luke from CarbonQuill, Aemon Algiz.
323
-
324
- **Patreon special mentions**: Space Cruiser, Nikolai Manek, Sam, Chris McCloskey, Rishabh Srivastava, Kalila, Spiking Neurons AB, Khalefa Al-Ahmad, WelcomeToTheClub, Chadd, Lone Striker, Viktor Bowallius, Edmond Seymore, Ai Maven, Chris Smitley, Dave, Alexandros Triantafyllidis, Luke @flexchar, Elle, ya boyyy, Talal Aujan, Alex , Jonathan Leane, Deep Realms, Randy H, subjectnull, Preetika Verma, Joseph William Delisle, Michael Levine, chris gileta, K, Oscar Rangel, LangChain4j, Trenton Dambrowitz, Eugene Pentland, Johann-Peter Hartmann, Femi Adebogun, Illia Dulskyi, senxiiz, Daniel P. Andersen, Sean Connelly, Artur Olbinski, RoA, Mano Prime, Derek Yates, Raven Klaugh, David Flickinger, Willem Michiel, Pieter, Willian Hasse, vamX, Luke Pendergrass, webtim, Ghost , Rainer Wilmers, Nathan LeClaire, Will Dee, Cory Kujawski, John Detwiler, Fred von Graf, biorpg, Iucharbius , Imad Khwaja, Pierre Kircher, terasurfer , Asp the Wyvern, John Villwock, theTransient, zynix , Gabriel Tamborski, Fen Risland, Gabriel Puliatti, Matthew Berman, Pyrater, SuperWojo, Stephen Murray, Karl Bernard, Ajan Kanaga, Greatston Gnanesh, Junyu Yang.
325
-
326
- Thank you to all my generous patrons and donaters!
327
-
328
- <!-- footer end -->
329
-
330
- # Original model card: Meta's Llama 2 70B
331
-
332
  # **Llama 2**
333
  Llama 2 is a collection of pretrained and fine-tuned generative text models ranging in scale from 7 billion to 70 billion parameters. This is the repository for the 70B pretrained model, converted for the Hugging Face Transformers format. Links to other models can be found in the index at the bottom.
334
 
 
254
 
255
  # Original model card: Meta's Llama 2 70B
256
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
257
  # **Llama 2**
258
  Llama 2 is a collection of pretrained and fine-tuned generative text models ranging in scale from 7 billion to 70 billion parameters. This is the repository for the 70B pretrained model, converted for the Hugging Face Transformers format. Links to other models can be found in the index at the bottom.
259