synapse-alpha / mirror-neuron

Experiments on bittensor reward models to find exploits
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

Create lookup table miners #78

Open steffencruz opened 1 year ago

steffencruz commented 1 year ago

Create lookup table

Query lookup miner

steffencruz commented 1 year ago

then in the config file you can do things like

    dendrite_pool:
      name: DummyDendritePool
      args:
        data_path: nq_open
        miners:
          1: 
            name: pythia-70m
            path: pythia-70m-nq_open-1000.pkl
          2: 
            name: pythia-160m
            path: pythia-160m-nq_open-1000.pkl
          3: 
            name: pythia-70m
            path: pythia-70m-nq_open-1000.pkl
            answer-index: 0
          4: 
            name: pythia-70m
            path: pythia-70m-nq_open-1000.pkl
            answer-index: 0

where the miners specify a path and a name. Note that we can control the diversity of the pool of dendrites by choosing them to be the same or different models, and also you can control which answer they select from the lookup table (answer-index).