huggingface / transfer-learning-conv-ai

🦄 State-of-the-Art Conversational AI with Transfer Learning
MIT License
1.73k stars 431 forks source link

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

Open TangoIndiaMango opened 2 years ago

TangoIndiaMango commented 2 years ago

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 commented 2 years ago

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