Librarian Bot: Add base_model information to model

#1
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -1,14 +1,15 @@
1
  ---
2
- library_name: peft
3
- datasets:
4
- - rdpahalavan/packet-tag-explanation
5
  license: apache-2.0
 
6
  tags:
7
  - Network Intrusion Detection
8
  - Cybersecurity
9
  - Network Packets
10
- language:
11
- - en
 
12
  ---
13
 
14
  This model was fine-tuned for generating text describing the network packets. For more information, [visit here](https://github.com/rdpahalavan/nids-transformers).
 
1
  ---
2
+ language:
3
+ - en
 
4
  license: apache-2.0
5
+ library_name: peft
6
  tags:
7
  - Network Intrusion Detection
8
  - Cybersecurity
9
  - Network Packets
10
+ datasets:
11
+ - rdpahalavan/packet-tag-explanation
12
+ base_model: tiiuae/falcon-7b
13
  ---
14
 
15
  This model was fine-tuned for generating text describing the network packets. For more information, [visit here](https://github.com/rdpahalavan/nids-transformers).