transfer-learning-conv-ai icon indicating copy to clipboard operation
transfer-learning-conv-ai copied to clipboard

I just figured it out. You need both "train" and "valid" examples, following the same structure as:

Open TangoIndiaMango opened this issue 3 years ago • 1 comments

I just figured it out. You need both "train" and "valid" examples, following the same structure as:

{
  "train": [
    "your data here"
  ],
  "valid": [
    "your data here"    
  ]
}

Originally posted by @brandaobrandisborges in https://github.com/huggingface/transfer-learning-conv-ai/issues/76#issuecomment-906855086

This didn't work, still same error, please what's the possible solution?

TangoIndiaMango avatar Aug 14 '22 03:08 TangoIndiaMango

i tried using the example set data also, still same error

TangoIndiaMango avatar Aug 14 '22 03:08 TangoIndiaMango