dinesh-kumar-k commited on
Commit
eee4286
·
verified ·
1 Parent(s): 791f716

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -1,5 +1,11 @@
1
  ---
2
  language: tr
 
 
 
 
 
 
3
  ---
4
 
5
  # bert-turkish-question-answering
@@ -58,4 +64,4 @@ for question in questions:
58
 
59
  print(f"Question: {question}")
60
  print(f"Answer: {answer}\n")
61
- ```
 
1
  ---
2
  language: tr
3
+ license: bigcode-openrail-m
4
+ base_model:
5
+ - meta-llama/Llama-3.3-70B-Instruct
6
+ pipeline_tag: text-classification
7
+ tags:
8
+ - finance
9
  ---
10
 
11
  # bert-turkish-question-answering
 
64
 
65
  print(f"Question: {question}")
66
  print(f"Answer: {answer}\n")
67
+ ```