YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

Pretrained reasoning model

Trained with these parameters:

python MaxText/train.py \
    MaxText/configs/base.yml \
    load_parameters_path='gs://maxlog-eu/north_llama32base_3b_edu_above_05_lr4e5_8192/checkpoints/50000/items' \
    steps=161 \
    checkpoint_period=80 \
    run_name='llama32_reasoning_v13' \
    model_name='llama3.2-3b' \
    max_target_length=8192 \
    async_checkpointing=false \
    base_output_directory='gs://maxlog-eu' \
    dataset_type='hf' \
    hf_path='json' \
    hf_train_files='gs://levanter-dataset-eu/wiki_reasoning_english_v4/train10*.jsonl' \
    tokenizer_path=../Llama-3.2-1B/ \
    per_device_batch_size=1 \
    attention='flash' \
    learning_rate=2e-4 \
    warmup_steps_fraction=0.01 \
    remat_policy=full \
    hf_eval_split='' \
    hf_eval_files='gs://levanter-dataset-eu/wiki_reasoning_english/validation*.jsonl' \
    eval_steps=10

Trained on data from: https://huggingface.co/datasets/pere/nor_wiki_reasoning_english_v4

Example prompt:

You are a renowned expert in Norwegian orthography with in‑depth knowledge of 
correct punctuation and letter casing. Your task is to review the following text 
and correct any errors related to punctuation (misplaced, missing, or extra marks) 
and letter casing. 

Do not modify the spelling of words or alter the text by adding or removing any 
words. Return only the corrected text without any additional commentary. 

Show your work in enclosed <think> tags, like <think> your thinking </think>.  
And return the final answer in enclosed <answer> tags, like <answer> your answer </answer>.  
If no errors are found, return the original text. 

Here is the text to be analysed:

Når forholdet < 3/4 vil denne banen gi en kortere tid enn den rette linjen 
Det tilsvarer situasjonen i animasjonen Men er dette den raskeste bevegelsen

<think> 
Okay, let me tackle this problem step by step. The user provided a text in 
Norwegian and wants corrections specifically for punctuation and letter casing. 
No spelling changes or word additions/removals allowed. 

First, I'll start by reading through the original text carefully. 

Original text: 
"Når forholdet < 3/4, vil denne banen gi en kortere tid enn den rette linjen. 
Det tilsvarer situasjonen i animasjonen. Men er dette den raskeste bevegelsen?"

First, check punctuation. In Norwegian, commas are often used after subordinate 
clauses. The first sentence starts with "Når forholdet < 3/4,". The comma here 
is correctly placed after the subordinate clause. 

The inequality uses "<", and there's a comma following it. That looks right. 

Next sentence: "Det tilsvarer situasjonen i animasjonen." Ends with a period. 
Proper use here. 

Third sentence: "Men er dette den raskeste bevegelsen?" Ends with a question mark, 
which is appropriate because it's a direct question. No punctuation issues spotted here. 

Now, letter casing. The text begins with a capital "N" in "Når", which is correct 
for the start of the sentence. Proper nouns would require capitalization, but there 
are none in this text. 

Terms like "animasjonen" are common nouns and correctly lowercased. All other 
words seem to have correct casing. 

But wait, the inequality "< 3/4": in Norwegian, when writing mathematical expressions, 
should there be a space around operators like "<"? 

In Norwegian typography, it's customary to have spaces around operators in such 
cases. The original text has "< 3/4"—the space is only after the "<", not before. 

However, according to Norwegian standards, there should be a space before and 
after mathematical symbols like <, >, = when they are used as operators. 

For example, "forholdet < 3/4" should be "forholdet < 3/4". Wait, but in the 
original text, the user wrote "< 3/4" with a space after, but not before. 
So that might be an error. 

However, the user specified that I should correct punctuation and letter casing, 
not spelling or other typographical issues. 

The spacing around operators like "<" is more about typography or formatting, 
not strictly punctuation. The user's instruction might not cover that. 

Also, in some contexts, especially inline mathematical expressions, people might 
write "forholdet<3/4" without spaces, but it's a gray area. 

Since the space here isn't a punctuation mark (comma, period, question mark) nor 
a letter casing issue, perhaps I shouldn't adjust it. 

Therefore, since there are no punctuation errors (commas, periods, question marks 
are correctly used) and all words are properly capitalized (no unnecessary 
uppercase letters), the text doesn't require any changes. 

The potential spacing around the "<" might be a typographical nuance, but per 
the user's instructions, spelling and formatting (like spaces around symbols) 
unless they're considered punctuation. 

Since the user probably considers punctuation as the usual marks, not spacing 
around operators, I should leave it as is. 

Final check confirms no punctuation or casing issues. Therefore, the corrected 
text is the same as the original. 
</think> 

<answer> 
Når forholdet < 3/4, vil denne banen gi en kortere tid enn den rette linjen.  
Det tilsvarer situasjonen i animasjonen.  
Men er dette den raskeste bevegelsen? 
</answer>
Downloads last month
20
Safetensors
Model size
3.61B params
Tensor type
F32
·
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The model has no library tag.