init
Browse files
experiments/baseline_lm_qa_fewshot.py
CHANGED
@@ -27,7 +27,7 @@ for shots in shots_num:
|
|
27 |
full_result = []
|
28 |
for lm, ppl_class, batch, pretty_name in [
|
29 |
("google/flan-ul2", EncoderDecoderLM, 1, "Flan-UL2"),
|
30 |
-
|
31 |
("facebook/opt-13b", LM, 1, "OPT\textsubscript{13B}"),
|
32 |
("davinci", OpenAI, None, "GPT-3\textsubscript{davinci}")
|
33 |
]:
|
|
|
27 |
full_result = []
|
28 |
for lm, ppl_class, batch, pretty_name in [
|
29 |
("google/flan-ul2", EncoderDecoderLM, 1, "Flan-UL2"),
|
30 |
+
("google/flan-t5-xxl", EncoderDecoderLM, 1, "Flan-T5\textsubscript{XXL}"),
|
31 |
("facebook/opt-13b", LM, 1, "OPT\textsubscript{13B}"),
|
32 |
("davinci", OpenAI, None, "GPT-3\textsubscript{davinci}")
|
33 |
]:
|