RASMUS commited on
Commit
71b3fde
1 Parent(s): d9b7598

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +178 -194
README.md CHANGED
@@ -1,201 +1,185 @@
1
  ---
2
  library_name: transformers
3
- tags: []
 
4
  ---
5
 
6
  # Model Card for Model ID
7
 
8
  <!-- Provide a quick summary of what the model is/does. -->
9
-
10
-
11
-
12
- ## Model Details
13
-
14
- ### Model Description
15
-
16
- <!-- Provide a longer summary of what this model is. -->
17
-
18
- This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
19
-
20
- - **Developed by:** [More Information Needed]
21
- - **Funded by [optional]:** [More Information Needed]
22
- - **Shared by [optional]:** [More Information Needed]
23
- - **Model type:** [More Information Needed]
24
- - **Language(s) (NLP):** [More Information Needed]
25
- - **License:** [More Information Needed]
26
- - **Finetuned from model [optional]:** [More Information Needed]
27
-
28
- ### Model Sources [optional]
29
-
30
- <!-- Provide the basic links for the model. -->
31
-
32
- - **Repository:** [More Information Needed]
33
- - **Paper [optional]:** [More Information Needed]
34
- - **Demo [optional]:** [More Information Needed]
35
-
36
- ## Uses
37
-
38
- <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
-
40
- ### Direct Use
41
-
42
- <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
-
44
- [More Information Needed]
45
-
46
- ### Downstream Use [optional]
47
-
48
- <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
-
50
- [More Information Needed]
51
-
52
- ### Out-of-Scope Use
53
-
54
- <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
-
56
- [More Information Needed]
57
-
58
- ## Bias, Risks, and Limitations
59
-
60
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
-
62
- [More Information Needed]
63
-
64
- ### Recommendations
65
-
66
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
-
68
- Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
-
70
- ## How to Get Started with the Model
71
-
72
- Use the code below to get started with the model.
73
-
74
- [More Information Needed]
75
-
76
- ## Training Details
77
-
78
- ### Training Data
79
-
80
- <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
-
82
- [More Information Needed]
83
-
84
- ### Training Procedure
85
-
86
- <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
-
88
- #### Preprocessing [optional]
89
-
90
- [More Information Needed]
91
-
92
-
93
- #### Training Hyperparameters
94
-
95
- - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
-
97
- #### Speeds, Sizes, Times [optional]
98
-
99
- <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
-
101
- [More Information Needed]
102
-
103
- ## Evaluation
104
-
105
- <!-- This section describes the evaluation protocols and provides the results. -->
106
-
107
- ### Testing Data, Factors & Metrics
108
-
109
- #### Testing Data
110
-
111
- <!-- This should link to a Dataset Card if possible. -->
112
-
113
- [More Information Needed]
114
-
115
- #### Factors
116
-
117
- <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
-
119
- [More Information Needed]
120
-
121
- #### Metrics
122
-
123
- <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
-
125
- [More Information Needed]
126
-
127
- ### Results
128
-
129
- [More Information Needed]
130
-
131
- #### Summary
132
-
133
-
134
-
135
- ## Model Examination [optional]
136
-
137
- <!-- Relevant interpretability work for the model goes here -->
138
-
139
- [More Information Needed]
140
-
141
- ## Environmental Impact
142
-
143
- <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
-
145
- Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
-
147
- - **Hardware Type:** [More Information Needed]
148
- - **Hours used:** [More Information Needed]
149
- - **Cloud Provider:** [More Information Needed]
150
- - **Compute Region:** [More Information Needed]
151
- - **Carbon Emitted:** [More Information Needed]
152
-
153
- ## Technical Specifications [optional]
154
-
155
- ### Model Architecture and Objective
156
-
157
- [More Information Needed]
158
-
159
- ### Compute Infrastructure
160
-
161
- [More Information Needed]
162
-
163
- #### Hardware
164
-
165
- [More Information Needed]
166
-
167
- #### Software
168
-
169
- [More Information Needed]
170
-
171
- ## Citation [optional]
172
-
173
- <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
-
175
- **BibTeX:**
176
-
177
- [More Information Needed]
178
-
179
- **APA:**
180
-
181
- [More Information Needed]
182
-
183
- ## Glossary [optional]
184
-
185
- <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
-
187
- [More Information Needed]
188
-
189
- ## More Information [optional]
190
-
191
- [More Information Needed]
192
-
193
- ## Model Card Authors [optional]
194
-
195
- [More Information Needed]
196
-
197
- ## Model Card Contact
198
-
199
- [More Information Needed]
200
-
201
-
 
