Add library_name, correct pipeline tag and Github link

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +7 -6
README.md CHANGED
@@ -1,24 +1,25 @@
1
  ---
2
- license: apache-2.0
 
3
  datasets:
4
  - qcri-cs/TechniqueRAG-Datasets
5
  language:
6
  - en
7
- base_model:
8
- - mistralai/Ministral-8B-Instruct-2410
9
  tags:
10
  - MITRE ATT&CK
11
  - Adversarial Techniques Annotation
12
  - Threat Intelligence
13
  - Security
 
 
14
  ---
15
 
16
-
17
  # TechniqueRAG
18
  TechniqueRAG: Retrieval Augmented Generation for Adversarial Technique Annotation in Cyber Threat Intelligence Text
19
 
20
  **Code**:
21
- - [TechniqueRAG](https://gthub.com/qcri/TechniqueRAG)
22
 
23
  **Citation**:
24
 
@@ -32,4 +33,4 @@ TechniqueRAG: Retrieval Augmented Generation for Adversarial Technique Annotatio
32
  primaryClass={cs.CR},
33
  url={https://arxiv.org/abs/2505.11988},
34
  }
35
- ```
 
1
  ---
2
+ base_model:
3
+ - mistralai/Ministral-8B-Instruct-2410
4
  datasets:
5
  - qcri-cs/TechniqueRAG-Datasets
6
  language:
7
  - en
8
+ license: apache-2.0
 
9
  tags:
10
  - MITRE ATT&CK
11
  - Adversarial Techniques Annotation
12
  - Threat Intelligence
13
  - Security
14
+ library_name: transformers
15
+ pipeline_tag: text-generation
16
  ---
17
 
 
18
  # TechniqueRAG
19
  TechniqueRAG: Retrieval Augmented Generation for Adversarial Technique Annotation in Cyber Threat Intelligence Text
20
 
21
  **Code**:
22
+ - [TechniqueRAG](https://github.com/qcri/TechniqueRAG)
23
 
24
  **Citation**:
25
 
 
33
  primaryClass={cs.CR},
34
  url={https://arxiv.org/abs/2505.11988},
35
  }
36
+ ```