shreyasmeher commited on
Commit
8516c31
·
verified ·
1 Parent(s): e87413f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -6
README.md CHANGED
@@ -10,16 +10,22 @@ license: apache-2.0
10
  language:
11
  - en
12
  widget:
13
- - text: "On 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."
14
- example_title: "Bank Robbery Example"
15
- - text: "A 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."
 
 
 
16
  example_title: "Bombing Example"
17
- - text: "Environmental activists sabotaged railway tracks leading to a coal plant, causing significant damage to the infrastructure. No casualties were reported."
18
- example_title: "Infrastructure Attack Example"
 
 
19
  inference:
20
  parameters:
21
  temperature: 0.7
22
- pipeline_tag: text-classification
 
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