ShreySharma07 commited on
Commit
adee96a
verified
1 Parent(s): 7909125

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -1,11 +1,20 @@
1
  ---
2
  library_name: transformers
3
- tags: []
 
 
 
 
 
 
 
 
4
  ---
5
 
6
  # Model Card for Model ID
7
 
8
  <!-- Provide a quick summary of what the model is/does. -->
 
9
 
10
 
11
 
 
1
  ---
2
  library_name: transformers
3
+ license: mit
4
+ datasets:
5
+ - openai/gsm8k
6
+ language:
7
+ - en
8
+ base_model:
9
+ - meta-llama/Llama-2-7b-chat-hf
10
+ new_version: meta-llama/Llama-2-7b-chat-hf
11
+ pipeline_tag: question-answering
12
  ---
13
 
14
  # Model Card for Model ID
15
 
16
  <!-- Provide a quick summary of what the model is/does. -->
17
+ This model is trained on gsm8k which is a maths question answers related dataset using llama 2 7b and finetuned it using qlora technique.
18
 
19
 
20