-
Hi, I was able to reproduce the GLUE benchmark results but not the NLG task.
For NLG tasks, I downloaded the checkpoint for GPT2-M and follow the step 2,3,4 in the instructions
https://github.c…
-
Hi, I am facing the following error, while trying to simulate and generate dialogues between the user and the system:
To replicate the error, here is the code that I am using:
user_nlu = BERTNLU…
-
Hi, I am facing this following error, while optimizing the PPO policy: ValueError: expected sequence of length 361 at dim 1 (got 208)
I first simulated a dialogue between the user and system. Which t…
-
I want to try and use NLG for SQL generation. Any tips welcome. Also am seeing this issue:
Steps to reproduce (on Linux Mint 20 x64):
sudo apt install nuget
sudo snap install --classic dotnet-s…
-
Traceback (most recent call last):
File "main.py", line 10, in
from DataLoader.MSC import MSC
File "/home/USER/LD-Agent-main/DataLoader/MSC.py", line 7, in
from nlgeval import calc_n…
-
Can MeZo be used on NLG tasks? I integrated the _inner_training_loop part of the code and the methods it relies on into the NLG task training code, and performed fine-tuning training on bloom (bloomz-…
-
Error: Could not find or load main class Py4JServer
Traceback (most recent call last):
File "bot.py", line 22, in
from nlg import NLG
File "C:\Users\sid_g\MagicMirror\AI-Smart-Mirror\nlg.…
-
-
Hi,
I am suffering with out-of-memory issue when I'm running the following code.
`python reinforce.py --data_path_prefix ../data/multiwoz21 --model_name t5-base --pretrained_path ./ckpt/nlg_base …
-
Traceback (most recent call last):
File "bot.py", line 12, in
from nlg import NLG
File "/Users/interview6/Desktop/!mirror/AI-Smart-Mirror-master/nlg.py", line 4, in
from py4j_server …