OpenEuroLLM / OpenEuroLLM/training-data-packer

Bad structure for propella-4b section in metadata

Open Beginner friendly
#94 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug good first issue
Dominant language
Python
Stars
1
Forks
2
Avg merge
18h 22m
Merged PRs (30d)
12

Description

Propella section can look like this:

propella-4b: 
    hash: sha256
    hash-id: id
    high/actual:

It is confusing since it is not clear what are configurations and what are parts.

A better structure more alligned with the rest is:

propella-4b: 
    default:
        hash: sha256
        hash-id: id
    high/actual:

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Locate the YAML metadata definition or example containing the propella-4b section, then compare it with the surrounding configuration structure. Reshape propella-4b so hash and hash-id are under default while high/actual remains a sibling; done when the metadata follows the shown structure and remains valid YAML.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
data, tooling
Issue type
Refactor
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
68/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.