nielsr HF Staff commited on
Commit
a7d7d38
·
verified ·
1 Parent(s): e73c314

Improve model card: Add pipeline tag, library name and clarify model description

Browse files

This PR improves the model card by:

* Correcting the `pipeline_tag` to `text-generation`, reflecting the model's text generation capabilities.
* Specifying the `library_name` as `transformers`, enabling seamless integration with the Hugging Face ecosystem.
* Clarifying the model description to accurately reflect its purpose.

Files changed (1) hide show
  1. README.md +9 -7
README.md CHANGED
@@ -1,16 +1,17 @@
1
  ---
2
  base_model: google/gemma-2-9b-it
3
- library_name: peft
4
- license: cc-by-nc-4.0
5
  language:
6
  - uk
 
 
 
7
  ---
8
 
9
  # Model Card for Model ID
10
 
11
  <!-- Provide a quick summary of what the model is/does. -->
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 `google/gemma-2-9b-it` on Ukrainian language and literature tasks of ZNO (EIE) & NMT dataset to generate step-by-step solution:
16
 
@@ -45,22 +46,22 @@ PEFT 4bit tuning of `google/gemma-2-9b-it` on Ukrainian language and literature
45
 
46
  <!-- Provide a longer summary of what this model is. -->
47
 
48
-
49
 
50
  - **Developed by:** [More Information Needed]
51
  - **Funded by [optional]:** [More Information Needed]
52
  - **Shared by [optional]:** [More Information Needed]
53
  - **Model type:** [More Information Needed]
54
- - **Language(s) (NLP):** [More Information Needed]
55
  - **License:** [More Information Needed]
56
- - **Finetuned from model [optional]:** [More Information Needed]
57
 
58
  ### Model Sources [optional]
59
 
60
  <!-- Provide the basic links for the model. -->
61
 
62
  - **Repository:** [More Information Needed]
63
- - **Paper [optional]:** [More Information Needed]
64
  - **Demo [optional]:** [More Information Needed]
65
 
66
  ## Uses
@@ -227,6 +228,7 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
227
  ## Model Card Contact
228
 
229
  [More Information Needed]
 
230
  ### Framework versions
231
 
232
  - PEFT 0.14.0
 
1
  ---
2
  base_model: google/gemma-2-9b-it
 
 
3
  language:
4
  - uk
5
+ library_name: transformers
6
+ license: cc-by-nc-4.0
7
+ pipeline_tag: text-generation
8
  ---
9
 
10
  # Model Card for Model ID
11
 
12
  <!-- Provide a quick summary of what the model is/does. -->
13
 
14
+ This model, 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), is a PEFT 4-bit quantized version of `google/gemma-2-9b-it`. It's fine-tuned on Ukrainian language and literature tasks from the ZNO (EIE) & NMT datasets. The model is designed to generate step-by-step solutions to these tasks.
15
 
16
  PEFT 4bit tuning of `google/gemma-2-9b-it` on Ukrainian language and literature tasks of ZNO (EIE) & NMT dataset to generate step-by-step solution:
17
 
 
46
 
47
  <!-- Provide a longer summary of what this model is. -->
48
 
49
+ This model is a 4-bit quantized LLaMA based model, fine-tuned for Ukrainian exam tasks. It uses the PEFT technique for efficient parameter-efficient fine-tuning. More details about the specific architecture and training are needed.
50
 
51
  - **Developed by:** [More Information Needed]
52
  - **Funded by [optional]:** [More Information Needed]
53
  - **Shared by [optional]:** [More Information Needed]
54
  - **Model type:** [More Information Needed]
55
+ - **Language(s) (NLP):** Ukrainian
56
  - **License:** [More Information Needed]
57
+ - **Finetuned from model [optional]:** google/gemma-2-9b-it
58
 
59
  ### Model Sources [optional]
60
 
61
  <!-- Provide the basic links for the model. -->
62
 
63
  - **Repository:** [More Information Needed]
64
+ - **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)
65
  - **Demo [optional]:** [More Information Needed]
66
 
67
  ## Uses
 
228
  ## Model Card Contact
229
 
230
  [More Information Needed]
231
+
232
  ### Framework versions
233
 
234
  - PEFT 0.14.0