Skip to content

Allora Worker Node & Reputer Composing With CPU. Train Own Models for Allora Competition (Forge Allora)

Notifications You must be signed in to change notification settings

arcxteam/allora-cpu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Allora Worker x Reputer for (Allora Model Forge Competition)

Note

Following ANN, THE ENDED the competition run worker in here Dashboard has ENDED. Earn Points Participants can earn Allora Points through a variety of on-chain and off-chain activities

Confirm

A. Allora Model Forge

Let’s forge the future together here Connect Wallet -> Apply -> Eligible Dahsboard

The Allora Model Forge is the hub for monetization of machine learning models. Compete alongside top talent in AI, create models with real impact, and earn rewards & recognition within the Allora ecosystem and beyond.

⚒️ 12h ETH/USD Volatility Prediction ⚒️ 12h ETH/USDC Volume Prediction ⚒️ 5 min ETH/USD Price Prediction

image image

1. Cloning this repository

git clone https://github.com/arcxteam/allora-cpu.git
cd allora-cpu

2. Install Docker & libraries (optional if not yet installed)

chmod +x init.sh
./init.sh

3. Setup Preparation

  • Run the worker - directory
  • Setting wallet & phrase or direct to manual config.json
  • Setting docker-compose.yaml
  • Setting docker-compose-reputer.yaml
  • Setting coingecko API=CG-xxxxx
cd allora-cpu/allora-node
chmod +x ./init.config.sh
./init.config.sh "wallet_name" "mnemonic_phrase" "coingecko_api_key"
+ example:
- chmod +x ./init.config.sh
- ./init.config.sh "bangsat_kau" "kalo_pake_model_sendiri_pasti_dapat_point" "CG-4z765aZSHGD1"

4. Running Build Worker

docker compose pull
docker compose up --build -d 
  • Check logs after run
docker compose logs -f 


B. Running Own Machine Learning Model

1. Now if you want to have your own unique models

  • Trying editing
  • Buidl python in the train_models.py file
  • To edit for the best your 'own model' and run cmd
  • Save the model CTRL + X and then Y save ENTER
nano train_models.py 

2. How to train the model?

  • Run command below!!
chmod +x ./start-train-model.sh
./start-train-model.sh

3. How to check trainng the model?

  • Run command below!!
  • Copied of CONTAINER-ID
  • docker logs -f xxxCONTAINER-IDxxxxx
  • Enter and check the logs
sudo docker ps -a
docker logs -f 

4. Result for own training model

Training the model in ranges 30-60 Minutes!! plz keep until success

  • Check your IMAGES run as 'allora-train-model:1.0.0'
  • Check the file folder like ETH/BTC etc
  • Check logs for training horizon symbol
  • 5-10 Minutues & 20 Minutes & 1440 Minutes (5m-10m-20m-1D)
  • The Container-ID with train will be auto exited after the completed

Capture555554-09-30-2024_05_07_PM

Thanks to hiephtdev & 0xtnpxsgt

About

Allora Worker Node & Reputer Composing With CPU. Train Own Models for Allora Competition (Forge Allora)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 57.8%
  • Shell 40.3%
  • Dockerfile 1.9%