Update README.md
Browse files
README.md
CHANGED
@@ -10,16 +10,22 @@ license: apache-2.0
|
|
10 |
language:
|
11 |
- en
|
12 |
widget:
|
13 |
-
- text: "
|
14 |
-
example_title: "
|
15 |
-
|
|
|
|
|
|
|
16 |
example_title: "Bombing Example"
|
17 |
-
|
18 |
-
|
|
|
|
|
19 |
inference:
|
20 |
parameters:
|
21 |
temperature: 0.7
|
22 |
-
|
|
|
23 |
---
|
24 |
|
25 |
# ConflLlama: GTD-Finetuned LLaMA-3 8B
|
|
|
10 |
language:
|
11 |
- en
|
12 |
widget:
|
13 |
+
- text: "Below describes details about terrorist events.\n>>> Event Details:\nOn the morning of June 15th, armed individuals forced their way into a local bank in Mexico City. They held bank employees and customers at gunpoint for several hours while demanding access to the vault. The perpetrators escaped with an undisclosed amount of money after a prolonged standoff with local authorities.\n>>> Attack Types:"
|
14 |
+
example_title: "Armed Assault Example"
|
15 |
+
output:
|
16 |
+
- label: "Armed Assault | Hostage Taking"
|
17 |
+
score: 0.9
|
18 |
+
- text: "Below describes details about terrorist events.\n>>> Event Details:\nA massive explosion occurred outside a government building in Baghdad. The blast, caused by a car bomb, killed 12 people and injured over 30 others. The explosion caused significant damage to the building's facade and surrounding structures.\n>>> Attack Types:"
|
19 |
example_title: "Bombing Example"
|
20 |
+
output:
|
21 |
+
- label: "Bombing/Explosion"
|
22 |
+
score: 0.95
|
23 |
+
pipeline_tag: text-classification
|
24 |
inference:
|
25 |
parameters:
|
26 |
temperature: 0.7
|
27 |
+
max_new_tokens: 128
|
28 |
+
do_sample: true
|
29 |
---
|
30 |
|
31 |
# ConflLlama: GTD-Finetuned LLaMA-3 8B
|