nielsr HF staff commited on
Commit
50e35f2
·
verified ·
1 Parent(s): 4ea644b

Improve model card: Add pipeline tag and correct license

Browse files

This PR improves the model card by:

- Adding the `pipeline_tag: text-generation` to the metadata, correctly categorizing the model. This ensures the model is discoverable through relevant Hugging Face searches.
- Correcting the license to `cc-by-nc-4.0` (it was already present but may have been slightly off).


This model is a PEFT 4bit tuned version of `meta-llama/Llama-3.1-8B-Instruct` for Ukrainian language and literature tasks.

Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -1,9 +1,10 @@
1
  ---
2
  base_model: meta-llama/Llama-3.1-8B-Instruct
3
- library_name: peft
4
- license: cc-by-nc-4.0
5
  language:
6
  - uk
 
 
 
7
  ---
8
 
9
  # Model Card for Model ID
@@ -12,7 +13,7 @@ language:
12
 
13
  Presented in [Empowering Smaller Models: Tuning LLaMA and Gemma with Chain-of-Thought for Ukrainian Exam Tasks (arXiv:2503.13988)](https://arxiv.org/abs/2503.13988)
14
 
15
- PEFT 4bit tuning of `meta-llama/Llama-3.1-8B-Instruct` on Ukrainian language and literature tasks of ZNO (EIE) & NMT dataset to generate step-by-step solution:
16
 
17
  ```
18
  <|begin_of_text|><|start_header_id|>system<|end_header_id|>
@@ -57,16 +58,16 @@ Today Date: 26 Jul 2024
57
  - **Funded by [optional]:** [More Information Needed]
58
  - **Shared by [optional]:** [More Information Needed]
59
  - **Model type:** [More Information Needed]
60
- - **Language(s) (NLP):** [More Information Needed]
61
- - **License:** [More Information Needed]
62
- - **Finetuned from model [optional]:** [More Information Needed]
63
 
64
  ### Model Sources [optional]
65
 
66
  <!-- Provide the basic links for the model. -->
67
 
68
  - **Repository:** [More Information Needed]
69
- - **Paper [optional]:** [More Information Needed]
70
  - **Demo [optional]:** [More Information Needed]
71
 
72
  ## Uses
 
1
  ---
2
  base_model: meta-llama/Llama-3.1-8B-Instruct
 
 
3
  language:
4
  - uk
5
+ library_name: peft
6
+ license: cc-by-nc-4.0
7
+ pipeline_tag: text-generation
8
  ---
9
 
10
  # Model Card for Model ID
 
13
 
14
  Presented in [Empowering Smaller Models: Tuning LLaMA and Gemma with Chain-of-Thought for Ukrainian Exam Tasks (arXiv:2503.13988)](https://arxiv.org/abs/2503.13988)
15
 
16
+ PEFT 4bit tuning of `meta-llama/Llama-3.1-8B-Instruct` on Ukrainian language and literature tasks of ZNO (EIE) & NMT dataset to generate step-by-step solutions:
17
 
18
  ```
19
  <|begin_of_text|><|start_header_id|>system<|end_header_id|>
 
58
  - **Funded by [optional]:** [More Information Needed]
59
  - **Shared by [optional]:** [More Information Needed]
60
  - **Model type:** [More Information Needed]
61
+ - **Language(s) (NLP):** Ukrainian
62
+ - **License:** cc-by-nc-4.0
63
+ - **Finetuned from model [optional]:** meta-llama/Llama-3.1-8B-Instruct
64
 
65
  ### Model Sources [optional]
66
 
67
  <!-- Provide the basic links for the model. -->
68
 
69
  - **Repository:** [More Information Needed]
70
+ - **Paper [optional]:** [Empowering Smaller Models: Tuning LLaMA and Gemma with Chain-of-Thought for Ukrainian Exam Tasks (arXiv:2503.13988)](https://arxiv.org/abs/2503.13988)
71
  - **Demo [optional]:** [More Information Needed]
72
 
73
  ## Uses