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: arcee-ai/mergekit Loading
base: main
Choose a base ref
...
head repository: Steel-skull/mergekit Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Feb 24, 2024

  1. Update generalized_task_arithmetic.py

    adds in a new merge method based off of NearSwap
    
    it uses Dare_Ties and adds in auto weight calculation based off of near tuned interpolation on a per parameter bases.
    
    so theoretically it is gradient weights on steroids.
    
    Am looking at changing this into in a auto density function that will feed back into the weight function based on calculating a gradient and variance-based density map, with a gradient fall off for each parameter
    
    this is the ramblings of a sleep deprived idiot
    Steel-skull committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    b1122fc View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Update generalized_task_arithmetic.py

    fixed batch dimension logic
    
    added weight defaults
    Steel-skull committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    7c2c9d1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from Steel-skull/Steel-skull-patch-1

    Update generalized_task_arithmetic.py
    Steel-skull committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    019a610 View commit details
    Browse the repository at this point in the history
Loading