Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: obss/trapper
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.8
Choose a base ref
...
head repository: obss/trapper
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.9
Choose a head ref
  • 8 commits
  • 14 files changed
  • 3 contributors

Commits on Mar 17, 2022

  1. Configuration menu
    Copy the full SHA
    2415056 View commit details
    Browse the repository at this point in the history
  2. Add VSCode Folder to .gitignore (#51)

    * Add VSCode Folder to Gitignore File
    
    * Fix Typo
    
    * Reduce Upper Limit on AllenNLP Dependency
    Sophylax authored Mar 17, 2022
    Configuration menu
    Copy the full SHA
    9883873 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Update SQuAD QA Pipeline to New Transformer Pipeline Design (#52)

    * Fix Answer Bounds Check
    
    * Update SQuAD QA Pipeline to New Paradigm
    
    * Add Test for SQuAD QA Pipeline
    
    * Limit Float Comparasion with DeepDiff in Test
    
    * Change SQuAD QA Pipeline Test Model
    
    * Reduce Upper Limit on AllenNLP Dependency
    Sophylax authored Mar 22, 2022
    Configuration menu
    Copy the full SHA
    40e6fc2 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. Seq2seq support (#55)

    * WIP on seq2seq trainer integration.
    
    Currently newly added training test fails for seq2seq.
    
    * WIP on seq2seq trainer integration.
    
    Add seq2seq args class as well. There is a bug in handling EvalPrediction for metrics.
    
    * Make the Seq2Seq trainer integration work without a custom metric. Specifying `rouge` metric result in problem not halting.
    
    * Fix metric handler for the seq2seqtrainer test
    cemilcengiz authored May 27, 2022
    Configuration menu
    Copy the full SHA
    6f3ca80 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Update Transformers and AllenNLP Requirements (#56)

    * Update AllenNLP and Transformers Requirements
    
    * Relax Transformer Requirement to 4.18
    
    * Update 'black' Version in 'dev' Requirements
    
    * Relax AllenNLP Requirement
    Sophylax authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    4c7ce1f View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Add Integration Test (#58)

    * Implement Integration Test
    
    * Disable CUDA for Integration Test Experiment
    
    * Fix Bug in Integration Experiment Results Check
    
    * Rename Integratıon Test Experıment Confıg
    
    * Rename Expected Training Result in Integration Test
    
    * Simplify Assertions in Integration Test
    
    * Update Assert Messages in Inference Test
    Sophylax authored Aug 10, 2022
    Configuration menu
    Copy the full SHA
    8bf9c47 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Increment patch version

    cemilcengiz committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    6c47b19 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #59 from obss/increment_version_before_release

    Increment patch version
    Sophylax authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    3b2917a View commit details
    Browse the repository at this point in the history
Loading