Bikas0 commited on
Commit
233673b
1 Parent(s): 58bcdce

updated code

Browse files
Files changed (1) hide show
  1. README.md +4 -7
README.md CHANGED
@@ -3,13 +3,9 @@ license: mit
3
  language:
4
  - bn
5
  pipeline_tag: table-question-answering
6
- library_name: unsloth
7
- tags:
8
- - tag1
9
- - tag2
10
- metrics:
11
- - metric1
12
- - metric2
13
  base_model: Bikas0/Bengali-Question-Answer-Llama3
14
 
15
  ---
@@ -39,6 +35,7 @@ inputs = tokenizer(
39
  alpaca_prompt.format(
40
  "Please provide a detailed answer to the following question", # instruction
41
  "বাংলা একাডেমি আইন কোন কারণে সদস্যপদ বাতিল করা হবে ?", # input
 
42
  "", # output - leave this blank for generation!
43
  )
44
  ], return_tensors = "pt").to("cuda")
 
3
  language:
4
  - bn
5
  pipeline_tag: table-question-answering
6
+ library_name:
7
+ -transformer
8
+ -unsloth
 
 
 
 
9
  base_model: Bikas0/Bengali-Question-Answer-Llama3
10
 
11
  ---
 
35
  alpaca_prompt.format(
36
  "Please provide a detailed answer to the following question", # instruction
37
  "বাংলা একাডেমি আইন কোন কারণে সদস্যপদ বাতিল করা হবে ?", # input
38
+ # সড়ক রক্ষণাবেক্ষণ তহবিল বোর্ড আইন, ২০১৩ অনুযায়ী, তহবিলের উৎসসমূহ কী কী?
39
  "", # output - leave this blank for generation!
40
  )
41
  ], return_tensors = "pt").to("cuda")