-
Updated
Dec 23, 2020 - Python
transfer-learning
Here are 1,593 public repositories matching this topic...
-
Updated
Dec 19, 2020 - Python
-
Updated
Dec 23, 2020
-
Updated
Mar 26, 2020 - Python
-
Updated
Dec 9, 2020 - Python
-
Updated
Nov 30, 2020
Is your feature request related to a problem? Please describe.
For a fast proof of concepts users need to try Haystack on their own documents. While this is possible on the code level (e.g. Tutorial 1), in many cases an additional UI would be helpful so that users can interact more easily with the model and show it to colleagues.
Describe the solution you'd like
A minimal UI built wit
I'm playing around with this wonderful code but I'm running into a curious issue when I try to train the model with my own data.
I replicated the personachat_self_original.json file structure and added my own data. I deleted dataset_cache_OpenAIGPTTokenizer file but when I try to train, I get this error:
INFO:train.py:Pad inputs and convert to Tensor
Traceback (most recent call last)
-
Updated
Dec 22, 2020 - Python
when printing these objects we do not see informative content.
-
Updated
Nov 13, 2020 - Python
-
Updated
Jan 1, 2019 - Python
-
Updated
Dec 1, 2020 - Jupyter Notebook
-
Updated
Dec 18, 2020 - Python
-
Updated
Dec 16, 2020
-
Updated
Jul 26, 2019 - Python
-
Updated
Oct 16, 2019 - Python
-
Updated
Sep 16, 2020 - Python
-
Updated
Jun 27, 2020 - Jupyter Notebook
Per this comment in #12
-
Updated
Nov 21, 2020 - Python
-
Updated
Dec 21, 2020 - Jupyter Notebook
-
Updated
Dec 7, 2020 - Jupyter Notebook
-
Updated
Oct 14, 2020
-
Updated
Dec 15, 2020 - Python
-
Updated
Dec 8, 2020
-
Updated
Oct 17, 2020
Improve this page
Add a description, image, and links to the transfer-learning topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the transfer-learning topic, visit your repo's landing page and select "manage topics."
How do i resume training for text classification?