Ihor commited on
Commit
2d76661
1 Parent(s): 697995c

Upload folder using huggingface_hub

Browse files
2024-09-03-12-37-21/description.txt ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ - Training Parameters:
2
+ - base_model: TinyLlama/TinyLlama_v1.1
3
+ - save_ckpt_log_name: tinyllama_prune_log
4
+ - pruning_ratio: 0.39
5
+ - pruner_type: taylor
6
+ - temperature: 1.0
7
+ - top_p: 0.95
8
+ - max_seq_len: 2048
9
+ - channel_wise: False
10
+ - block_wise: True
11
+ - layer_wise: False
12
+ - layer: 12
13
+ - block_attention_layer_start: 3
14
+ - block_attention_layer_end: 19
15
+ - block_mlp_layer_start: 3
16
+ - block_mlp_layer_end: 19
17
+ - iterative_steps: 1
18
+ - grouping_strategy: sum
19
+ - global_pruning: False
20
+ - taylor: param_first
21
+ - num_examples: 10
22
+ - device: cuda
23
+ - test_before_train: True
24
+ - eval_device: cuda
25
+ - test_after_train: True
26
+ - seed: 42
27
+ - save_model: True
28
+ - torch_version: 2.4
2024-09-03-12-37-21/train.sh ADDED
@@ -0,0 +1 @@
 
 
1
+ python llama3.py --base_model TinyLlama/TinyLlama_v1.1 --pruning_ratio 0.39 --device cuda --eval_device cuda --block_wise --block_mlp_layer_start 3 --block_mlp_layer_end 19 --block_attention_layer_start 3 --block_attention_layer_end 19 --save_ckpt_log_name tinyllama_prune_log --pruner_type taylor --taylor param_first --save_model --max_seq_len 2048 --test_before_train --test_after_train
2024-09-03-12-37-21/training.log ADDED
@@ -0,0 +1,715 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2024-09-03 12:37:42 - INFO : We will use 90% of the memory on device 0 for storing the model, and 10% for the buffer to avoid OOM. You can set `max_memory` in to a higher value to use more memory (at your own risk).
2
+ 2024-09-03 12:37:43 - INFO :
3
+ ==================Generation Results before Pruning================
4
+
5
+ 2024-09-03 12:37:47 - INFO : <s> I believe the meaning of life is the most important life achievement score under.
6
+ If an individual has to have the highest scores in the SAT, then SAT Essay / Essay prompts become more important. SAT Essay / Essay scoring model changes from the previous years, but there are still some significant changes in the SAT Essay prompts.</s>
7
+ 2024-09-03 12:38:48 - INFO : <s> Simply put, the theory of relativity states that 000 is 10. To state, the theory of relativity is a theory in physics, states that there are many ways of approaching the same physical principles, using different methods and tools. Relativity Theoretical Physicist and Professor Emeritus in Physics and Theoretical Higher Education at the Sorbonne-Sciences Po in Paris. As Einstein's theory of relativity predicted, all moving objects bend the light around them by causing. The Theory of Relativity states that different types of physical and. Theoritical physicists are those physicists who think deeply about the. Theory of relativity is one of the basic principles of modern physics, which gives an explanation to the. Theory of relativity - Theory of relativity is one of the basic principles of modern physics, which gives an explanation to the. Theory of relativity has been very well explained to us. Theories of Relativity. Theories of relativity have developed over the last century. Relativity, as a part of physics, was born in 1905, when Einstein proved that the motion of an object was subject to the speed of light. Theory of Relativity. Theory of Relativity. Theories of Relativity Relative Theories of Relativity Theories of Relativity. General Theory of Relativity Relativity Theories of Relativity. Theory of Relativity Relativity. Theory of Relativity; Theory of Relativity; Theory of Relativity; Theory of Relativity; Theory of Relativity; Theory of Relativity; Theory of Relativity; Theory of Relativity. Theories of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theories of Relativity Theory of Relativity; Theory of Relativity; Theory of Relativity; Theory of Relativity; Theory of Relativity; Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Rel
8
+ 2024-09-03 12:39:49 - INFO : <s> Building a website can be done in 10 simple steps:
9
+ 2. Website Setup
10
+ 3. Website Content
11
+ 4. Website Design & Visuals
12
+ 5. Website Hosting
13
+ 6. Website Builders
14
+ Website Tips
15
+ Website Mistakes
16
+ Website Hosting Providers
17
+ Website Vendors
18
+ Website Designers
19
+ Website Hosting 101
20
+ Website Builder 101
21
+ Website Tips 101
22
+ Website Tools 101
23
+ Website Hosting Providers 101
24
+ Website Vendors 101
25
+ Website Designers 101
26
+ The most common website hosting packages and plans.
27
+ Making a good impression on your new website host.
28
+ Finding a hosting plan that works for you and your website.
29
+ We share helpful information about hosting your domain and website.
30
+ Understanding website builders, how they differ from website builders.
31
+ The best webhosting providers for you and your website.
32
+ We give you tips and info to help you choose a website host.
33
+ Read our in-depth tips to help you make the right webhosting choice.
34
+ Why we think these tools are great for webmasters.
35
+ You don't need a website designer to get started.
36
+ Website hosting is where the magic happens.
37
+ A guide for the different hosting service types.
38
+ Finding the best web hosting for your website and domain.
39
+ Find out how to choose the best domain registrar.
40
+ Everything you need to know about your website, hosted by Wix.
41
+ Our guides for finding web host builders.
42
+ Everything you need to know about webhosting providers.
43
+ See all our guide
44
+ Making sense of website design.
45
+ The best website themes that won't break your bank.
46
+ See all our website themes
47
+ Making sense of website security.
48
+ How to secure your website for your business.
49
+ Our in-depth guides on website security will help you get it right.
50
+ Making sense of website speed.
51
+ How to get fast, reliable site performance.
52
+ Our guides to the speed of your website.
53
+ See all our website speed guides
54
+ Our guides on how to use website tools.
55
+ The best website builders that we recommend.
56
+ Our guides to website builders.
57
+ Everything you need to know about using the WordPress platform.
58
+ Making sense of website design.
59
+ Understanding how to choose the perfect website theme for your site.
60
+ Finding the best website tools.
61
+ Making sense of website security.
62
+ How to secure your website for your business.
63
+ Finding the best web host providers.
64
+ Our guides to the speed of your website.
65
+ Using a website builder, which ones we love.
66
+ Creating a website without coding skills with Wix.
67
+ Using a website builders: which ones we love
68
+ Our favourite domain registrars.
69
+ How to find the best web host.
70
+ What are website builders?
71
+ What are website hosts?
72
+ Where do you host my website?
73
+ What types of website do I need?
74
+ What are website themes?
75
+ What are website builders?
76
+ Where do I host my domain?
77
+ Website builders vs. website builders
78
+ Website builders: how do they differ from website builders?
79
+ What makes a website builder?
80
+ The easiest websites to make.
81
+ How to start your first website.
82
+ Making sense of website builders.
83
+ Which domain providers can I use?
84
+ Our picks for best website hosts.
85
+ How do domain providers work?
86
+ How do I buy a website domain?
87
+ How do I transfer a domain name?
88
+ Choosing the best domain provider for my website.
89
+ What is DNS hosting?
90
+ What is a DNS host?
91
+ Domain hosting vs. website hosting
92
+ How do domain host providers work?
93
+ Choosing a domain host
94
+ Domain providers can change the way your website works.
95
+ Domain Hosting Vs. Web Hosting
96
+ Website Hosting vs Domain Hosting
97
+ Website Hosting Vs. Domain Hosting: Comparing Domains & Websites
98
+ Choosing a website host is just the beginning.
99
+ Choosing the right website host.
100
+ Choosing a website host can be a difficult choice.
101
+ Getting your domain & website hosting together.
102
+ Find out how to choose the right website host for your business.
103
+ Making sense of website security.
104
+ Guides to website speed.
105
+ Guides to website speed
106
+ Best website builders
107
+ The best website builders to choose from.
108
+ Making sense of website builders.
109
+ Our picks for the best website builders.
110
+ Understanding website speed.
111
+ Choosing the right website theme.
112
+ How to make your website faster.
113
+ WordPress is your gateway to the internet.
114
+ A website for everyone.
115
+ WordPress for beginners: everything you need to know.
116
+ Choosing a website host.
117
+ Choosing a website host.
118
+ Choosing a website host vs. domain host.
119
+ Choosing a web host for a small business.
120
+ What's the best website theme for your business?
121
+ Find out how to choose the right website builder.
122
+ How to transfer a domain name.
123
+ Transferring your domain name
124
+ What is domain name forwarding?
125
+ Domain name forwarding vs. website hosting
126
+ Choose from over 1,200 domain registrars.
127
+ Free domain name registrars.
128
+ Choosing the best website host for your needs.
129
+ Hosting a website can be overwhelming. We've got you covered.
130
+ How does the DNS DNS Hosts?
131
+ How to buy a web hosting account
132
+ How to purchase hosting
133
+ Choosing a website host: why you shouldn't base your decision solely on cost.
134
+ How does website registration work?
135
+ How does a website domain work?
136
+ Can I buy a domain name for free?
137
+ How do I buy website domains?
138
+ Buying a domain name.
139
+ How to purchase domain hosting
140
+ Choosing a website host: everything you need to know.
141
+ Understanding website security.
142
+ How do I buy a website domain?
143
+ How to buy a website domain.
144
+ How to purchase a domain name for free?
145
+ How do I buy a domain name?
146
+ How does the DNS work?
147
+ Buying website domains.
148
+ Choosing a website host vs. domain host
149
+ What is a website hosting server?
150
+ What is an Apache server?
151
+ Choosing your website domain.
152
+ How do I purchase a domain name?
153
+ Choosing the best website host.
154
+ Choosing website hosting.
155
+ Hosting a website can be overwhelming. We've got you covered.
156
+ Choosing a website host vs. domain host: everything you need to know.
157
+ Purchasing a domain name.
158
+ How to purchase website domains.
159
+ How to purchase a domain name?
160
+ What is website speed?
161
+ How to get fast website speeds
162
+ Making sense of website security.
163
+ Using a website tool like WordPress.
164
+ Choosing a website theme can be daunting.
165
+ WordPress for beginner website owners.
166
+ Making sense of website builders.
167
+ Domain name hosting and website hosting: what's the difference?
168
+ How to set up a website.
169
+ Using a domain registrar.
170
+ What is DNS?
171
+ Choosing a website theme.
172
+ How to choose the right website host.
173
+ Choosing a website host.
174
+ Choosing a website host: what's the difference between domain hosting and website hosting?
175
+ How to choose the right website theme.
176
+ Finding the best website host.
177
+ How to register a domain name.
178
+ How to purchase a domain name.
179
+ How to buy a domain.
180
+ How to find the best domain registrar.
181
+ Domain name registration.
182
+ How to transfer a domain name.
183
+ Finding the best website builder.
184
+ What is a website?
185
+ Making sense of website security
186
+ How domain name forwarding works
187
+ Our picks for best website host providers
188
+ Website builders.
189
+ Finding a good website host.
190
+ Choosing a good website host for small business.
191
+ WordPress vs. Wix vs. Weebly.
192
+ Domain names.
193
+ Choosing a website theme.
194
+ Website security.
195
+ Hosting a website can be difficult. That's why we've put together this comprehensive guide to help you get it right. From domain name registration, to website host providers, we take an in-depth look at everything you need to know about choosing the right website host for your business. We share useful guides to website builders and explain the difference between website host providers and website builders.
196
+ The best website host provider for your business.
197
+ Our picks for the best website builders.
198
+ Everything you need to know about website hosting.
199
+ Choosing a website domain name.
200
+ Choosing a website theme.
201
+ Choosing the best website theme.
202
+ WordPress is your gateway to the internet. And in this guide we'll walk you through how to choose a website domain. We'll explore website hosting, website builders and website speed and make sure that you make the right choice for you and your business.
203
+ Read our in-depth guides for website hosts, domain registrars, website builders and website themes. We explain exactly what you should consider when choosing the best domain name to help you find the right website provider for your business. We also take you through how to get the best website builders and how to find website design agencies.
204
+ We cover everything you need to know about website speed. Whether you're a website host or a website builder
205
+ 2024-09-03 12:40:49 - INFO : <s> Tweet: "I hate it when my phone battery dies."
206
+ Sentiment: Negative
207
+ ###
208
+ Tweet: "My day has been 👍"
209
+ Sentiment: Positive
210
+ ###
211
+ Tweet: "This is the link to the article"
212
+ Sentiment: Neutral
213
+ ###
214
+ Tweet: "This new music video was incredibile"
215
+ Sentiment: Positive
216
+ ###
217
+ Tweet: "I'm so impressed."
218
+ Sentiment: Negative
219
+ ###
220
+ Tweet: "This is so wonderful."
221
+ Sentiment: Neutral
222
+ ###
223
+ Tweet: "This is so weird."
224
+ Sentiment: Negative
225
+ ###
226
+ Tweet: "I have the most amazing job."
227
+ Sentiment: Neutral
228
+ ###
229
+ Tweet: "I can't wait to 👍👍👍👍 it to work."
230
+ Sentiment: Positive
231
+ ###
232
+ Tweet: "I can't wait to 👍👍👍👍👍 it to work."
233
+ Sentiment: Negative
234
+ ###
235
+ Tweet: "I just can't wait to 👍👍👍👍👍👍👍"
236
+ Sentiment: Positive
237
+ ###
238
+ Tweet: "I'm so excited."
239
+ Sentiment: Negative
240
+ ###
241
+ Tweet: "I can't wait to 👍��👍👍👍👍👍"
242
+ Sentiment: Positive
243
+ ###
244
+ Tweet: "I love my new job!"
245
+ Sentiment: Neutral
246
+ ###
247
+ Tweet: "I hope you had a great ❤"
248
+ Sentiment: Neutral
249
+ ###
250
+ Tweet: "I wish you 🙄🙄🙄🙄🙄🙄🙄🙄🙄🙄🙄🙄"
251
+ Sentiment: Neutral
252
+ ###
253
+ Tweet: "My new job is great"
254
+ Sentiment: Positive
255
+ ###
256
+ Tweet: "I have such a great job."
257
+ Sentiment: Neutral
258
+ ###
259
+ Tweet: "I'm so lucky to have 👍👍👍👍👍👍👍"
260
+ Sentiment: Positive
261
+ ###
262
+ Tweet: "My new 💝 job is great."
263
+ Sentiment: Positive
264
+ ###
265
+ Tweet: "It's such a lovely day to 👍😃👍😃👍😃👍😃👍"
266
+ Sentiment: Positive
267
+ ###
268
+ Tweet: "My 👍👍👍👍👍👍👍👍👍👍"
269
+ Sentiment: Positive
270
+ ###
271
+ Tweet: "I hope you have a 😃😃😃😃😃😃😃😃😃😃😃😃😃"
272
+ Sentiment: Neutral
273
+ ###
274
+ Tweet: "I love my new job"
275
+ Sentiment: Neutral
276
+ ###
277
+ Tweet: "I just wish 🙄🙄🙄🙄🙄🙄🙄🙄🙄🙄"
278
+ Sentiment: Neutral
279
+ ###
280
+ Tweet: "It is so weird"
281
+ Sentiment: Neutral
282
+ ###
283
+ Tweet: "It's nice to 🙄🙄🙄🙄🙄🙄🙄🙄🙄🙄"
284
+ Sentiment: Neutral
285
+ ###
286
+ Tweet: "You look beautiful."
287
+ Sentiment: Neutral
288
+ ###
289
+ Tweet: "This is so 😃😃😃😃😃😃😃😃😃😃😃"
290
+ Sentiment: Positive
291
+ ###
292
+ Tweet: "This is not so 😃😃😃😃😃😃😃😃😃😃😃😃😃"
293
+ Sentiment: Neutral
294
+ ###
295
+ Tweet: "You're so wonderful"
296
+ Sentiment: Neutral
297
+ ###
298
+ Tweet: "You look wonderful"
299
+ Sentiment: Neutral
300
+ ###
301
+ Tweet: "This is so beautiful."
302
+ Sentiment: Neutral
303
+ ###
304
+ Tweet: "You look beautiful!"
305
+ Sentiment: Positive
306
+ ###
307
+ Tweet: "I had such a 😃😃😃😃😃😃😃😃😃😃😃😃😃😃"
308
+ Sentiment: Positive
309
+ ###
310
+ Tweet: "I can't wait to work 💙💙💙💙💙💙💙💙"
311
+ Sentiment: Neutral
312
+ ###
313
+ Tweet: "This is so wonderful"
314
+ Sentiment: Negative
315
+ ###
316
+ Tweet: "I wish you all the best"
317
+ Sentiment: Neutral
318
+ ###
319
+ Tweet: "I hope you're having a 😃😃😃😃😃😃😃😃😃😃😃😃😃😃😃"
320
+ Sentiment: Neutral
321
+ ###
322
+ Tweet: "I have to 👍👍👍👍👍👍"
323
+ Sentiment: Positive
324
+ ###
325
+ Tweet: "I love 💙"
326
+ Sentiment: Neutral
327
+ ###
328
+ Tweet: "I am so glad to have a 😃😃😃😃😃😃😃😃😃😃😃😃😃"
329
+ Sentiment: Neutral
330
+ ###
331
+ Tweet: "I 😃😃😃😃😃😃😃😃😃😃😃😃😃😃😃😃😃😃😃😃😃"
332
+ Sentiment: Neutral
333
+ ###
334
+ Tweet: "I have such a wonderful day"
335
+ Sentiment: Neutral
336
+ ###
337
+ Tweet: "I love being with you."
338
+ Sentiment: Neutral
339
+ ###
340
+ Tweet: "I can't wait to work 💙"
341
+ Sentiment: Neutral
342
+ ###
343
+ Tweet: "It's 😃😃😃😃😃😃😃😃😃😃😃😃😃😃😃😃😃"
344
+ Sentiment: Negative
345
+ ###
346
+ Tweet: "It's nice to 😃😃😃😃😃😃😃😃😃😃😃"
347
+ Sentiment: Negative
348
+ ###
349
+ Tweet: "It's nice to 😃😃😃😃😃😃😃😃😃😃"
350
+ Sentiment: Neutral
351
+ ###
352
+ Tweet: "I hope you have
353
+ 2024-09-03 12:41:49 - INFO : <s> Translate English to French:
354
+
355
+ sea otter => loutre de mer
356
+
357
+ peppermint => menthe poivrée
358
+
359
+ plush girafe => girafe peluche
360
+
361
+ cheese => fromage
362
+
363
+ carrot => ramekin
364
+
365
+ hairdryer => barretier
366
+
367
+ hairpins => pins à cheveux
368
+
369
+ knuckle => poignet (hand)
370
+
371
+ jeweler => bijouter
372
+
373
+ knob => bouton
374
+
375
+ lens => écraseur (coupe-pâte)
376
+
377
+ key => tirage (tourneurs d'armes)
378
+
379
+ lead => pince (faucet)
380
+
381
+ lead-pipe => pompe à eau
382
+
383
+ moth => papillote
384
+
385
+ needle => nouille (cône)
386
+
387
+ nib => épingle (épingle de plomb)
388
+
389
+ needle-tapper => nain (rétiér)
390
+
391
+ nail => pince
392
+
393
+ Oven => chauffer
394
+
395
+ Plastic => polyéchantê
396
+
397
+ shingle => éclair (tourbillon)
398
+
399
+ toothpick => éphémère (tourbillon)
400
+
401
+ whisk => chapeau (fond de liquide)
402
+
403
+ wire => lamelle (fond de liquide)
404
+
405
+ wire-bristled => brossé (fermure de pots)
406
+
407
+ wire-meshed => nettoyé (barre)
408
+
409
+ wrench => couteau (verrouillé)
410
+
411
+ worm => moteur
412
+
413
+ wrench => pinceau
414
+
415
+ water => eau (voir ci-dessous)
416
+
417
+ water hose => hoseau (voir ci-dessous)
418
+
419
+ water hose => eau à brume (voir ci-dessous)
420
+
421
+ Aqua => eau
422
+
423
+ carpets, rugs => chèques (chaussures)
424
+
425
+ coal => charbon
426
+
427
+ cork => écorce de cèdre
428
+
429
+ dishes => poterie (vert)
430
+
431
+ drain => drain, éclair (fond de liquide)
432
+
433
+ furniture => chaises (chaise)
434
+
435
+ hair-dryer => barretier
436
+
437
+ heater => barretier
438
+
439
+ hiss => écho
440
+
441
+ light bulb => bulbe (bronze)
442
+
443
+ light fixture => pendentif (filtrage de lumière)
444
+
445
+ mirror => miroir (fait 7)
446
+
447
+ mirror => verre (médecin)
448
+
449
+ microwave => cuisinette (tapete)
450
+
451
+ microwave => téléviseur (électroménager)
452
+
453
+ mixture => potentiel
454
+
455
+ mug => soupe
456
+
457
+ pan > pot
458
+
459
+ paint > peinture
460
+
461
+ paint > peinture
462
+
463
+ palettes => pelouses
464
+
465
+ palettes => piles
466
+
467
+ palettes => piles (matière)
468
+
469
+ paper > tissue > tissu
470
+
471
+ paper > tissue > tissu (fabricé par feu)
472
+
473
+ paving-slab => pavement (patin)
474
+
475
+ pottery => poterie (vert)
476
+
477
+ recycling => mécréance (fouet)
478
+
479
+ restaure => nettoyer
480
+
481
+ restaure => nettoyer (comprimer)
482
+
483
+ reversible => opération reversible (comprise-t-elle)
484
+
485
+ sewing machine => mécanicienne (seintes)
486
+
487
+ smoking paper => pâté pour feu
488
+
489
+ snow-globe => globe de neige
490
+
491
+ spaghetti => coussin de saguette (coussin à saguette)
492
+
493
+ splash > éclat
494
+
495
+ splash => éclat
496
+
497
+ sprinkler => lave-glace
498
+
499
+ stencils > palet
500
+
501
+ stencils > palet (rédaction)
502
+
503
+ sticky > palette
504
+
505
+ stove = hachette (ou verrouillé)
506
+
507
+ stove > tapeaux (ou éclairs à glace)
508
+
509
+ stove > tapis de glace
510
+
511
+ stove > taras (électricité)
512
+
513
+ stove > taras (électricité, de métal)
514
+
515
+ stove > taras (électricité, de plomb)
516
+
517
+ tapete (verrouillé)
518
+
519
+ tapete (verrouillé)
520
+
521
+ tea-pot > vase
522
+
523
+ tea-pot > vase > verrous
524
+
525
+ tea-pot > vase > vérrouillé
526
+
527
+ tea-pot > vase > verrouillé
528
+
529
+ tea-pot > vase > verrous > verrouillé
530
+
531
+ tea-pot > vase > vérrouillé
532
+
533
+ tea-pot > vase > verrous
534
+
535
+ tea-pot > vase > vérrouillé
536
+
537
+ thermosetter => thermosetter
538
+
539
+ thermosetter => thermosetter
540
+
541
+ toaster => chaudron
542
+
543
+ toaster => éclair (fond de liquide)
544
+
545
+ vase
546
+
547
+ vase
548
+
549
+ vases
550
+
551
+ VHS (télé-vidéo compacte)
552
+
553
+ vide-métrage > vide-métrage > vidéo
554
+
555
+ wax paper => tissu (dieu du vin)
556
+
557
+ wax paper => tissu (dieu du vin) (film-vitrine)
558
+
559
+ washing up liquid
560
+
561
+ washing up liquid
562
+
563
+ washing-up liquid
564
+
565
+ wiper => gâchis
566
+
567
+ wipes
568
+
569
+ wool > soie > soie
570
+
571
+ wooden chest > paquet de bois > paquet en bois
572
+
573
+ wooden chest > paquet de bois > paquet en bois > vase en bois
574
+
575
+ wooden chest
576
+
577
+ wooden chest > vase en bois
578
+
579
+ worm
580
+
581
+ worm
582
+
583
+ worm
584
+
585
+ worm
586
+
587
+ worm
588
+
589
+ yoghurt-pot
590
+
591
+ ## **Définition**
592
+
593
+ ##### 11.1
594
+
595
+ Le français a beaucoup de mots dérivés d'allemands (voir _Lexique_ ), comme eau, feu, salle à manger, ou encore d'espagnols (voir _Lexique_ ). Le français ne prend pas toujours la forme anglaise du nom, sauf à partir de mots anglophones. Par exemple, un français moderne sera :
596
+
597
+ chouette
598
+
599
+ chouette
600
+
601
+ chouette
602
+
603
+ chouette (fem.)
604
+
605
+ chouette (fem.)
606
+
607
+ chouette (fem.)
608
+
609
+ On s'imagine alors que le français s'est déclaré, pour être français, par l'usage de la forme anglaise de nom et pas seulement par une forme anglaise de substantif. Cependant, certains mots et noms anglaises sont devenus de notre langue. Il peut être difficile d'avancer une traduction si le nom ou le mot est français. Ce n'est pas rare de rencontrer des mots et noms anglaises qui sont devenus de notre langue à travers le temps :
610
+
611
+ abat-jour
612
+
613
+ affermage
614
+
615
+ ainsi
616
+
617
+ alléger
618
+
619
+ amener
620
+
621
+ anniversaire
622
+
623
+ apport
624
+
625
+ arrivée
626
+
627
+ à-coup
628
+
629
+ avant-garde
630
+
631
+ barbe
632
+
633
+ benêt
634
+
635
+ berceau
636
+
637
+ billet
638
+
639
+ bouche
640
+
641
+ boulés
642
+
643
+ bouillotte
644
+
645
+ brune
646
+
647
+ début
648
+
649
+ deuxième
650
+
651
+ déjà
652
+
653
+ débloqué
654
+
655
+ déjà
656
+
657
+ descente
658
+
659
+ désordre
660
+
661
+ désordonné
662
+
663
+ dispositif
664
+
665
+ double-taillonnage
666
+
667
+ douane
668
+
669
+ douanier
670
+
671
+ écalent
672
+
673
+ eau (bain)
674
+
675
+ eau (bain) (vitrine)
676
+
677
+ eau (bain) (vitrine) (gros tiroir)
678
+
679
+ eau (bain) (vitrine) (pendentif)
680
+
681
+ eau (sang)
682
+
683
+ eau (sang) (bain) (mecréance)
684
+
685
+ eau (sang) (bain) (mecréance) (vert)
686
+
687
+ eau (sang) (trompette) (touffe à la pincée)
688
+
689
+ économise
690
+
691
+ embrasser
692
+
693
+ éplucher
694
+
695
+ en-fusée (culture)
696
+
697
+ en-fusée (nature)
698
+
699
+ en-fusée (télévision)
700
+
701
+ en-fusée (université)
702
+
703
+ en-fusée (vert)
704
+
705
+ en-fusée (vers)
706
+
707
+ en-fusée (savoir)
708
+
709
+ en-fusée (savoirs)
710
+
711
+ en-fusée (télévision)
712
+
713
+ en-fusée (vers)
714
+
715
+ en
2024-09-03-12-47-10/description.txt ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ - Training Parameters:
2
+ - base_model: TinyLlama/TinyLlama_v1.1
3
+ - save_ckpt_log_name: tinyllama_prune_log
4
+ - pruning_ratio: 0.39
5
+ - pruner_type: taylor
6
+ - temperature: 1.0
7
+ - top_p: 0.95
8
+ - max_seq_len: 2048
9
+ - channel_wise: False
10
+ - block_wise: True
11
+ - layer_wise: False
12
+ - layer: 12
13
+ - block_attention_layer_start: 3
14
+ - block_attention_layer_end: 19
15
+ - block_mlp_layer_start: 3
16
+ - block_mlp_layer_end: 19
17
+ - iterative_steps: 1
18
+ - grouping_strategy: sum
19
+ - global_pruning: False
20
+ - taylor: param_first
21
+ - num_examples: 10
22
+ - device: cuda
23
+ - test_before_train: True
24
+ - eval_device: cuda
25
+ - test_after_train: True
26
+ - seed: 42
27
+ - save_model: True
28
+ - torch_version: 2.4
2024-09-03-12-47-10/train.sh ADDED
@@ -0,0 +1 @@
 
 
1
+ python llama3.py --base_model TinyLlama/TinyLlama_v1.1 --pruning_ratio 0.39 --device cuda --eval_device cuda --block_wise --block_mlp_layer_start 3 --block_mlp_layer_end 19 --block_attention_layer_start 3 --block_attention_layer_end 19 --save_ckpt_log_name tinyllama_prune_log --pruner_type taylor --taylor param_first --save_model --max_seq_len 2048 --test_before_train --test_after_train
2024-09-03-12-47-10/training.log ADDED
@@ -0,0 +1,1325 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2024-09-03 12:47:11 - INFO : We will use 90% of the memory on device 0 for storing the model, and 10% for the buffer to avoid OOM. You can set `max_memory` in to a higher value to use more memory (at your own risk).
2
+ 2024-09-03 12:47:13 - INFO :
3
+ ==================Generation Results before Pruning================
4
+
5
+ 2024-09-03 12:47:16 - INFO : <s> I believe the meaning of life is the most important life achievement score under.
6
+ If an individual has to have the highest scores in the SAT, then SAT Essay / Essay prompts become more important. SAT Essay / Essay scoring model changes from the previous years, but there are still some significant changes in the SAT Essay prompts.</s>
7
+ 2024-09-03 12:48:17 - INFO : <s> Simply put, the theory of relativity states that 000 is 10. To state, the theory of relativity is a theory in physics, states that there are many ways of approaching the same physical principles, using different methods and tools. Relativity Theoretical Physicist and Professor Emeritus in Physics and Theoretical Higher Education at the Sorbonne-Sciences Po in Paris. As Einstein's theory of relativity predicted, all moving objects bend the light around them by causing. The Theory of Relativity states that different types of physical and. Theoritical physicists are those physicists who think deeply about the. Theory of relativity is one of the basic principles of modern physics, which gives an explanation to the. Theory of relativity - Theory of relativity is one of the basic principles of modern physics, which gives an explanation to the. Theory of relativity has been very well explained to us. Theories of Relativity. Theories of relativity have developed over the last century. Relativity, as a part of physics, was born in 1905, when Einstein proved that the motion of an object was subject to the speed of light. Theory of Relativity. Theory of Relativity. Theories of Relativity Relative Theories of Relativity Theories of Relativity. General Theory of Relativity Relativity Theories of Relativity. Theory of Relativity Relativity. Theory of Relativity; Theory of Relativity; Theory of Relativity; Theory of Relativity; Theory of Relativity; Theory of Relativity; Theory of Relativity; Theory of Relativity. Theories of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theories of Relativity Theory of Relativity; Theory of Relativity; Theory of Relativity; Theory of Relativity; Theory of Relativity; Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Relativity Theory of Rel
8
+ 2024-09-03 12:49:18 - INFO : <s> Building a website can be done in 10 simple steps:
9
+ 2. Website Setup
10
+ 3. Website Content
11
+ 4. Website Design & Visuals
12
+ 5. Website Hosting
13
+ 6. Website Builders
14
+ Website Tips
15
+ Website Mistakes
16
+ Website Hosting Providers
17
+ Website Vendors
18
+ Website Designers
19
+ Website Hosting 101
20
+ Website Builder 101
21
+ Website Tips 101
22
+ Website Tools 101
23
+ Website Hosting Providers 101
24
+ Website Vendors 101
25
+ Website Designers 101
26
+ The most common website hosting packages and plans.
27
+ Making a good impression on your new website host.
28
+ Finding a hosting plan that works for you and your website.
29
+ We share helpful information about hosting your domain and website.
30
+ Understanding website builders, how they differ from website builders.
31
+ The best webhosting providers for you and your website.
32
+ We give you tips and info to help you choose a website host.
33
+ Read our in-depth tips to help you make the right webhosting choice.
34
+ Why we think these tools are great for webmasters.
35
+ You don't need a website designer to get started.
36
+ Website hosting is where the magic happens.
37
+ A guide for the different hosting service types.
38
+ Finding the best web hosting for your website and domain.
39
+ Find out how to choose the best domain registrar.
40
+ Everything you need to know about your website, hosted by Wix.
41
+ Our guides for finding web host builders.
42
+ Everything you need to know about webhosting providers.
43
+ See all our guide
44
+ Making sense of website design.
45
+ The best website themes that won't break your bank.
46
+ See all our website themes
47
+ Making sense of website security.
48
+ How to secure your website for your business.
49
+ Our in-depth guides on website security will help you get it right.
50
+ Making sense of website speed.
51
+ How to get fast, reliable site performance.
52
+ Our guides to the speed of your website.
53
+ See all our website speed guides
54
+ Our guides on how to use website tools.
55
+ The best website builders that we recommend.
56
+ Our guides to website builders.
57
+ Everything you need to know about using the WordPress platform.
58
+ Making sense of website design.
59
+ Understanding how to choose the perfect website theme for your site.
60
+ Finding the best website tools.
61
+ Making sense of website security.
62
+ How to secure your website for your business.
63
+ Finding the best web host providers.
64
+ Our guides to the speed of your website.
65
+ Using a website builder, which ones we love.
66
+ Creating a website without coding skills with Wix.
67
+ Using a website builders: which ones we love
68
+ Our favourite domain registrars.
69
+ How to find the best web host.
70
+ What are website builders?
71
+ What are website hosts?
72
+ Where do you host my website?
73
+ What types of website do I need?
74
+ What are website themes?
75
+ What are website builders?
76
+ Where do I host my domain?
77
+ Website builders vs. website builders
78
+ Website builders: how do they differ from website builders?
79
+ What makes a website builder?
80
+ The easiest websites to make.
81
+ How to start your first website.
82
+ Making sense of website builders.
83
+ Which domain providers can I use?
84
+ Our picks for best website hosts.
85
+ How do domain providers work?
86
+ How do I buy a website domain?
87
+ How do I transfer a domain name?
88
+ Choosing the best domain provider for my website.
89
+ What is DNS hosting?
90
+ What is a DNS host?
91
+ Domain hosting vs. website hosting
92
+ How do domain host providers work?
93
+ Choosing a domain host
94
+ Domain providers can change the way your website works.
95
+ Domain Hosting Vs. Web Hosting
96
+ Website Hosting vs Domain Hosting
97
+ Website Hosting Vs. Domain Hosting: Comparing Domains & Websites
98
+ Choosing a website host is just the beginning.
99
+ Choosing the right website host.
100
+ Choosing a website host can be a difficult choice.
101
+ Getting your domain & website hosting together.
102
+ Find out how to choose the right website host for your business.
103
+ Making sense of website security.
104
+ Guides to website speed.
105
+ Guides to website speed
106
+ Best website builders
107
+ The best website builders to choose from.
108
+ Making sense of website builders.
109
+ Our picks for the best website builders.
110
+ Understanding website speed.
111
+ Choosing the right website theme.
112
+ How to make your website faster.
113
+ WordPress is your gateway to the internet.
114
+ A website for everyone.
115
+ WordPress for beginners: everything you need to know.
116
+ Choosing a website host.
117
+ Choosing a website host.
118
+ Choosing a website host vs. domain host.
119
+ Choosing a web host for a small business.
120
+ What's the best website theme for your business?
121
+ Find out how to choose the right website builder.
122
+ How to transfer a domain name.
123
+ Transferring your domain name
124
+ What is domain name forwarding?
125
+ Domain name forwarding vs. website hosting
126
+ Choose from over 1,200 domain registrars.
127
+ Free domain name registrars.
128
+ Choosing the best website host for your needs.
129
+ Hosting a website can be overwhelming. We've got you covered.
130
+ How does the DNS DNS Hosts?
131
+ How to buy a web hosting account
132
+ How to purchase hosting
133
+ Choosing a website host: why you shouldn't base your decision solely on cost.
134
+ How does website registration work?
135
+ How does a website domain work?
136
+ Can I buy a domain name for free?
137
+ How do I buy website domains?
138
+ Buying a domain name.
139
+ How to purchase domain hosting
140
+ Choosing a website host: everything you need to know.
141
+ Understanding website security.
142
+ How do I buy a website domain?
143
+ How to buy a website domain.
144
+ How to purchase a domain name for free?
145
+ How do I buy a domain name?
146
+ How does the DNS work?
147
+ Buying website domains.
148
+ Choosing a website host vs. domain host
149
+ What is a website hosting server?
150
+ What is an Apache server?
151
+ Choosing your website domain.
152
+ How do I purchase a domain name?
153
+ Choosing the best website host.
154
+ Choosing website hosting.
155
+ Hosting a website can be overwhelming. We've got you covered.
156
+ Choosing a website host vs. domain host: everything you need to know.
157
+ Purchasing a domain name.
158
+ How to purchase website domains.
159
+ How to purchase a domain name?
160
+ What is website speed?
161
+ How to get fast website speeds
162
+ Making sense of website security.
163
+ Using a website tool like WordPress.
164
+ Choosing a website theme can be daunting.
165
+ WordPress for beginner website owners.
166
+ Making sense of website builders.
167
+ Domain name hosting and website hosting: what's the difference?
168
+ How to set up a website.
169
+ Using a domain registrar.
170
+ What is DNS?
171
+ Choosing a website theme.
172
+ How to choose the right website host.
173
+ Choosing a website host.
174
+ Choosing a website host: what's the difference between domain hosting and website hosting?
175
+ How to choose the right website theme.
176
+ Finding the best website host.
177
+ How to register a domain name.
178
+ How to purchase a domain name.
179
+ How to buy a domain.
180
+ How to find the best domain registrar.
181
+ Domain name registration.
182
+ How to transfer a domain name.
183
+ Finding the best website builder.
184
+ What is a website?
185
+ Making sense of website security
186
+ How domain name forwarding works
187
+ Our picks for best website host providers
188
+ Website builders.
189
+ Finding a good website host.
190
+ Choosing a good website host for small business.
191
+ WordPress vs. Wix vs. Weebly.
192
+ Domain names.
193
+ Choosing a website theme.
194
+ Website security.
195
+ Hosting a website can be difficult. That's why we've put together this comprehensive guide to help you get it right. From domain name registration, to website host providers, we take an in-depth look at everything you need to know about choosing the right website host for your business. We share useful guides to website builders and explain the difference between website host providers and website builders.
196
+ The best website host provider for your business.
197
+ Our picks for the best website builders.
198
+ Everything you need to know about website hosting.
199
+ Choosing a website domain name.
200
+ Choosing a website theme.
201
+ Choosing the best website theme.
202
+ WordPress is your gateway to the internet. And in this guide we'll walk you through how to choose a website domain. We'll explore website hosting, website builders and website speed and make sure that you make the right choice for you and your business.
203
+ Read our in-depth guides for website hosts, domain registrars, website builders and website themes. We explain exactly what you should consider when choosing the best domain name to help you find the right website provider for your business. We also take you through how to get the best website builders and how to find website design agencies.
204
+ We cover everything you need to know about website speed. Whether you're a website host or a website builder
205
+ 2024-09-03 12:50:16 - INFO : <s> Tweet: "I hate it when my phone battery dies."
206
+ Sentiment: Negative
207
+ ###
208
+ Tweet: "My day has been 👍"
209
+ Sentiment: Positive
210
+ ###
211
+ Tweet: "This is the link to the article"
212
+ Sentiment: Neutral
213
+ ###
214
+ Tweet: "This new music video was incredibile"
215
+ Sentiment: Positive
216
+ ###
217
+ Tweet: "I'm so impressed."
218
+ Sentiment: Negative
219
+ ###
220
+ Tweet: "This is so wonderful."
221
+ Sentiment: Neutral
222
+ ###
223
+ Tweet: "This is so weird."
224
+ Sentiment: Negative
225
+ ###
226
+ Tweet: "I have the most amazing job."
227
+ Sentiment: Neutral
228
+ ###
229
+ Tweet: "I can't wait to 👍👍👍👍 it to work."
230
+ Sentiment: Positive
231
+ ###
232
+ Tweet: "I can't wait to 👍👍👍👍👍 it to work."
233
+ Sentiment: Negative
234
+ ###
235
+ Tweet: "I just can't wait to 👍👍👍👍👍👍👍"
236
+ Sentiment: Positive
237
+ ###
238
+ Tweet: "I'm so excited."
239
+ Sentiment: Negative
240
+ ###
241
+ Tweet: "I can't wait to 👍���👍👍👍👍👍"
242
+ Sentiment: Positive
243
+ ###
244
+ Tweet: "I love my new job!"
245
+ Sentiment: Neutral
246
+ ###
247
+ Tweet: "I hope you had a great ❤"
248
+ Sentiment: Neutral
249
+ ###
250
+ Tweet: "I wish you 🙄🙄🙄🙄🙄🙄🙄🙄🙄🙄🙄🙄"
251
+ Sentiment: Neutral
252
+ ###
253
+ Tweet: "My new job is great"
254
+ Sentiment: Positive
255
+ ###
256
+ Tweet: "I have such a great job."
257
+ Sentiment: Neutral
258
+ ###
259
+ Tweet: "I'm so lucky to have 👍👍👍👍👍👍👍"
260
+ Sentiment: Positive
261
+ ###
262
+ Tweet: "My new 💝 job is great."
263
+ Sentiment: Positive
264
+ ###
265
+ Tweet: "It's such a lovely day to 👍😃👍😃👍😃👍😃👍"
266
+ Sentiment: Positive
267
+ ###
268
+ Tweet: "My 👍👍👍👍👍👍👍👍👍👍"
269
+ Sentiment: Positive
270
+ ###
271
+ Tweet: "I hope you have a 😃😃😃😃😃😃😃😃😃😃😃😃😃"
272
+ Sentiment: Neutral
273
+ ###
274
+ Tweet: "I love my new job"
275
+ Sentiment: Neutral
276
+ ###
277
+ Tweet: "I just wish 🙄🙄🙄🙄🙄🙄🙄🙄🙄🙄"
278
+ Sentiment: Neutral
279
+ ###
280
+ Tweet: "It is so weird"
281
+ Sentiment: Neutral
282
+ ###
283
+ Tweet: "It's nice to 🙄🙄🙄🙄🙄🙄🙄🙄🙄🙄"
284
+ Sentiment: Neutral
285
+ ###
286
+ Tweet: "You look beautiful."
287
+ Sentiment: Neutral
288
+ ###
289
+ Tweet: "This is so 😃😃😃😃😃😃😃😃😃😃😃"
290
+ Sentiment: Positive
291
+ ###
292
+ Tweet: "This is not so 😃😃😃😃😃😃😃😃😃😃😃😃😃"
293
+ Sentiment: Neutral
294
+ ###
295
+ Tweet: "You're so wonderful"
296
+ Sentiment: Neutral
297
+ ###
298
+ Tweet: "You look wonderful"
299
+ Sentiment: Neutral
300
+ ###
301
+ Tweet: "This is so beautiful."
302
+ Sentiment: Neutral
303
+ ###
304
+ Tweet: "You look beautiful!"
305
+ Sentiment: Positive
306
+ ###
307
+ Tweet: "I had such a 😃😃😃😃😃😃😃😃😃😃😃😃😃😃"
308
+ Sentiment: Positive
309
+ ###
310
+ Tweet: "I can't wait to work 💙💙💙💙💙💙💙💙"
311
+ Sentiment: Neutral
312
+ ###
313
+ Tweet: "This is so wonderful"
314
+ Sentiment: Negative
315
+ ###
316
+ Tweet: "I wish you all the best"
317
+ Sentiment: Neutral
318
+ ###
319
+ Tweet: "I hope you're having a 😃😃😃😃😃😃😃😃😃😃😃😃😃😃😃"
320
+ Sentiment: Neutral
321
+ ###
322
+ Tweet: "I have to 👍👍👍👍👍👍"
323
+ Sentiment: Positive
324
+ ###
325
+ Tweet: "I love 💙"
326
+ Sentiment: Neutral
327
+ ###
328
+ Tweet: "I am so glad to have a 😃😃😃😃😃😃😃😃😃😃😃😃😃"
329
+ Sentiment: Neutral
330
+ ###
331
+ Tweet: "I 😃😃😃😃😃😃😃😃😃😃😃😃😃😃😃😃😃😃😃😃😃"
332
+ Sentiment: Neutral
333
+ ###
334
+ Tweet: "I have such a wonderful day"
335
+ Sentiment: Neutral
336
+ ###
337
+ Tweet: "I love being with you."
338
+ Sentiment: Neutral
339
+ ###
340
+ Tweet: "I can't wait to work 💙"
341
+ Sentiment: Neutral
342
+ ###
343
+ Tweet: "It's 😃😃😃😃😃😃😃😃😃😃😃😃😃😃😃😃😃"
344
+ Sentiment: Negative
345
+ ###
346
+ Tweet: "It's nice to 😃😃😃😃😃😃😃😃😃😃😃"
347
+ Sentiment: Negative
348
+ ###
349
+ Tweet: "It's nice to 😃😃😃😃😃😃😃😃😃😃"
350
+ Sentiment: Neutral
351
+ ###
352
+ Tweet: "I hope you have
353
+ 2024-09-03 12:51:16 - INFO : <s> Translate English to French:
354
+
355
+ sea otter => loutre de mer
356
+
357
+ peppermint => menthe poivrée
358
+
359
+ plush girafe => girafe peluche
360
+
361
+ cheese => fromage
362
+
363
+ carrot => ramekin
364
+
365
+ hairdryer => barretier
366
+
367
+ hairpins => pins à cheveux
368
+
369
+ knuckle => poignet (hand)
370
+
371
+ jeweler => bijouter
372
+
373
+ knob => bouton
374
+
375
+ lens => écraseur (coupe-pâte)
376
+
377
+ key => tirage (tourneurs d'armes)
378
+
379
+ lead => pince (faucet)
380
+
381
+ lead-pipe => pompe à eau
382
+
383
+ moth => papillote
384
+
385
+ needle => nouille (cône)
386
+
387
+ nib => épingle (épingle de plomb)
388
+
389
+ needle-tapper => nain (rétiér)
390
+
391
+ nail => pince
392
+
393
+ Oven => chauffer
394
+
395
+ Plastic => polyéchantê
396
+
397
+ shingle => éclair (tourbillon)
398
+
399
+ toothpick => éphémère (tourbillon)
400
+
401
+ whisk => chapeau (fond de liquide)
402
+
403
+ wire => lamelle (fond de liquide)
404
+
405
+ wire-bristled => brossé (fermure de pots)
406
+
407
+ wire-meshed => nettoyé (barre)
408
+
409
+ wrench => couteau (verrouillé)
410
+
411
+ worm => moteur
412
+
413
+ wrench => pinceau
414
+
415
+ water => eau (voir ci-dessous)
416
+
417
+ water hose => hoseau (voir ci-dessous)
418
+
419
+ water hose => eau à brume (voir ci-dessous)
420
+
421
+ Aqua => eau
422
+
423
+ carpets, rugs => chèques (chaussures)
424
+
425
+ coal => charbon
426
+
427
+ cork => écorce de cèdre
428
+
429
+ dishes => poterie (vert)
430
+
431
+ drain => drain, éclair (fond de liquide)
432
+
433
+ furniture => chaises (chaise)
434
+
435
+ hair-dryer => barretier
436
+
437
+ heater => barretier
438
+
439
+ hiss => écho
440
+
441
+ light bulb => bulbe (bronze)
442
+
443
+ light fixture => pendentif (filtrage de lumière)
444
+
445
+ mirror => miroir (fait 7)
446
+
447
+ mirror => verre (médecin)
448
+
449
+ microwave => cuisinette (tapete)
450
+
451
+ microwave => téléviseur (électroménager)
452
+
453
+ mixture => potentiel
454
+
455
+ mug => soupe
456
+
457
+ pan > pot
458
+
459
+ paint > peinture
460
+
461
+ paint > peinture
462
+
463
+ palettes => pelouses
464
+
465
+ palettes => piles
466
+
467
+ palettes => piles (matière)
468
+
469
+ paper > tissue > tissu
470
+
471
+ paper > tissue > tissu (fabricé par feu)
472
+
473
+ paving-slab => pavement (patin)
474
+
475
+ pottery => poterie (vert)
476
+
477
+ recycling => mécréance (fouet)
478
+
479
+ restaure => nettoyer
480
+
481
+ restaure => nettoyer (comprimer)
482
+
483
+ reversible => opération reversible (comprise-t-elle)
484
+
485
+ sewing machine => mécanicienne (seintes)
486
+
487
+ smoking paper => pâté pour feu
488
+
489
+ snow-globe => globe de neige
490
+
491
+ spaghetti => coussin de saguette (coussin à saguette)
492
+
493
+ splash > éclat
494
+
495
+ splash => éclat
496
+
497
+ sprinkler => lave-glace
498
+
499
+ stencils > palet
500
+
501
+ stencils > palet (rédaction)
502
+
503
+ sticky > palette
504
+
505
+ stove = hachette (ou verrouillé)
506
+
507
+ stove > tapeaux (ou éclairs à glace)
508
+
509
+ stove > tapis de glace
510
+
511
+ stove > taras (électricité)
512
+
513
+ stove > taras (électricité, de métal)
514
+
515
+ stove > taras (électricité, de plomb)
516
+
517
+ tapete (verrouillé)
518
+
519
+ tapete (verrouillé)
520
+
521
+ tea-pot > vase
522
+
523
+ tea-pot > vase > verrous
524
+
525
+ tea-pot > vase > vérrouillé
526
+
527
+ tea-pot > vase > verrouillé
528
+
529
+ tea-pot > vase > verrous > verrouillé
530
+
531
+ tea-pot > vase > vérrouillé
532
+
533
+ tea-pot > vase > verrous
534
+
535
+ tea-pot > vase > vérrouillé
536
+
537
+ thermosetter => thermosetter
538
+
539
+ thermosetter => thermosetter
540
+
541
+ toaster => chaudron
542
+
543
+ toaster => éclair (fond de liquide)
544
+
545
+ vase
546
+
547
+ vase
548
+
549
+ vases
550
+
551
+ VHS (télé-vidéo compacte)
552
+
553
+ vide-métrage > vide-métrage > vidéo
554
+
555
+ wax paper => tissu (dieu du vin)
556
+
557
+ wax paper => tissu (dieu du vin) (film-vitrine)
558
+
559
+ washing up liquid
560
+
561
+ washing up liquid
562
+
563
+ washing-up liquid
564
+
565
+ wiper => gâchis
566
+
567
+ wipes
568
+
569
+ wool > soie > soie
570
+
571
+ wooden chest > paquet de bois > paquet en bois
572
+
573
+ wooden chest > paquet de bois > paquet en bois > vase en bois
574
+
575
+ wooden chest
576
+
577
+ wooden chest > vase en bois
578
+
579
+ worm
580
+
581
+ worm
582
+
583
+ worm
584
+
585
+ worm
586
+
587
+ worm
588
+
589
+ yoghurt-pot
590
+
591
+ ## **Définition**
592
+
593
+ ##### 11.1
594
+
595
+ Le français a beaucoup de mots dérivés d'allemands (voir _Lexique_ ), comme eau, feu, salle à manger, ou encore d'espagnols (voir _Lexique_ ). Le français ne prend pas toujours la forme anglaise du nom, sauf à partir de mots anglophones. Par exemple, un français moderne sera :
596
+
597
+ chouette
598
+
599
+ chouette
600
+
601
+ chouette
602
+
603
+ chouette (fem.)
604
+
605
+ chouette (fem.)
606
+
607
+ chouette (fem.)
608
+
609
+ On s'imagine alors que le français s'est déclaré, pour être français, par l'usage de la forme anglaise de nom et pas seulement par une forme anglaise de substantif. Cependant, certains mots et noms anglaises sont devenus de notre langue. Il peut être difficile d'avancer une traduction si le nom ou le mot est français. Ce n'est pas rare de rencontrer des mots et noms anglaises qui sont devenus de notre langue à travers le temps :
610
+
611
+ abat-jour
612
+
613
+ affermage
614
+
615
+ ainsi
616
+
617
+ alléger
618
+
619
+ amener
620
+
621
+ anniversaire
622
+
623
+ apport
624
+
625
+ arrivée
626
+
627
+ à-coup
628
+
629
+ avant-garde
630
+
631
+ barbe
632
+
633
+ benêt
634
+
635
+ berceau
636
+
637
+ billet
638
+
639
+ bouche
640
+
641
+ boulés
642
+
643
+ bouillotte
644
+
645
+ brune
646
+
647
+ début
648
+
649
+ deuxième
650
+
651
+ déjà
652
+
653
+ débloqué
654
+
655
+ déjà
656
+
657
+ descente
658
+
659
+ désordre
660
+
661
+ désordonné
662
+
663
+ dispositif
664
+
665
+ double-taillonnage
666
+
667
+ douane
668
+
669
+ douanier
670
+
671
+ écalent
672
+
673
+ eau (bain)
674
+
675
+ eau (bain) (vitrine)
676
+
677
+ eau (bain) (vitrine) (gros tiroir)
678
+
679
+ eau (bain) (vitrine) (pendentif)
680
+
681
+ eau (sang)
682
+
683
+ eau (sang) (bain) (mecréance)
684
+
685
+ eau (sang) (bain) (mecréance) (vert)
686
+
687
+ eau (sang) (trompette) (touffe à la pincée)
688
+
689
+ économise
690
+
691
+ embrasser
692
+
693
+ éplucher
694
+
695
+ en-fusée (culture)
696
+
697
+ en-fusée (nature)
698
+
699
+ en-fusée (télévision)
700
+
701
+ en-fusée (université)
702
+
703
+ en-fusée (vert)
704
+
705
+ en-fusée (vers)
706
+
707
+ en-fusée (savoir)
708
+
709
+ en-fusée (savoirs)
710
+
711
+ en-fusée (télévision)
712
+
713
+ en-fusée (vers)
714
+
715
+ en
716
+ 2024-09-03 12:52:12 - INFO : PPL before pruning: {'wikitext2': 7.707705883336346, 'ptb': 24.58511761685678}
717
+ 2024-09-03 12:52:12 - INFO : Use taylor pruner...
718
+ 2024-09-03 12:52:12 - INFO : Pruning Attention Layer = [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18]
719
+ 2024-09-03 12:52:12 - INFO : Pruning MLP Layer = [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18]
720
+ 2024-09-03 12:52:13 - INFO : Start Pruning
721
+ 2024-09-03 13:13:39 - INFO : Start Backwarding in iterative steps = 0...
722
+ 2024-09-03 13:13:39 - INFO : Loss = 3.9063332080841064
723
+ 2024-09-03 13:13:39 - INFO : After Iter 1/1, #parameters: 846325760
724
+ 2024-09-03 13:13:39 - INFO : #Param before: 1100048384, #Param after: 846325760, Ratio = 76.9353%
725
+ 2024-09-03 13:13:43 - INFO :
726
+ ==================Generation Results After Pruning================
727
+
728
+ 2024-09-03 13:14:47 - INFO : <s> I believe the meaning of life is a little short and please the location is dark orange in his number and a the information number the darkness is the 11. On a surface and the location for their tour the information office out.
729
+ Ocean city: "Get the price and dates at Kingsle "
730
+ Ages: 224Kispy Resot Offych Office: Standard at The Coffys Office: Disin "
731
+ Ages: 81-324Gos Trop Office: Standard in Office: - Disin Office: Standard in Office: standard office in kent "standard office in office: standard kent office in office standard office Standard Office: Standard Office Standard kids Standard in Standard in kush Standard in office Standard Office Standard in office Standard in Office: Standard in kids Office Standard in office Standard in office - standard office Standard in office Standard kids Standard in Office Standard in office Standard in koun office Standard in Office Standard in office Standard office Standard office Standard kids Standard office Standard office Standard office Standard in Office Standard office Standard in kids kurtin kous Standard office Standard office Standard office Standard kostenm Standard in Offzy Standard in office Standard office Standard Office Standard Office Standard office Standard Office Standard office Standard Office Standard in office Standard in office Standard in office Standard Office Standard in Office Standard in office Standard in Office in office Standard in Office - standard kids Office Standard in office Standard in Office Standard in office Standard office Standard in office Standard in office Standard in office Standard in Office Standard in office Standard in office Standard in office Standard Standard in Office Standard in Office Standard Offsen Standard Office Oss Standard Office Standard office Standard office Standard in Office Standard in Ownership Office office Standard Own Offzy Standard Oya office Standard Kgms Office Standard in Office in Ozone Oya Ovis Standard Ovariano Standard Ovary Office in office Standard Offw Office in Office Ob in Ozanmar Ozx Ozzmore Kpzys Ozzmozy Pal Office Offmin Office Ofof OfOfOf OfO Pal ofo Kpout Ofp Opu Pal Pal Opu Pal Pal Ov Pa Pal Off Pa Pal Pal Pal Pal Ov Ov Pal Pal Ob Pal Out Ov Pal Pan Pal of Ov Opa Pal Ov Pal Ov Oxy Ovy Pal Pal Ov Ovy Ob Pal Pal kd Ofo of Pal Ov Pal Off Of Ov Pal Pal kd Ofo OfO Off Ob Pal Pal Ob Ov Out Ovy Ovy Out Ov Pal Pal Ov Pal Pal Ov Of Pal Ov Pal Ov Ob Pal OfO Pal OfO Pal Ov Pal Pal ken Ov Pal Pal Pal Pal Pal Ov Pal Pal Pal Ov Pal Pal Otpal Pal Pal OFO Ofom Ove Off Ob Ow Pal Pal Pal Pal Pal Pal Ov Pal kk At Ov Pal Ov Ov Out Ofw Pal of Pal Ov Pal Pal Pal OfO Ovariano Out Ov Overwh Pal OfOf Of Ov Pal Of Ow Ob Ob Pal Over PD Ov Pal Ov Off in Ob Out Pal Pal Pal OfO Pal Ov Pal At The Ckmo Oms Out Oms Out Ob Off Out Pal Out Ov at ked kad Pal Ov Pru Pal Pal P kicres Pal Pal Pal Pal kicreess P in Oum Pal Pal of pal Pal at the kore Offkov Pal Pal P at the kk k At the kks At the Kms Out Ob Pal Of at the kke Ob Pal At the Ovc Pal ova Ov at the Ov Ov Over At the Ovc Out at the kke Ovc k Ovi P at the kle Km Kobin at the Km Korin at the Km at kmp at the kklm at at the Kap at the kle at klu at at the klli in L at lAt at the Lamba K at the Lac at the Lar at the Land at the Lat at the Lat at the La at La at La at LKLL at the L At the La at the at Lak at L l la l at l at L at L a at L at L at L at Lu l L at L at L a La lk at l l La la l a k at l at Lap at la at at la Lu L La L a L at at the L L L L L at the La l L at L at L L L Lu L at L at L at at La L l l l l l l l l L La L at L L l l l l at the L at L at at a at Lu L at Lu L La L at Lu L L L at L at L L L ll ll ll ll lll ll l at L at L at Lu L la L at L at L a at l L a at L at L a L a L at Lat l L a L L L L l at l L l La Lat L La Lu L Lat L at L at L at the at l as L at L a Lat La Lu l L L L l l Lm at the Lau a L at L at the Lat L L L at La L la L L L L L L L l l at L L at L at L L L l l L l l L l l at L at L at L at Lat L at L l l at la at L la L at L at the Ka La La L at L at the L at Lat l at L l at l at L L l l at L at the L l at l at L at L at L at L at la L a L at La L at L at L at L at l l l l at la L l at l a at L a L at at L L at L at L at L at L at at L at la L at L at Lat L at L at L at L at L at L La Lat L la L at L at L La la La at the Lat lat L la L l l l l l l l at Lat l L L L L ll at La la l a L at L a L as L m L l ll L m at L m L at L a L a L at L at L at L at La L as L at L at L a la L at L ad at L at at La l at L ad L at L at L at L at L at L a at L at L a La Ma M a at the L m L m at the L L a L m La at the Lat m a L L L L l l L Ma Lu l L Ma M m M at M as Ma M at Matt M m M M at the M m a at the M m at M at the M m at the Matta at the M ma m at the M Matwa at Matva M M at the M m Ma m at the M m m m M m at Matva M Ma M m m m m at Ma Mor m at M at the Matna m m M m m m at the M m at the M at the M m m M mat M m mat at the Ma mat na M m at the Ka Mat m Ma m m mat a M m mat Ma Ma M m m m at Matna at M Matna at the Matna M Matna M M at the M m mat M m M at the M m at the Ma Mor m m m at the Ka mat Matma M Matma M Matma Ma mat Matma Matna Ma m at M at Ma M at the M Ma m Matma M Matma M mat Matmu Matt Matm mat m mat m at the M Matna Matma Ma Matma Matma Mas Matma Matv Matma Ma Matna M Matu Matt Matm at the Matna M Ma mat mat M at the Matma Matna M Ma m at the Ma m mat at the M Matna Matna m m m at the Matt Matm Matw at the Maty Ma Matna M m Matna M Matna m at the Matna M Ma m at the Mak Ma M at Matmu Matm at M at Matmu Matm mat m mat mat mat m at Matna M mat at the Ma M at the Matma at Matmu Matm Matv m mat m m m at the Matna Matna M M mat at Matt Matn Matm at Matt Ma M at the Matna m m mat m m at the M m at the Matna M Matt at the Matna M m m at the M m at the M Ma M at the Ma M mat mat at the Matna M Matma M mat m M mat at Matna M at Ma mat mat mat at the m m at the Matt Matma M Matv Matna m m Matma mat m Matma at Matt Matna m M Ma m at mat m mat at mat M mat m m at the M mat m mat m mat at the Matna at Mar at Mar at the Maya Ma m Matma M Matm m Matma at at the Makav M mat m mat m at the M mat m at the M m at the Ma Matman Mar at the Matma M Matm M at the M mat m Matmu Mat at Matna M Matman Matt at M mat mat m m m at the M mat m at mat m mat at Matm Matm mat Matt mat at the Matma Matm Matna Mar m mat at the Ma mat mat mat m at the Matm Matm mat at the Ma mat m at the Mack mat m Matm at the Map ma mat Matm mat mat mat m mat m at the Makov m a m at m at the matm at the matta M matm Matm Matm mat m mat at the Ma mat mat m at the M mat m m at Mar mat at m at
732
+ 2024-09-03 13:14:51 - INFO : <s> Simply put, the theory of relativity states that 315 million game was nothing is the past, you want the best moment. After this, we'll help.
733
+ The only chance to come back to the world in the world and save the world is is to get married is to win the lotto is is to use the kash, for saving the kash, is 007, is to know 613 to check kappers, save the kas.
734
+ Hurmi and you use the vikalo
735
+ The only way to live in the world and save a life in the world is to win the lottery. Vahil
736
+ The only chance in the world is to win a family and get married.</s>
737
+ 2024-09-03 13:15:55 - INFO : <s> Building a website can be done in 10 simple steps:
738
+ Do you really think you can make it?
739
+ Do you think you can make this a small society, and can be done with a small society in my head.?
740
+ Or just read it.
741
+ Especially
742
+ Or not on about it.
743
+ Especially only on it and,
744
+ But where about you?
745
+ Or not but?
746
+ But about it?
747
+ Or not about a topic but?
748
+ Eddy (2021004,16.52)
749
+ But you? And ?,
750
+ But you can make it?
751
+ I can do it,
752
+ But you can make a topic? I would like to speak.
753
+ But you can speak? I'd like to see
754
+ But you would say could make? I would like to speak.
755
+ But you could speak about it (not)
756
+ But would say.
757
+ I could say .
758
+ Can do it?
759
+ You say?
760
+ You would like to speak | But I would like to see (in 2021004)
761
+ But you would say that?
762
+ You would say I'm in the topic? (or not) But you would say it I would like to mention? but I have in some word.
763
+ I would like to speak I'd like to mention.
764
+ I would like to mention something I would mention
765
+ Would mention I would mention? Would mention I would mention
766
+ But you would say I would say
767
+ Would You have said I'm in the topic?
768
+ Or not about the information?
769
+ And information I have information I have information in 10
770
+ I would like to mention information I have information and information in the topic?
771
+ I am in the topic?
772
+ And information I would like to mention information I am in the topic: and I have information in the topic.
773
+ I would like to mention information I'd like to mention information
774
+ But I want to talk about it
775
+ And I have information
776
+ And I don't have information
777
+ And I'd like to mention information I have information and information I have information I have information and information
778
+ And I have information I have information in a word
779
+ And I would like to mention I'm in the subject I want,
780
+ I would like to mention I would like to mention I have information in the topic
781
+ I am in the topic.
782
+ And I want to say a subject
783
+ I would like to mention information in the topic
784
+ I am in the topic
785
+ I might add it
786
+ I might say I would like to mention I
787
+ I would want me at my job I have I have something
788
+ Must I have something in the top
789
+ I would like to mention I might I would like to I would like to I would like me
790
+ I'd like to I would like I might I would like I would like a subject
791
+ Must I would like I would like to I might I would like I would like to I would like me in the matter
792
+ Must I have in some word I would like I would like to I would like I would mention I have I have information in the matter of
793
+ I might I would like to mention I want I'm in the subject I
794
+ Must I want I would like me in the matter
795
+ Must I have something I
796
+ Me In the matter I would like to I want I would like
797
+ I would like I would like I am in the matter I would I I I want I would I I would I like I would like to me in the matter
798
+ Me information in the topic would I like I would like to have to I would like I have I would like to I would like to
799
+ I want I want I will not I am in the matter I do not I do
800
+ I would have to I do I have I have I have I have I have I have I have I have I have I have I have I have I have I have I have I have I have I have I have I would I would like I would like to im I would like to I would like to I want I have I have I have I want I have I have I have I have and I have a subject I am I I
801
+ I do have I do I would like I do I would like I would like I would like I would like I would like I do I do I do I do I have I have I have I have I am in the matter I would like I want I would like I would like I do I do I want I do I do I have I have I have I do I do
802
+ I do I do I do I do I do I have I have I have I would like I have im I do I do
803
+ I have a concept I can't have
804
+ I am in the topic I can have I can't have
805
+ I don't want you don't
806
+ I am in the matter I want I would like I do I'd like I would I like I want I would like I'd like I would I have I do I have I have I have I have I have I have I have I have I have I have I have
807
+ And I would want to have I would like to have I have I have I have I have I have I have I have I have I want I don't like I would like to I'd like I don't want I to I don't I do I do
808
+ I do I do I do I do I do I do I do I have I have I have I have I have I have I do I want I would like I'd like I am in the matter I'd like I won't I have I have I have I have I have I have I have I have I have I do I do I have I do I want I have I want I have I am in the matter I would I'd like I have I have I have I want I do not I do I don I do
809
+ I don't have I want I don't I do I do I don't I do I do
810
+ I would like I want I'd like I do I have I have I have I have I have I have I have I have I have I have I am in the matter I want I do not I do I do I don't have I have I have I have I have I have I have I have I have I have I have I have I have I have I do I do I do I do I do I do I want I do I want I have I do I don't I don't I do I do I do
811
+ I do I do I do I have I do I do I do I do I do I do
812
+ I would like I to I could have I don't I do I do I do I do I have I have I have I have I have I have I have I have I am I in the matter I do I am in the matter I do I do I do I have I do
813
+ I have I have I do I want I do I do I have I have I do I have I have I have I have I have I have I do I do I do I do I do I do I don't I don't I do I do I have I have I do I do I do I don't I do I do I do I want I do I have I have I do I do I have I have I have I have I have I have I have I have I have I have I have I/ I have I do I have I do I have I do I do I do I do I do I do I do
814
+ I don't I do I have I have I have I have I I do I have I have I do I do I do I do I do I do I don't I do I don't I do I do I do I do I do I do I do I do I have I do I do I do I do I do I do I don't I don't I do I do I do I do
815
+ I don't I don't I do I do I do I do I do I have I do I don't I don't I do I don'd like I do I don't I do I do I do I do I do I do I do I do I don'm not I do I do I do I do I do I do I do I don'm not I do I do I do I do I do I don'm not I do I I do I do I do I do I do I do I do I do I do I do I do I do I do I do
816
+ I don't I don't I do I have I do I don'm I don'm I do I have I do I do I do I do I do I do I do I do I do I have I do I do I do I don'm in the matter I would I do I do I do I do I do I do I do I do I do I have I do I do I do I do I don'm I don'm I do I do I do I do I do I do I do I do I do I do I do I do I do I do I do I do I do I do I do I do I do I do I do I do I do I do I do I do I do I do I do I I don'm I do I do I do I do I do I do I do I do I do I do I don'm I don'm I do I I do I don'm I do I do I do I do I do I do I do I have I do I do I do I do I do I
817
+ 2024-09-03 13:15:55 - INFO : <s> Tweet: "I hate it when my phone battery dies."
818
+ Sentiment: Negative
819
+ ###
820
+ Tweet: "My day has been 👍"
821
+ Sentiment: Positive
822
+ ###
823
+ Tweet: "This is the link to the article"
824
+ Sentiment: Neutral
825
+ ###
826
+ Tweet: "This new music video was incredibile"
827
+ Sentiment:
828
+ </s>
829
+ 2024-09-03 13:16:58 - INFO : <s> Translate English to French:
830
+
831
+ sea otter => loutre de mer
832
+
833
+ peppermint => menthe poivrée
834
+
835
+ plush girafe => girafe peluche
836
+
837
+ cheese => cheese
838
+
839
+ fure de cemonyelle (c.emoneure) => emoneure:
840
+
841
+ bania à l'arret de cèmit, aussi bercule
842
+
843
+ bourbonique à bénié
844
+
845
+ fémine à fémine
846
+
847
+ béné à bébé
848
+
849
+ pétide à petit (petide)
850
+
851
+ fébine à fébine
852
+
853
+ bénié à fébine
854
+
855
+ féline à féine à fébine
856
+
857
+ féine à fébine ... à fébine
858
+
859
+ banbane
860
+
861
+ bémine à bénié
862
+
863
+ boigil, bonizia
864
+
865
+ boiremis, boulbime
866
+
867
+ boummins
868
+
869
+ bonmois
870
+
871
+ bonmois ... , bomeo
872
+
873
+ banobise
874
+
875
+ fémine à fébine
876
+
877
+ boine à boing, boin...
878
+
879
+ boin , boin
880
+
881
+ bonmois
882
+
883
+ bonmoise
884
+
885
+ boim à boint
886
+
887
+ boin à boom
888
+
889
+ boin ...
890
+
891
+ boin à béne
892
+
893
+ boin à bénehé
894
+
895
+ bounez
896
+
897
+ bounez à bounez, bounez
898
+
899
+ bounez
900
+
901
+ bano à boin
902
+
903
+ bounez à boin , bœn
904
+
905
+ boin à bounez , boin à boin
906
+
907
+ bounière à boin
908
+
909
+ bounez à boin
910
+
911
+ boin à fendre
912
+
913
+ bounez à poiler
914
+
915
+ (m.v. 5)
916
+
917
+ petune, aussi pnovuse
918
+
919
+ pôtins à poin, ou p'un peu
920
+
921
+ boune, prés
922
+
923
+ ou boud, ou p'un bove, ou bovèn à boin ou p'un bovienne à bun
924
+
925
+ pvel , bovaine à bun, à bôvîna,
926
+
927
+ bounez à fendier, à fendy... à fénivrée
928
+
929
+ (v.50)
930
+
931
+
932
+ m'a-euf à épum
933
+
934
+ mènoïte à épomic
935
+
936
+ mènique à épomyve
937
+
938
+ mènire à moué -
939
+
940
+ mounés à opmienne
941
+
942
+ mourn à mouenez
943
+
944
+ mouotte à moué -
945
+
946
+ mouvite à opnée , mouve à mourénite
947
+
948
+ mover à opmiven
949
+
950
+ mouver à mouezer
951
+
952
+ ou-mouty-mom,
953
+
954
+ bomn to moué
955
+
956
+ bomvine à můvire , mouivem,
957
+
958
+ bôntoire
959
+
960
+ bónovière à bôvien
961
+
962
+ b'a-nûrès
963
+
964
+ n'aur à n'u'opilot
965
+
966
+ nour-bê
967
+
968
+ nourit à n'ou à o'naou , -
969
+
970
+ n'ou -
971
+
972
+ n'ous-püne à n'uu'p'n'ouu'u'nò
973
+
974
+ nuoumes à nuôm
975
+
976
+ nuot
977
+
978
+ nub
979
+
980
+ nů ,
981
+
982
+ nouveau , -
983
+
984
+ nous à nue ,
985
+
986
+ noure , -
987
+
988
+ nouse à n'ouz , -
989
+
990
+ nouve , o'nuodivrée
991
+
992
+ n'ouônaum
993
+
994
+ nôounez
995
+
996
+ nøüto
997
+
998
+ nůoüma
999
+
1000
+ o'au
1001
+
1002
+ ov'na ,
1003
+
1004
+ ov'na
1005
+
1006
+ ouz ,
1007
+
1008
+ ó
1009
+
1010
+ ouvne
1011
+
1012
+ ouhnavis à p'un ,
1013
+
1014
+ ovnava
1015
+
1016
+ ov'na , ouò
1017
+
1018
+ ovod à o'naou , ovon
1019
+
1020
+
1021
+ ovó , ó
1022
+
1023
+ ov'na , o'na -
1024
+
1025
+ ov'ne à n'ouznavis à o'z -
1026
+
1027
+ v-ouon
1028
+
1029
+ ov'na , o'z , ou'na
1030
+
1031
+ v'ou-mopí
1032
+
1033
+ ov'na , à o'z , v'opin à o'nu -
1034
+
1035
+ v'ouznavis à vzn
1036
+
1037
+ v'ouznivm à p'n'ouvèn , à v'u'opin , à vivan , -
1038
+
1039
+ v'yô- à ouyô , - à o'vîna , zuvn...
1040
+
1041
+ yvou'nà
1042
+
1043
+ v'z-o
1044
+
1045
+ v'zu
1046
+
1047
+ v'zon
1048
+
1049
+ zv'v'z-oz à vzouvness à v'òvîna
1050
+
1051
+ v'zvv-zow , à zō
1052
+
1053
+ v'v'zn
1054
+
1055
+ zovnédu
1056
+
1057
+ zÿ
1058
+
1059
+ zuz
1060
+
1061
+ zn
1062
+
1063
+ zon
1064
+
1065
+ zonvén
1066
+
1067
+ zýx-m
1068
+
1069
+ zýza
1070
+
1071
+ zvyznéd
1072
+
1073
+ zvyznês à zvyznès à zvyňadél
1074
+
1075
+ zvyznéd -
1076
+
1077
+ zvyznées à zyvä -
1078
+
1079
+ byz-x
1080
+
1081
+ zvyznéb , byva
1082
+
1083
+ zvyznópüne à zvyňové
1084
+
1085
+ byw-vendé
1086
+
1087
+ zvyznově
1088
+
1089
+ zÿvnuð
1090
+
1091
+ byví
1092
+
1093
+ v'vÿ , byzna à v'zn, v'znj
1094
+
1095
+ v'z'vod , v'zz
1096
+
1097
+ zÿvno
1098
+
1099
+ zvyznůla
1100
+
1101
+ zväžnó
1102
+
1103
+ zvyznůla
1104
+
1105
+ yÿ-
1106
+
1107
+ byv´ -
1108
+
1109
+ y'vodim
1110
+
1111
+ yô- , -
1112
+
1113
+ yumkam
1114
+
1115
+ 'za
1116
+
1117
+ yózm
1118
+
1119
+ ó-mø
1120
+
1121
+ yů-vnò
1122
+
1123
+ yůvnò́
1124
+
1125
+ yvõy vó
1126
+
1127
+ zÿzvn
1128
+
1129
+ yvä
1130
+
1131
+ yvín
1132
+
1133
+ zÿzna
1134
+
1135
+
1136
+
1137
+ zyvína
1138
+
1139
+ yväzn
1140
+
1141
+ 'za'n
1142
+
1143
+ zÿm
1144
+
1145
+ zvyznópén
1146
+
1147
+ zýms
1148
+
1149
+ 'zzm'
1150
+
1151
+ zvämm
1152
+
1153
+ zv'v'mǫ , zu'nós
1154
+
1155
+ 'zům , vůne, , ônůvodná, zõ...
1156
+
1157
+ v'õ
1158
+
1159
+ vóozvnoworladzie
1160
+
1161
+ vóôǫvy
1162
+
1163
+ vůňowěczokzvenič
1164
+
1165
+ vǫyznópěč
1166
+
1167
+ vzm, vôňové
1168
+
1169
+ zômů
1170
+
1171
+ vžín
1172
+
1173
+ vznijas
1174
+
1175
+ zvyňazel
1176
+
1177
+ vǫÿvos
1178
+
1179
+ zônivm
1180
+
1181
+ zówkne to yǔ , -
1182
+
1183
+ byňová
1184
+
1185
+ yůvnĕ , yǔ-'nûv´ ;
1186
+
1187
+ 'yǔ , -
1188
+
1189
+
1190
+
1191
+ zývos
1192
+
1193
+ žôm , zůvnu ,
1194
+
1195
+ zověĭ
1196
+
1197
+ žůnivm;
1198
+
1199
+ zó , zövní , -
1200
+
1201
+ ó
1202
+
1203
+ zůvína
1204
+
1205
+ zůvnní –
1206
+
1207
+ zůvnný...
1208
+
1209
+ szōná
1210
+
1211
+ byňová
1212
+
1213
+ n'uz,
1214
+
1215
+ byňówna
1216
+
1217
+ byověnd
1218
+
1219
+ byvno ;
1220
+
1221
+ v´ -
1222
+
1223
+ byvá
1224
+
1225
+ byvzně
1226
+
1227
+ y'vod
1228
+
1229
+ byvy
1230
+
1231
+ yow'na
1232
+
1233
+ yówč;
1234
+
1235
+ zvědoml
1236
+
1237
+ yům
1238
+
1239
+ x
1240
+
1241
+
1242
+ ayám
1243
+
1244
+ ayâ , byäm
1245
+
1246
+ byzm ;
1247
+
1248
+ byv'mowě , byzm ;
1249
+
1250
+ byvy;
1251
+
1252
+ byvá 
1253
+
1254
+ byvům ;
1255
+
1256
+ byvroz vózh , byvůrok vyznačen;
1257
+
1258
+ byváž
1259
+ vyznověč,
1260
+
1261
+ y´vó´
1262
+
1263
+ byvodim ;
1264
+
1265
+ vzvnop
1266
+
1267
+ zóna
1268
+
1269
+ y´zvvn´;
1270
+
1271
+ byzm , byňavní
1272
+
1273
+ byvání
1274
+
1275
+ byǫvník , byvání ;
1276
+
1277
+ vy–
1278
+
1279
+ yxˇ , vózm ;
1280
+
1281
+ zá'm
1282
+
1283
+ 'vózá
1284
+
1285
+ za'm
1286
+
1287
+ zówl;
1288
+
1289
+ zůňovní –
1290
+
1291
+ 'zověĭna
1292
+
1293
+ šō´ , šŏ
1294
+
1295
+ šůnivm
1296
+
1297
+ šṓm , shōví 
1298
+
1299
+ vóšm;
1300
+
1301
+ 'szōněm ;
1302
+
1303
+ šůnivm;
1304
+
1305
+ ó´vǫňoví́
1306
+
1307
+ byvá´
1308
+
1309
+ zówzom ;
1310
+
1311
+ zůǫvník , yvá;
1312
+
1313
+ vůň,
1314
+
1315
+ vóvnu ;
1316
+
1317
+ vó'sé
1318
+
1319
+ y
1320
+ 2024-09-03 13:16:58 - INFO :
1321
+ ==================Finish================
1322
+
1323
+ 2024-09-03 13:17:47 - INFO : PPL after pruning: {'wikitext2': 46.89491334522583, 'ptb': 168.58200918117402}
1324
+ 2024-09-03 13:17:47 - INFO : Memory Requirement: 4329.02099609375 MiB
1325
+
description.txt ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ - Training Parameters:
2
+ - base_model: TinyLlama/TinyLlama_v1.1
3
+ - save_ckpt_log_name: tinyllama_prune_log
4
+ - pruning_ratio: 0.39
5
+ - pruner_type: taylor
6
+ - temperature: 1.0
7
+ - top_p: 0.95
8
+ - max_seq_len: 2048
9
+ - channel_wise: False
10
+ - block_wise: True
11
+ - layer_wise: False
12
+ - layer: 12
13
+ - block_attention_layer_start: 3
14
+ - block_attention_layer_end: 19
15
+ - block_mlp_layer_start: 3
16
+ - block_mlp_layer_end: 19
17
+ - iterative_steps: 1
18
+ - grouping_strategy: sum
19
+ - global_pruning: False
20
+ - taylor: param_first
21
+ - num_examples: 10
22
+ - device: cuda
23
+ - test_before_train: True
24
+ - eval_device: cuda
25
+ - test_after_train: True
26
+ - seed: 42
27
+ - save_model: True
28
+ - torch_version: 2.4
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26115b2d493872f75003f395480e3dc5e6f177e94ffe33218d1827a46bdc2f17
3
+ size 1694189254