Henk717 commited on
Commit
c5b2624
1 Parent(s): af608f0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -1
README.md CHANGED
@@ -1,3 +1,32 @@
1
  ---
2
- license: llama2
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: other
3
+ language: en
4
+ commercial: no
5
+ inference: false
6
  ---
7
+ # LLAMA2 13B - Holodeck
8
+ ## Model Description
9
+ LLAMA2 13B-Holodeck is a finetune created using Meta's llama 2 model, these are the GGML conversions compatible with [Koboldcpp](https://koboldai.org/cpp)
10
+ Want to use this in transformers? Check out https://huggingface.co/KoboldAI/LLAMA2-13B-Holodeck-1
11
+ ## Training data
12
+ The training data contains around 3000 ebooks in various genres.
13
+ Most parts of the dataset have been prepended using the following text: `[Genre: <genre1>, <genre2>]`
14
+ ### How to use
15
+ You can use this model directly with a pipeline for text generation. This example generates a different sequence each time it's run:
16
+ ```py
17
+ >>> from transformers import pipeline
18
+ >>> generator = pipeline('text-generation', model='KoboldAI/LLAMA2-13B-Holodeck-1')
19
+ >>> generator("Welcome Captain Janeway, I apologize for the delay.", do_sample=True, min_length=50)
20
+ [{'generated_text': 'Welcome Captain Janeway, I apologize for the delay."\nIt's all right," Janeway said. "I'm certain that you're doing your best to keep me informed of what\'s going on."'}]
21
+ ```
22
+ ### Limitations and Biases
23
+ Based on known problems with NLP technology, potential relevant factors include bias (gender, profession, race and religion).
24
+
25
+ ### License
26
+ Llama 2 is licensed under the LLAMA 2 Community License, Copyright (c) Meta Platforms, Inc. All Rights Reserved.
27
+
28
+ **Extra clause:**
29
+ You shall use the Materials and Products solely for research purposes and not for any commercial purpose. Nothing in the Community License shall be construed as granting you a license to use the Materials or Products for any other purpose.
30
+
31
+ ### BibTeX entry and citation info
32
+ https://huggingface.co/meta-llama/Llama-2-13b-hf