Librarian Bot: Add base_model information to model

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