Librarian Bot: Add base_model information to model

#2
Files changed (1) hide show
  1. README.md +18 -3
README.md CHANGED
@@ -1,11 +1,26 @@
1
  ---
2
  language: en
3
- datasets:
4
- - Short-Answer-Feedback/saf_communication_networks_english
5
  tags:
6
  - generated_from_trainer
 
 
7
  widget:
8
- - text: "Answer: In TCP there is a Sequence Number field to identify packets individually for reliability. There is no Sequence Number in UDP. The UDP header does not have an options field, while the TCP header does. In TCP there is an Advertised Window field for the Sliding Window Protocol for Flow Control. There is no Flow Control and therefore no Advertised Window field in UDP. In TCP there there is only a Data Offset field that specifies the header length. In UDP the whole Packet Length is transmitted. Reference: Possible Differences : The UPD header (8 bytes) is much shorter than the TCP header (20-60 bytes) The UDP header has a fixed length while the TCP header has a variable length Fields contained in the TCP header and not the UDP header : -Sequence number -Acknowledgment number -Reserved -Flags/Control bits -Advertised window -Urgent Pointer -Options + Padding if the options are UDP includes the packet length (data + header) while TCP has the header length/data offset (just header) field instead The sender port field is optional in UDP, while the source port in TCP is necessary to establish the connection Question: State at least 4 of the differences shown in the lecture between the UDP and TCP headers."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  ---
10
 
11
  # bart-finetuned-saf-communication-networks
 
1
  ---
2
  language: en
 
 
3
  tags:
4
  - generated_from_trainer
5
+ datasets:
6
+ - Short-Answer-Feedback/saf_communication_networks_english
7
  widget:
8
+ - text: 'Answer: In TCP there is a Sequence Number field to identify packets individually
9
+ for reliability. There is no Sequence Number in UDP. The UDP header does not have
10
+ an options field, while the TCP header does. In TCP there is an Advertised Window
11
+ field for the Sliding Window Protocol for Flow Control. There is no Flow Control
12
+ and therefore no Advertised Window field in UDP. In TCP there there is only a
13
+ Data Offset field that specifies the header length. In UDP the whole Packet Length
14
+ is transmitted. Reference: Possible Differences : The UPD header (8 bytes) is
15
+ much shorter than the TCP header (20-60 bytes) The UDP header has a fixed length
16
+ while the TCP header has a variable length Fields contained in the TCP header
17
+ and not the UDP header : -Sequence number -Acknowledgment number -Reserved -Flags/Control
18
+ bits -Advertised window -Urgent Pointer -Options + Padding if the options are
19
+ UDP includes the packet length (data + header) while TCP has the header length/data
20
+ offset (just header) field instead The sender port field is optional in UDP, while
21
+ the source port in TCP is necessary to establish the connection Question: State
22
+ at least 4 of the differences shown in the lecture between the UDP and TCP headers.'
23
+ base_model: facebook/bart-large
24
  ---
25
 
26
  # bart-finetuned-saf-communication-networks