Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.

Releases: feedly/transfer-nlp

Make PyTorch an optional dependency

28 May 17:32
85515b7

Choose a tag to compare

Make torch optional (#85)

* Make torch optional

* fix tests

* Review fixes

Flexible trainers

25 Jun 17:29

Choose a tag to compare

In this release, we improve the trainers section to make them more easily changeable / extendable

First stable version

29 May 02:53
a61ed17

Choose a tag to compare

Merge pull request #46 from feedly/issue/change-dependencies

minimal dependencies

First stable version

29 May 01:08

Choose a tag to compare

add green tests

First stable version

28 May 23:44

Choose a tag to compare

Use find_packages in setup.py

First stable version

28 May 21:51

Choose a tag to compare

Fix bugs and enable first stable version

First stable version

28 May 21:32

Choose a tag to compare

This is a first stable version for Transfer NLP, allowing users to:

Keep track of experiments and enforce reproducible research
Combine custom and open-source code into controlled experiments
Here are a few features available in the release:

Configuring all objects from an experiment using a json file
Running sequential jobs for the same experiment using different sets of parameters (parameter tuning, ablation studies...)
Keep track of your experiments and make them reproducible / incrementally improvable
Allow dynamic re-creation of any instantiated object during training through object factories
Use several basic building blocks: Vocabulary class, PyTorch optimizer, Predictors...
Transfer Learning: use the BasicTrainer to fine-tune pre-trained models to your custom downstream tasks.

Initial Release

06 Apr 06:16

Choose a tag to compare

V0.0.2

version