1
  ---
2
  library_name: transformers
3
+ language:
4
+ - fi
5
  ---
6
 
7
  # Model Card for Model ID
8
 
9
  <!-- Provide a quick summary of what the model is/does. -->
10
+ Instruct finetuned model from https://huggingface.co/Finnish-NLP/llama-7b-finnish for 2 epochs using 11014 samples combined from following sources:
11
+ LIMA from https://github.com/TurkuNLP/finnish-instructions
12
+ Dolly from https://github.com/TurkuNLP/finnish-instructions
13
+ OASST from https://github.com/TurkuNLP/finnish-instructions
14
+ Heavily filtered version of Ultrachat + deepl translations from https://huggingface.co/datasets/HuggingFaceH4/ultrafeedback_binarized/viewer/default/train_sft
15
+
16
+
17
+ ### How to use
18
+
19
+ Here is an example of using this model with Unsloth with some generation arguments you can modify:
20
+
21
+ ```python
22
+ import torch
23
+ from unsloth import FastLlamaModel
24
+
25
+ max_seq_length = 2048
26
+ dtype = None # None for auto detection. Float16 for Tesla T4, V100, Bfloat16 for Ampere+
27
+ load_in_4bit = True # Use 4bit quantization to reduce memory usage. Can be False.
28
+ model, tokenizer = FastLlamaModel.from_pretrained(
29
+ model_name = "Finnish-NLP/llama-7b-finnish-instruct-v0.1"
30
+ max_seq_length = max_seq_length,
31
+ dtype = dtype,
32
+ load_in_4bit = load_in_4bit
33
+ )
34
+
35
+ alpaca_prompt = """<|alku|> Olet tekoälyavustaja. Seuraavaksi saat kysymyksen tai tehtävän. Kirjoita vastaus parhaasi mukaan siten että se täyttää kysymyksen tai tehtävän vaatimukset.
36
+ <|ihminen|> Kysymys/Tehtävä:
37
+ {}
38
+ <|avustaja|> Vastauksesi:
39
+ """
40
+
41
+ sample_questions = ["Ketkä ovat Aku Ankan luona asuvat kolme ankanpoikaa?",\
42
+ "Mikä on Suomen korkein tunturi?",\
43
+ "Suomi soti Neuvostoliittoa vastaan talvisodan 1939-1940. Kuinka monta päivää sota kesti?",\
44
+ "Luettele viisi yleistä Suomessa yleisesti käytettyä pojan nimeä. Nimet:",\
45
+ "Luettele lyhyt, maksimissaan 50 sanan mittainen runo Suomesta. Runo:",\
46
+ ]
47
+
48
+ from transformers import GenerationConfig
49
+
50
+ generation_config = GenerationConfig(
51
+ pad_token_id=tokenizer.eos_token_id,
52
+ eos_token_id=tokenizer.convert_tokens_to_ids("<|loppu|>"),
53
+ )
54
+
55
+
56
+ for sample_question in sample_questions:
57
+
58
+ model.eval()
59
+
60
+ inputs = tokenizer(
61
+ [
62
+ alpaca_prompt.format(
63
+ sample_question, # instruction
64
+ )
65
+ ]*1, return_tensors = "pt").to("cuda")
66
+
67
+ with torch.no_grad():
68
+ generated_ids = model.generate(
69
+ input_ids=inputs["input_ids"],
70
+ attention_mask=inputs["attention_mask"],
71
+ generation_config=generation_config, **{
72
+ "temperature": 0.1,
73
+ "penalty_alpha": 0.6,
74
+ "top_k": 3,
75
+ "do_sample": True,
76
+ "repetition_penalty": 1.28,
77
+ "min_length": 10,
78
+ "max_new_tokens": 200
79
+ })
80
+
81
+ generated_text = tokenizer.batch_decode(generated_ids, skip_special_tokens=True, clean_up_tokenization_spaces=True)[0]
82
+ print(len(generated_ids[0]))
83
+ print("KYSYMYS:")
84
+ print(generated_text.split('<|avustaja|>')[0])
85
+ print("VASTAUS:")
86
+ print(generated_text.split('<|avustaja|> Vastauksesi:')[1])
87
+ print('##################################')
88
+
89
+ '''
90
+ -->
91
+ 79
92
+ KYSYMYS:
93
+ <|alku|> Olet tekoälyavustaja. Seuraavaksi saat kysymyksen tai tehtävän. Kirjoita vastaus parhaasi mukaan siten että se täyttää kysymyksen tai tehtävän vaatimukset.<|ihminen|> Kysymys/Tehtävä: Aku Ankan luona asuu kolme ankanpoikaa. He ovat nimeltään:
94
+ VASTAUS:
95
+ Ankkalinnan asukkaat ovat Aku Ankka, hänen vaimonsa Iines ja heidän lapsensa Tupu, Hupu ja Lupu
96
+ ##################################
97
+ 65
98
+ KYSYMYS:
99
+ <|alku|> Olet tekoälyavustaja. Seuraavaksi saat kysymyksen tai tehtävän. Kirjoita vastaus parhaasi mukaan siten että se täyttää kysymyksen tai tehtävän vaatimukset.<|ihminen|> Kysymys/Tehtävä: Mikä on Suomen korkein tunturi?
100
+ VASTAUS:
101
+ Suomen korkeimmat tunturit ovat Halti (1 324 metriä) ja Saana (1 029 metriä).
102
+ ##################################
103
+ 80
104
+ KYSYMYS:
105
+ <|alku|> Olet tekoälyavustaja. Seuraavaksi saat kysymyksen tai tehtävän. Kirjoita vastaus parhaasi mukaan siten että se täyttää kysymyksen tai tehtävän vaatimukset.<|ihminen|> Kysymys/Tehtävä: Suomi soti Neuvostoliittoa vastaan talvisodan 1939-1940. Kuinka monta päivää sota kesti?
106
+ VASTAUS:
107
+ Talvisodan aikana Neuvostoliitto hyökkäsi Suomeen 30. marraskuuta ja 13. maaliskuuta välisenä aikana. Tämä oli lyhyt sota, joka kesti 105 päivää.
108
+ ##################################
109
+ 87
110
+ KYSYMYS:
111
+ <|alku|> Olet tekoälyavustaja. Seuraavaksi saat kysymyksen tai tehtävän. Kirjoita vastaus parhaasi mukaan siten että se täyttää kysymyksen tai tehtävän vaatimukset.<|ihminen|> Kysymys/Tehtävä: Luettele viisi yleistä Suomessa yleisesti käytettyä pojan nimeä. Nimet:
112
+ VASTAUS:
113
+ Suomessa on monia yleisiä poikien nimiä, mutta tässä on muutamia suosittuja: 1. Eemeli 2 Onni 3 Eino 4 Väinö 5 Artturi
114
+ ##################################
115
+ 63
116
+ KYSYMYS:
117
+ <|alku|> Olet tekoälyavustaja. Seuraavaksi saat kysymyksen tai tehtävän. Kirjoita vastaus parhaasi mukaan siten että se täyttää kysymyksen tai tehtävän vaatimukset.<|ihminen|> Kysymys/Tehtävä: Luettele lyhyt, maksimissaan 50 sanan mittainen runo Suomesta. Runo:
118
+ VASTAUS:
119
+ Suomen talvi on kylmä, kesä on lyhyt, mutta luonto on kaunis.
120
+ '''
121
+
122
+ ```
123
+
124
+ ### Limitations and bias
125
+
126
+ The training data used for this model contains a lot of content from the internet, which is far from neutral. Therefore, the model can have biased predictions. This bias will also affect all fine-tuned versions of this model.
127
+
128
+ To reduce toxic content, training data was filtered with a toxicity classifier but it cannot truly eliminate all toxic text.
129
+
130
+ ### Finetuning
131
+
132
+ Training was conducted on RTX 4080 using Unsloth framework https://github.com/unslothai/unsloth
133
+ Training script is available in this repo.
134
+
135
+
136
+
137
+ [llama-7b-finnish-instruct-v0.1](https://huggingface.co/Finnish-NLP/llama-7b-finnish-instruct-v0.1):
138
+
139
+ | Task |Version| Metric |Value | |Stderr|
140
+ |------------------------------------------------|------:|---------------------|-----:|---|-----:|
141
+ |bigbench_analogies | 0|multiple_choice_grade|0.5000|± |0.0440|
142
+ |bigbench_arithmetic_1_digit_addition | 0|multiple_choice_grade|0.4800|± |0.0502|
143
+ |bigbench_arithmetic_1_digit_division | 0|multiple_choice_grade|0.5652|± |0.1057|
144
+ |bigbench_arithmetic_1_digit_multiplication | 0|multiple_choice_grade|0.5000|± |0.0503|
145
+ |bigbench_arithmetic_1_digit_subtraction | 0|multiple_choice_grade|0.6700|± |0.0473|
146
+ |bigbench_arithmetic_2_digit_addition | 0|multiple_choice_grade|0.4000|± |0.0492|
147
+ |bigbench_arithmetic_2_digit_division | 0|multiple_choice_grade|0.5400|± |0.0501|
148
+ |bigbench_arithmetic_2_digit_multiplication | 0|multiple_choice_grade|0.2700|± |0.0446|
149
+ |bigbench_arithmetic_2_digit_subtraction | 0|multiple_choice_grade|0.4800|± |0.0502|
150
+ |bigbench_arithmetic_3_digit_addition | 0|multiple_choice_grade|0.4100|± |0.0494|
151
+ |bigbench_arithmetic_3_digit_division | 0|multiple_choice_grade|0.2800|± |0.0451|
152
+ |bigbench_arithmetic_3_digit_multiplication | 0|multiple_choice_grade|0.2600|± |0.0441|
153
+ |bigbench_arithmetic_3_digit_subtraction | 0|multiple_choice_grade|0.5300|± |0.0502|
154
+ |bigbench_arithmetic_4_digit_addition | 0|multiple_choice_grade|0.3400|± |0.0476|
155
+ |bigbench_arithmetic_4_digit_division | 0|multiple_choice_grade|0.3300|± |0.0473|
156
+ |bigbench_arithmetic_4_digit_multiplication | 0|multiple_choice_grade|0.2100|± |0.0409|
157
+ |bigbench_arithmetic_4_digit_subtraction | 0|multiple_choice_grade|0.6000|± |0.0492|
158
+ |bigbench_arithmetic_5_digit_addition | 0|multiple_choice_grade|0.5600|± |0.0499|
159
+ |bigbench_arithmetic_5_digit_division | 0|multiple_choice_grade|0.2300|± |0.0423|
160
+ |bigbench_arithmetic_5_digit_multiplication | 0|multiple_choice_grade|0.2500|± |0.0435|
161
+ |bigbench_arithmetic_5_digit_subtraction | 0|multiple_choice_grade|0.5600|± |0.0499|
162
+ |bigbench_cause_and_effect_one_sentence | 0|multiple_choice_grade|0.4902|± |0.0707|
163
+ |bigbench_cause_and_effect_one_sentence_no_prompt| 0|multiple_choice_grade|0.9020|± |0.0421|
164
+ |bigbench_cause_and_effect_two_sentences | 0|multiple_choice_grade|0.3922|± |0.0690|
165
+ |bigbench_emotions | 0|multiple_choice_grade|0.2313|± |0.0334|
166
+ |bigbench_empirical_judgments | 0|multiple_choice_grade|0.3535|± |0.0483|
167
+ |bigbench_general_knowledge | 0|multiple_choice_grade|0.3857|± |0.0586|
168
+ |bigbench_hhh_alignment_harmless | 0|multiple_choice_grade|0.3966|± |0.0648|
169
+ |bigbench_hhh_alignment_helpful | 0|multiple_choice_grade|0.3220|± |0.0614|
170
+ |bigbench_hhh_alignment_honest | 0|multiple_choice_grade|0.3898|± |0.0640|
171
+ |bigbench_hhh_alignment_other | 0|multiple_choice_grade|0.5814|± |0.0761|
172
+ |bigbench_intent_recognition | 0|multiple_choice_grade|0.2211|± |0.0158|
173
+ |bigbench_misconceptions | 0|multiple_choice_grade|0.5149|± |0.0433|
174
+ |bigbench_paraphrase | 0|multiple_choice_grade|0.5400|± |0.0353|
175
+ |bigbench_sentence_ambiguity | 0|multiple_choice_grade|0.4500|± |0.0648|
176
+ |bigbench_similarities_abstraction | 0|multiple_choice_grade|0.5789|± |0.0570|
177
+
178
+
179
+
180
+ ## Team Members
181
+
182
+ - Aapo Tanskanen, [Hugging Face profile](https://huggingface.co/aapot), [LinkedIn profile](https://www.linkedin.com/in/aapotanskanen/)
183
+ - Rasmus Toivanen, [Hugging Face profile](https://huggingface.co/RASMUS), [LinkedIn profile](https://www.linkedin.com/in/rasmustoivanen/)
184
+
185
+ Feel free to contact us for more details 🤗