Q-bert commited on
Commit
4bb4ba2
1 Parent(s): 840866a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -1,5 +1,9 @@
1
  ---
2
  library_name: peft
 
 
 
 
3
  ---
4
 
5
  # AlpaGo: GPT-NeoX-20B Model Trained with Qlora Technique
@@ -72,4 +76,4 @@ generation_output = model.generate(
72
  for s in generation_output.sequences:
73
  print(tokenizer.decode(s))
74
 
75
- ```
 
1
  ---
2
  library_name: peft
3
+ license: mit
4
+ language:
5
+ - en
6
+ pipeline_tag: text-generation
7
  ---
8
 
9
  # AlpaGo: GPT-NeoX-20B Model Trained with Qlora Technique
 
76
  for s in generation_output.sequences:
77
  print(tokenizer.decode(s))
78
 
79
+ ```