PEFT
Safetensors
Electricarchmage commited on
Commit
efacb4b
·
1 Parent(s): 8e49a0f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -9
README.md CHANGED
@@ -1,11 +1,14 @@
1
  ---
2
  library_name: peft
3
  base_model: EleutherAI/gpt-neox-20b
 
 
 
4
  ---
5
 
6
  # Model Card for Model ID
7
 
8
- <!-- Provide a quick summary of what the model is/does. -->
9
 
10
 
11
 
@@ -13,17 +16,15 @@ base_model: EleutherAI/gpt-neox-20b
13
 
14
  ### Model Description
15
 
16
- <!-- Provide a longer summary of what this model is. -->
17
 
18
 
19
 
20
- - **Developed by:** [More Information Needed]
21
- - **Funded by [optional]:** [More Information Needed]
22
- - **Shared by [optional]:** [More Information Needed]
23
- - **Model type:** [More Information Needed]
24
  - **Language(s) (NLP):** [More Information Needed]
25
- - **License:** [More Information Needed]
26
- - **Finetuned from model [optional]:** [More Information Needed]
27
 
28
  ### Model Sources [optional]
29
 
@@ -77,7 +78,7 @@ Use the code below to get started with the model.
77
 
78
  ### Training Data
79
 
80
- <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
 
82
  [More Information Needed]
83
 
 
1
  ---
2
  library_name: peft
3
  base_model: EleutherAI/gpt-neox-20b
4
+ license: mit
5
+ datasets:
6
+ - bydavid/biblecorpuscsv
7
  ---
8
 
9
  # Model Card for Model ID
10
 
11
+ The Apocrypha Generator is trained to generate apocrypha, taking from Bible verses.
12
 
13
 
14
 
 
16
 
17
  ### Model Description
18
 
19
+ Using QLoRA and 4-bit quantization-based fine tuning, the Apocrypha Generator (AG) is a GPT-Neo-x-20b variant made to create apocryphal Bible verses using existing Bible verses as a base.
20
 
21
 
22
 
23
+ - **Developed by:** William Johnson
24
+ - **Model type:** Transformer
 
 
25
  - **Language(s) (NLP):** [More Information Needed]
26
+ - **License:** MIT
27
+ - **Finetuned from model:** GPT-NeoX-20b
28
 
29
  ### Model Sources [optional]
30
 
 
78
 
79
  ### Training Data
80
 
81
+ https://huggingface.co/datasets/bydavid/biblecorpuscsv
82
 
83
  [More Information Needed]
84