Skip to content

Conversation

@Chaarangan
Copy link

@Chaarangan Chaarangan commented May 7, 2022

Changes:

  1. Change load_network_from_file, and save_network methods. It allows us to save and load tokenizer now.
    Save network before:
    model.save_network(model_path="model.bin")
    Save network now:
    model.save_network(output_dir="models/")
    --
    Load network before:
    model.load_network_from_file(model_path="model.bin")
    Load network now:
    model.load_network_from_file(model_path="models/model.bin", tokenizer_path="models/tokenizer/")

  2. Typo change: AVG_MICRO --> AVG_MACRO (from previous PL: Fixed typo: AVG_MICRO --> AVG_MACRO #33)

  3. Added version number to package (from previous PL: added version number to package #34)

  4. Adapting preprocessing for some models of HF (from previous PL: Addapting preProcessing for some models of HF #36, but removed line 106)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant