dinesh-kumar-k
commited on
Update README.md
Browse files
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 |
+
```
|