Librarian Bot: Add base_model information to model
#2
by
librarian-bot
- opened
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 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
header
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
header
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
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
|