Abrar21 commited on
Commit
127b601
·
verified ·
1 Parent(s): 9ec3cf4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -2,7 +2,14 @@
2
  tags:
3
  - text-generation
4
  - conversational
 
 
 
5
  library: transformers
6
  license: mit
7
  pipeline_tag: question-answering
 
 
 
 
8
  ---
 
2
  tags:
3
  - text-generation
4
  - conversational
5
+ - pytorch
6
+ - transformers
7
+ - llama
8
  library: transformers
9
  license: mit
10
  pipeline_tag: question-answering
11
+ language:
12
+ - en
13
+ base_model:
14
+ - HuggingFaceH4/tiny-random-LlamaForCausalLM
15
  ---