keisuke-miyako commited on
Commit
27c71ad
·
verified ·
1 Parent(s): 2b7e636

r4 upload — Training checkpoints

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. checkpoint-100/1_Pooling/config.json +10 -0
  2. checkpoint-100/README.md +775 -0
  3. checkpoint-100/adapter_config.json +35 -0
  4. checkpoint-100/adapter_model.safetensors +3 -0
  5. checkpoint-100/config_sentence_transformers.json +10 -0
  6. checkpoint-100/modules.json +20 -0
  7. checkpoint-100/optimizer.pt +3 -0
  8. checkpoint-100/rng_state_0.pth +3 -0
  9. checkpoint-100/rng_state_1.pth +3 -0
  10. checkpoint-100/rng_state_2.pth +3 -0
  11. checkpoint-100/rng_state_3.pth +3 -0
  12. checkpoint-100/scheduler.pt +3 -0
  13. checkpoint-100/sentence_bert_config.json +4 -0
  14. checkpoint-100/sentencepiece.bpe.model +3 -0
  15. checkpoint-100/special_tokens_map.json +51 -0
  16. checkpoint-100/tokenizer.json +3 -0
  17. checkpoint-100/tokenizer_config.json +55 -0
  18. checkpoint-100/trainer_state.json +119 -0
  19. checkpoint-100/training_args.bin +3 -0
  20. checkpoint-200/1_Pooling/config.json +10 -0
  21. checkpoint-200/README.md +785 -0
  22. checkpoint-200/adapter_config.json +35 -0
  23. checkpoint-200/adapter_model.safetensors +3 -0
  24. checkpoint-200/config_sentence_transformers.json +10 -0
  25. checkpoint-200/modules.json +20 -0
  26. checkpoint-200/optimizer.pt +3 -0
  27. checkpoint-200/rng_state_0.pth +3 -0
  28. checkpoint-200/rng_state_1.pth +3 -0
  29. checkpoint-200/rng_state_2.pth +3 -0
  30. checkpoint-200/rng_state_3.pth +3 -0
  31. checkpoint-200/scheduler.pt +3 -0
  32. checkpoint-200/sentence_bert_config.json +4 -0
  33. checkpoint-200/sentencepiece.bpe.model +3 -0
  34. checkpoint-200/special_tokens_map.json +51 -0
  35. checkpoint-200/tokenizer.json +3 -0
  36. checkpoint-200/tokenizer_config.json +55 -0
  37. checkpoint-200/trainer_state.json +205 -0
  38. checkpoint-200/training_args.bin +3 -0
  39. checkpoint-300/1_Pooling/config.json +10 -0
  40. checkpoint-300/README.md +795 -0
  41. checkpoint-300/adapter_config.json +35 -0
  42. checkpoint-300/adapter_model.safetensors +3 -0
  43. checkpoint-300/config_sentence_transformers.json +10 -0
  44. checkpoint-300/modules.json +20 -0
  45. checkpoint-300/optimizer.pt +3 -0
  46. checkpoint-300/rng_state_0.pth +3 -0
  47. checkpoint-300/rng_state_1.pth +3 -0
  48. checkpoint-300/rng_state_2.pth +3 -0
  49. checkpoint-300/rng_state_3.pth +3 -0
  50. checkpoint-300/scheduler.pt +3 -0
checkpoint-100/1_Pooling/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "word_embedding_dimension": 1024,
3
+ "pooling_mode_cls_token": true,
4
+ "pooling_mode_mean_tokens": false,
5
+ "pooling_mode_max_tokens": false,
6
+ "pooling_mode_mean_sqrt_len_tokens": false,
7
+ "pooling_mode_weightedmean_tokens": false,
8
+ "pooling_mode_lasttoken": false,
9
+ "include_prompt": true
10
+ }
checkpoint-100/README.md ADDED
@@ -0,0 +1,775 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - sentence-transformers
4
+ - sentence-similarity
5
+ - feature-extraction
6
+ - generated_from_trainer
7
+ - dataset_size:31472
8
+ - loss:MultipleNegativesRankingLoss
9
+ base_model: BAAI/bge-m3
10
+ widget:
11
+ - source_sentence: operator owner duties well examination scheme drilling programme
12
+ approval barrier performance review maintenance assurance contractor competence
13
+ audit independent well examiner technical acceptance process
14
+ sentences:
15
+ - ' on achieving the required level of safety and environmental integrity; (b) take
16
+ appropriate measures to ensure as far as reasonably practicable that there is
17
+ no unplanned escape of hazardous substances from pipelines, vessels and systems
18
+ intended for their safe confinement. In addition, operators and owners shall ensure
19
+ that no single failure of a containment barrier can lead to a major accident;
20
+ (c) prepare an inventory of available equipment, its ownership, location, transport
21
+ to and mode of deployment at the installation and any entities relevant to the
22
+ implementation of the internal emergency response plan. The inventory shall identify
23
+ measures in place to ensure equipment and procedures are maintained in operable
24
+ condition; (d) ensure they have a suitable framework for monitoring compliance
25
+ with all relevant statutory provisions by incorporating their statutory duties
26
+ in respect of major hazards control and environmental protection into their standard
27
+ operating procedures; and (e) pay particular attention to building and maintaining
28
+ a strong safety culture with a high likelihood of continuous safe operation, including
29
+ with regard to securing cooperation of the workers through, inter alia: (i) visible
30
+ commitment to tripartite consultations and actions arising therefrom; (ii) encouraging
31
+ and rewarding reporting of accidents and near-misses; (iii) working effectively
32
+ with elected safety representatives; (iv) protecting whistleblowers. 2. Member
33
+ States shall ensure that industry cooperates with competent authorities to establish
34
+ and implement a priority plan for the development of standards, guidance and rules
35
+ which will give effect to best practice in major accident prevention, and limitation
36
+ of consequences of major accidents should they nonetheless occur. ANNEX V Selection
37
+ of the independent verifier and the design of schemes for independent verification
38
+ pursuant to Article 17(3) 1. Member States shall require the operator or owner
39
+ to ensure the following conditions are fulfilled with regard to the verifier''s
40
+ independence from the operator and the owner: (a) the function does not require
41
+ the independent verifier to consider any aspect of a safety and environmental
42
+ critical element or any part of an installation or a well or a well design in
43
+ which the verifier was previously involved prior to the verification activity
44
+ or where his or her objectivity might be compromised; (b) the independent verifier
45
+ is sufficiently independent of a management system which has, or has had,'
46
+ - ' inspections, the competent authorities may be assisted by and may delegate inspection
47
+ tasks to independent experts in accordance with national legislation, provided
48
+ that the experts operate under the supervision of the competent authority. The
49
+ competent authority shall determine the minimum qualifications of the experts
50
+ and shall assess whether those qualifications are met. The competent authority
51
+ shall also verify that the experts have no personal interest in the outcome of
52
+ the inspection. 2. Organisation of inspections 2.1. Inspection plans The following
53
+ shall be taken into consideration: (a) planning of inspections in advance by means
54
+ of a plan or plans established at the appropriate administrative level based on
55
+ a general assessment of the relevant environmental and safety issues and risks
56
+ of the waste facilities and, where information is already available on compliance,
57
+ an overall assessment of the state of compliance for the waste facilities operating
58
+ within the plan area. Such plans can be integrated or combined with other inspection
59
+ plans where considered appropriate; (b) the periodic review and, where appropriate,
60
+ the updating of the inspection plan or plans; (c) the coverage in the inspection
61
+ plan or plans of each waste facility under Article 7 of Directive 2006/21/EC;
62
+ (d) the inclusion in each inspection plan of the following: (i) a general assessment
63
+ of relevant environmental and safety issues and risks; (ii) the geographical area
64
+ covered by the inspection plan; (iii) a list of the waste facilities covered by
65
+ the inspection plan which hold a permit; (iv) the means of ensuring identification
66
+ of waste facilities covered by Article 7 of Directive 2006/21/EC which operate
67
+ without a permit; (v) procedures for carrying out routine inspections; (vi) procedures
68
+ for carrying out non-routine inspections; (vii) procedures for carrying out announced
69
+ and unannounced site visits; (viii) where necessary, arrangements on the cooperation
70
+ and co-ordination between different competent authorities in charge of inspections
71
+ and between those authorities and other authorities with a role in the enforcement
72
+ of permits required under national or Union environmental legislation that is
73
+ applicable or relevant to the waste facilities covered by Article 7 of Directive
74
+ 2006/21/EC; (ix) information on the human, financial and other resources needed
75
+ by the competent authority for the implementation of the inspection plan. 2.2.
76
+ Routine inspections The following shall be taken'
77
+ - ' shall review the certification audit report and the certificate of compliance,
78
+ and make the certification audit report, in full or, where necessary to preserve
79
+ the confidentiality of commercially sensitive information, in a summarised form,
80
+ and the certificate of compliance publicly available in its certification registry
81
+ or, once established, in the Union registry provided for in Article 12 (the ‘Union
82
+ registry’). 3. At least every five years, or more frequently where so specified
83
+ in the applicable certification methodology based on the characteristics of the
84
+ relevant activity, the certification body shall carry out re-certification audits
85
+ to reconfirm compliance of the activity with Articles 4 to 7 and verify the net
86
+ carbon removal benefit or the net soil emission reduction benefit generated by
87
+ the activity. As a result of that re-certification audit, the certification body
88
+ shall issue a re-certification audit report that includes a summary, and, where
89
+ appropriate, shall issue an updated certificate of compliance. The certification
90
+ scheme shall review the re-certification audit report and the updated certificate
91
+ of compliance, and make the re-certification audit report, in full or, where necessary
92
+ to preserve the confidentiality of commercially sensitive information, in a summarised
93
+ form, and the updated certificate of compliance publicly available in its certification
94
+ registry or, once established, in the Union registry. The certification registry
95
+ of the certification scheme or, once established, the Union registry shall issue
96
+ certified units based on the updated certificate of compliance resulting from
97
+ the re-certification audit. 4. The operator or group of operators shall support
98
+ the certification body during the certification audit and re-certification audit,
99
+ in particular by giving access to the premises of the activity and providing any
100
+ data and documentation required by that certification body. 5. The Commission
101
+ shall adopt implementing acts to set out the structure, format and technical details
102
+ of the activity plan and of the monitoring plan referred to in paragraph 1 of
103
+ this Article, and of the certification audit and re-certification audit reports
104
+ referred to in paragraphs 2 and 3 of this Article. Those implementing acts shall
105
+ be adopted in accordance with the examination procedure referred to in Article
106
+ 17. **Article 10** **Certification bodies** 1. Certification bodies appointed
107
+ by certification schemes shall be accredited by a national accreditation body
108
+ pursuant to Regulation (EC) No 765/2008 or be recognised by'
109
+ - source_sentence: genetically modified plant assessment inserted sequence stability
110
+ residual donor dna allergenicity food feed exposure pollinator interaction cultivation
111
+ coexistence measures
112
+ sentences:
113
+ - ' mutatis mutandis, to the filling of posts which have become vacant. 6. The arbitral
114
+ tribunal shall decide on the basis of the rules of international law and in particular
115
+ on the basis of the provisions of this Convention. 7. As regards both procedural
116
+ and substantive matters, the arbitral tribunal shall decide by a majority of its
117
+ members'' votes; the absence or abstention of one of the members of the tribunal
118
+ appointed by the parties shall not prevent the tribunal from reaching a decision.
119
+ In the event of parity of votes, the chairman shall have the casting vote. The
120
+ decisions of the Tribunal shall be binding on the parties. Each party shall bear
121
+ the costs of the arbitrator appointed by it and shall share the other costs equally.
122
+ For other matters, the arbitral tribunal shall establish its own rules of procedure.
123
+ 8. In the case of a dispute between two Contracting Parties, only one of which
124
+ is a Member State of the European Community, which is itself a Contracting Party,
125
+ the other Party shall simultaneously transmit its request to that Member State
126
+ and to the Community, which shall jointly notify the party within two months following
127
+ receipt of the request whether the Member State, the Community or the Member State
128
+ and the Community together are parties to the dispute. If such notification is
129
+ not given within the appointed time, both the Member State and the Community shall
130
+ be regarded as constituting one and the same party to the dispute for the purposes
131
+ of applying this Annex. The same shall obtain when the Member State and the Community
132
+ are jointly a party to the dispute. PROTOCOL OF SIGNATURE In signing the Convention
133
+ for the Protection of the Rhine, the heads of delegation in the ICPR agree upon
134
+ the following points. 1. The following shall remain unaffected by the Convention:
135
+ (a) the Convention of 3 December 1976 for the protection of the Rhine against
136
+ Pollution by Chlorides; (b) the Exchange of letters of 29 April/13 May 1983 on
137
+ the abovementioned Convention, which exchange entered into force on 5 July 1985;
138
+ (c) the Declaration of 11 December 1986 of the heads of delegation of the Governments
139
+ Party to the Agreement of 29 April 1963 concerning the International Commission
140
+ for the Protection of the Rhine against Pollution; (d) the Additional Protocol
141
+ of 25 September 1991 on the Convention of'
142
+ - ), tel que applications agronomiques, essai d'hybridation, modification de la
143
+ capacité de survie ou de dissémination, recherche des effets sur les organismes
144
+ cibles ou non-cibles. 2. Situation géographique du site de dissémination. 3. Étendue
145
+ du site (m2). 4. Informations utiles concernant, le cas échéant, de précédentes
146
+ disséminations de la même plante génétiquement modifiée, en particulier du point
147
+ de vue des incidences potentielles sur l'environnement et sur la santé humaine.
148
+ D. Conclusions concernant les incidences potentielles sur l'environnement de la
149
+ dissémination des PGM, conformément à l'annexe II, point D.2, de la directive
150
+ 2001/18/CE Précisez en particulier si les caractères introduits peuvent directement
151
+ ou indirectement conférer un avantage sélectif accru dans les milieux naturels;
152
+ indiquez également quels sont les avantages importants attendus sur le plan de
153
+ l'environnement. E. Brève description des mesures prises par le notifiant en matière
154
+ de contrôle des risques, y compris les mesures d'isolement destinées à limiter
155
+ la dispersion, par exemple propositions de surveillance et de surveillance après
156
+ récolte F. Résumé des essais en plein champ prévus pour obtenir de nouvelles données
157
+ sur les effets de la dissémination sur l'environnement et la santé humaine (le
158
+ cas échéant)
159
+ - ' The vector — nature and source of the vector, — structure and amount of any
160
+ vector and/or donor nucleic acid remaining in the final construction of the modified
161
+ micro-organism, — if present in the final GMM frequency of mobilisation of inserted
162
+ vector and/or capability for transfer of genetic material. 3.2.5. The resulting
163
+ GMM 3.2.5.1. Human health considerations — expected toxic or allergenic effects
164
+ of the GMM and/or its metabolic products, — comparison of the modified micro-organism
165
+ to the recipient or (where appropriate) parental organism regarding pathogenicity,
166
+ — expected capacity for colonisation, — if the micro-organism is pathogenic to
167
+ humans who are immunocompetent: — diseases caused and mechanism of transmission
168
+ including invasiveness and virulence, — infective dose, — possible alteration
169
+ of route of infection or tissue specificity, — possibility of survival outside
170
+ of human host, — biological stability, — antibiotic-resistance patterns, — allergenicity,
171
+ — toxigenicity, — availability of appropriate therapies and prophylactic measures.
172
+ 3.2.5.2. Environmental considerations — ecosystems to which the micro-organism
173
+ could be unintentionally released from the contained use, — expected survivability,
174
+ multiplication and extent of dissemination of the modified micro-organism in the
175
+ identified ecosystems, — anticipated result of interaction between the modified
176
+ micro-organism and the organisms or micro-organisms which might be exposed in
177
+ case of unintentional release into the environment, — known or predicted effects
178
+ on plants and animals such as pathogenicity, toxicity, allergenicity, vector for
179
+ a pathogen, altered antibiotic-resistance patterns, altered tropism or host specificity,
180
+ colonisation, — known or predicted involvement in biogeochemical processes. 3.3.
181
+ **Initial classification of the GMM** Points 3 to 5 of Annex III indicate that
182
+ the first stage of the risk assessment process for a GMM is to identify the potential
183
+ harmful properties of the GMM, to determine an initial classification for the
184
+ GMM. This is achieved by the identification of hazards associated with the recipient,
185
+ donor organism, vector and insert where appropriate. This process'
186
+ - source_sentence: chemical storage terminal above-ground tank integrity testing rainwater
187
+ separator maintenance spill response records soil groundwater protection loading
188
+ bay cross-contamination controls
189
+ sentences:
190
+ - ' in cooperation with the European Investment Bank, through the European Local
191
+ Energy Assistance facility, to interested stakeholders, including national, regional
192
+ and local authorities, on funding possibilities, taking into account the latest
193
+ changes in the regulatory framework. Article 30 Consultation In order to facilitate
194
+ the effective implementation of this Directive, Member States shall consult the
195
+ stakeholders involved, including local and regional authorities, in accordance
196
+ with the national law applicable and as relevant. Such consultation is of particular
197
+ importance for the application of Article 29. Article 31 Adaptation of Annex I
198
+ to technical progress The Commission shall adopt delegated acts in accordance
199
+ with Article 32 to amend this Directive concerning the adaptation of points 4
200
+ and 5 of Annex I to technical progress. Article 32 Exercise of the delegation
201
+ 1. The power to adopt delegated acts is conferred on the Commission subject to
202
+ the conditions laid down in this Article. 2. The power to adopt delegated acts
203
+ referred to in Articles 6, 7, 15, 17 and 31 shall be conferred on the Commission
204
+ for an indeterminate period of time from 28 May 2024. 3. The delegation of power
205
+ referred to in Articles 6, 7, 15, 17 and 31 may be revoked at any time by the
206
+ European Parliament or by the Council. A decision to revoke shall put an end to
207
+ the delegation of the power specified in that decision. It shall take effect the
208
+ day following the publication of the decision in the Official Journal of the European
209
+ Union or at a later date specified therein. It shall not affect the validity of
210
+ any delegated acts already in force. 4. Before adopting a delegated act, the Commission
211
+ shall consult experts designated by each Member State in accordance with the principles
212
+ laid down in the Interinstitutional Agreement of 13 April 2016 on Better Law-Making.
213
+ 5. As soon as it adopts a delegated act, the Commission shall notify it simultaneously
214
+ to the European Parliament and to the Council. 6. A delegated act adopted pursuant
215
+ to Article 6, 7, 15, 17 or 31 shall enter into force only if no objection has
216
+ been expressed either by the European Parliament or the Council within a period
217
+ of two months of notification of that act to the European Parliament and the Council
218
+ or if, before the expiry of that period, the European Parliament and the Council
219
+ have both informed the Commission that they will not object. That period shall'
220
+ - ' and record-keeping | The use of underground components is minimised. When underground
221
+ components are used for the storage of harmful/hazardous substances, secondary
222
+ containment (e.g. double-walled containment) is put in place. Underground components
223
+ are equipped with leak detection devices. Risk-based and regular monitoring of
224
+ underground storage and ductwork is carried out to identify potential leakages;
225
+ when necessary, leaking equipment is repaired. A record is kept of incidents that
226
+ may cause soil and/or groundwater pollution. | | (e) Regular inspection and maintenance
227
+ of plant and equipment | The plant and the equipment are regularly inspected and
228
+ serviced to ensure proper functioning; this includes in particular checking the
229
+ integrity and/or leak-free status of valves, pumps, pipes, tanks, pressure vessels,
230
+ drip trays, and containments/bunds and the proper functioning of warning systems.
231
+ | | (f) Techniques to prevent cross-contamination | Cross-contamination (i.e.
232
+ the contamination of plant areas that usually do not come into contact with treatment
233
+ chemicals) is prevented by using appropriate techniques such as: — design of drip
234
+ trays in such a way that forklifts are not in contact with potentially contaminated
235
+ surfaces of the drip trays; — design of charging equipment (used to remove treated
236
+ wood from the treatment vessel) in such a way that the carry-over of treatment
237
+ chemicals is prevented; — use of a crane system for handling treated wood; — use
238
+ of dedicated transport vehicles for potentially contaminated areas; — restricted
239
+ access to potentially contaminated areas; — use of grit walkways. | 2.11. **Emissions
240
+ to water and waste water management** **BAT 47.** In order to prevent or, where
241
+ that is not practicable, to reduce emissions to water and to reduce water consumption,
242
+ BAT is to use all of the techniques given below. | Technique | Description | Applicability
243
+ | |-----------|-------------|---------------| | (a) | Techniques to prevent contamination
244
+ of rain and surface run-off water | Rain and surface run-off water are kept separated
245
+ from areas where'
246
+ - ' process and storage areas are impermeable to the liquids concerned. | Generally
247
+ applicable. | | b. | Regular inspection and maintenance of plant and equipment
248
+ | The plant and the equipment are regularly inspected and maintained to ensure
249
+ proper functioning; this includes in particular checking the integrity and/or
250
+ leak-free status of valves, pumps, pipes, tanks and containments/bunds as well
251
+ as the proper functioning of warning systems (e.g. overflow detectors). | c. Optimised
252
+ storage location of process chemicals The storage areas are located in such a
253
+ way as to eliminate or minimise the unnecessary transport of process chemicals
254
+ within the plant (e.g. the transport distances on site are minimised). The applicability
255
+ to existing plants may be restricted by a lack of space. d. Dedicated area for
256
+ unloading process chemicals containing hazardous substances Process chemicals
257
+ containing hazardous substances are unloaded in a bunded area. Occasional spillages
258
+ are collected and sent for treatment. e. Segregated storage of process chemicals
259
+ Incompatible process chemicals are kept separated. This segregation relies on
260
+ physical separation and on the chemicals inventory (see BAT 15). Generally applicable.
261
+ f. Handling and storage of packaging containing process chemicals Packaging containing
262
+ liquid process chemicals is completely emptied by gravity or by mechanical means
263
+ (e.g. brushing, wiping) without the use of water. Packaging containing process
264
+ chemicals in powder is emptied by gravity for small packaging and using suction
265
+ for large packaging. Empty packaging is stored in a dedicated area. 1.1.8. Emissions
266
+ to air BAT 22. In order to reduce diffuse emissions to air (e.g. VOCs from the
267
+ use of organic solvents), BAT is to collect diffuse emissions and send the waste
268
+ gases to treatment. Applicability In the case of existing plants, the applicability
269
+ may be restricted by operational constraints or by the high volume of air to be
270
+ extracted. BAT 23. In order to facilitate the recovery of energy and the reduction
271
+ of channelled emissions to air, BAT is to limit the number of emission points.
272
+ Description The combined treatment of waste gases with similar characteristics
273
+ ensures more effective'
274
+ - source_sentence: manufacturer annual excess emissions premium calculation pooled
275
+ manufacturers derogation target adjustment approved niche producer methodology
276
+ corrected registration errors
277
+ sentences:
278
+ - ' commercial organic solvents (or tar from ethylbenzene plants) (see BAT 42b).
279
+ VOCs are recovered by stripping of the scrubber liquor | | BAT 39: In order to
280
+ increase resource efficiency, BAT is to recover the co-produced hydrogen from
281
+ ethylbenzene dehydrogenation, and to use it either as a chemical reagent or to
282
+ combust the dehydrogenation off-gas as a fuel (e.g. in the steam superheater).
283
+ BAT 40: In order to increase the resource efficiency of the acetophenone hydrogenation
284
+ unit in the SMPO production process, BAT is to minimise excess hydrogen or to
285
+ recycle hydrogen by using BAT 8a. If BAT 8a is not applicable, BAT is to recover
286
+ energy (see BAT 9). 4.5. Residues BAT 41: In order to reduce the amount of waste
287
+ being sent for disposal from spent catalyst neutralisation in the AlCl3-catalysed
288
+ ethylbenzene production process, BAT is to recover residual organic compounds
289
+ by stripping and then concentrate the aqueous phase to give a usable AlCl3 by-product.
290
+ Steam stripping is first used to remove VOCs, then the spent catalyst solution
291
+ is concentrated by evaporation to give a usable AlCl3 by-product. The vapour phase
292
+ is condensed to give a HCl solution that is recycled into the process. BAT 42:
293
+ In order to prevent or reduce the amount of waste tar being sent for disposal
294
+ from the distillation unit of ethylbenzene production, BAT is to use one or a
295
+ combination of the techniques given below. | Technique | Description | Applicability
296
+ | |-----------|-------------|---------------| | a. Material recovery (e.g. by
297
+ distillation, cracking) | See BAT 17c | Only applicable where there are available
298
+ uses for these recovered materials | | b. Use of tar as an absorbent for scrubbing
299
+ | See section 12.1. Use the tar as an absorbent in the scrubbers used in styrene
300
+ monomer production by ethylbenzene dehydrogenation, instead of commercial organic
301
+ solvents (see BAT 38b). The extent to which tar can be used depends on the scrubber
302
+ capacity '
303
+ - 'TG1}) - (\text{AC2} - \text{TG2})] \] AC1 = the average specific emissions of
304
+ CO2 including the unidentifiable vehicles (as set out in column D); TG1 = the
305
+ specific emissions target including the unidentifiable vehicles (as set out in
306
+ column E); AC2 = the average specific emissions of CO2 excluding the unidentifiable
307
+ vehicles; TG2 = the specific emissions target excluding the unidentifiable vehicles.
308
+ Column I: ‘Average CO2 (100 %)’ means the average specific emissions of CO2 that
309
+ have been calculated on the basis of 100 % of the vehicles attributed to the manufacturer.
310
+ Where appropriate, the average specific emissions have been adjusted to take into
311
+ account the corrections notified to the Commission by the manufacturer concerned.
312
+ The records used for the calculation includes those that contain a valid value
313
+ for mass and CO2 emissions but do not take into account the super-credits referred
314
+ to in Article 5 of Regulation (EC) No 443/2009.'
315
+ - '. The error margin is calculated in accordance with the following formula: \[
316
+ \text{Error} = \text{absolute value of } [(\text{AC1} - \text{TG1}) - (\text{AC2}
317
+ - \text{TG2})] \] \[ \text{AC1} = \text{the average specific emissions of CO2
318
+ including the unidentifiable vehicles (as set out in column D)}; \] \[ \text{TG1}
319
+ = \text{the specific emissions target including the unidentifiable vehicles (as
320
+ set out in column E)}; \] AC2 = the average specific emissions of CO2 excluding
321
+ the unidentifiable vehicles; TG2 = the specific emissions target excluding the
322
+ unidentifiable vehicles. Column I: ‘Average CO2 (100 %)’ means the average specific
323
+ emissions of CO2 that have been calculated on the basis of 100 % of the vehicles
324
+ attributed to the manufacturer. Where appropriate, the average specific emissions
325
+ have been adjusted to take into account the corrections notified to the Commission
326
+ by the manufacturer concerned. The records used for the calculation includes those
327
+ that contain a valid value for mass and CO2 emissions but do not take into account
328
+ the super-credits referred to in Article 5 of Regulation (EC) No 443/2009.'
329
+ - source_sentence: Prüfbericht notifizierte Stelle fachliche Eignung Zertifizierungsstelle
330
+ unabhängige Begutachter interne Unparteilkeit harmonisierte Produktvorschriften
331
+ sentences:
332
+ - ' for performance standards and assessment of technical services** The Commission
333
+ is empowered to adopt delegated acts in accordance with Article 55 supplementing
334
+ this Regulation by laying down: (a) the standards with which the technical services
335
+ have to comply; and (b) the procedure for the assessment of the technical services,
336
+ including the corresponding report, in accordance with Article 49. **Article 49**
337
+ **Assessment of the skills of technical services** 1. The designating approval
338
+ authority shall draw up an assessment report demonstrating that the candidate
339
+ technical service has been assessed for its compliance with this Regulation and
340
+ the delegated acts adopted pursuant to it. The assessment report may include a
341
+ certificate of accreditation issued by a national accreditation body attesting
342
+ that the technical service fulfils the requirements of this Regulation. The assessment
343
+ on which the assessment report is based shall be conducted in accordance with
344
+ the provisions laid down in a delegated act referred to in Article 48. 2. The
345
+ designating approval authority shall review the assessment report at least once
346
+ every three years. 3. The designating approval authority shall communicate the
347
+ assessment report to the Commission upon the latter''s request. In such cases,
348
+ where the assessment is not based on an accreditation certificate issued by a
349
+ national accreditation body, the designating approval authority shall provide
350
+ the Commission with documentary evidence which attests to the following: (a) the
351
+ technical service''s competence; (b) the arrangements in place to ensure that
352
+ the technical service is monitored regularly by the designating approval authority;
353
+ and (c) that the technical service fulfils the requirements of this Regulation
354
+ and of the delegated acts adopted pursuant to it. 4. An approval authority that
355
+ intends to act as a technical service in accordance with Article 47(2) shall document
356
+ compliance by means of an assessment conducted by auditors independent of the
357
+ activity being assessed. Such auditors may be from the same organisation, provided
358
+ that they are managed separately from the personnel undertaking the assessed activity.
359
+ **Article 50** **Procedures for notification** 1. In respect of each technical
360
+ service that they have designated, Member States shall notify the Commission of
361
+ the following: (a) the name of the technical service; (b) the address, including
362
+ electronic address; (c) the responsible persons; (d'
363
+ - 'ity assessment and the declaration of conformity available for inspection within
364
+ 10 days of a request received from market surveillance authorities or the Commission.
365
+ Article 80 Entry into force This Regulation shall enter into force on the twentieth
366
+ day following that of its publication in the Official Journal of the European
367
+ Union. This Regulation shall be binding in its entirety and directly applicable
368
+ in all Member States. Done at Brussels, 13 June 2024. For the European Parliament
369
+ The President R. METSOLA For the Council The President H. LAHBIB ANNEX I Product
370
+ parameters The following parameters shall, as appropriate, and where necessary
371
+ supplemented by others, be used, individually or in combination, as a basis for
372
+ improving the product aspects: (a) durability and reliability of the product or
373
+ its components as expressed through the product’s guaranteed lifetime, technical
374
+ lifetime, mean time between failures, indication of real use information on the
375
+ product, resistance to stresses or ageing mechanisms; (b) ease of repair and maintenance,
376
+ as expressed through characteristics, availability, delivery time and affordability
377
+ of spare parts, modularity, compatibility with commonly available tools and spare
378
+ parts, availability of repair and maintenance instructions, number of materials
379
+ and components used, use of standard components, use of component and material
380
+ coding standards for the identification of components and materials, number and
381
+ complexity of processes and whether specialised tools are needed, ease of non-destructive
382
+ disassembly and re-assembly, conditions for access to product data, conditions
383
+ for access to or use of hardware and software needed; (c) ease of upgrading, reuse,
384
+ remanufacturing and refurbishment as expressed through number of materials and
385
+ components used, use of standard components, use of component and material coding
386
+ standards for the identification of components and materials, number and complexity
387
+ of processes and tools needed, ease of non-destructive disassembly and re-assembly,
388
+ conditions for access to product data, conditions for access to or use of hardware
389
+ and software needed, conditions of access to test protocols or not commonly available
390
+ testing equipment, availability of guarantees specific to remanufactured or refurbished
391
+ products, conditions for access to or use of technologies protected by intellectual'
392
+ - ' to Resolution MSC.81(70), as laid down in Annex 17 to IMO document MSC 97/22/Add.1
393
+ and in Annex 1 to IMO document MSC 98/3/1. **Article 2** The position to be adopted
394
+ on behalf of the Union at the 71st session of the IMO Marine Environment Protection
395
+ Committee shall be to agree to the adoption of the amendments to Appendix V to
396
+ MARPOL Annex VI, as laid down in Annex 7 to IMO document MEPC 70/18/Add.1. **Article
397
+ 3** 1. The positions to be adopted on behalf of the Union as set out in Articles
398
+ 1 and 2 shall be expressed by the Member States, which are members of the IMO,
399
+ acting jointly in the interests of the Union. 2. Minor changes to the positions
400
+ referred to in Articles 1 and 2 may be agreed upon without further decision of
401
+ the Council. **Article 4** Member States are hereby authorised to give their consent
402
+ to be bound, in the interests of the Union, by the amendments referred to in Articles
403
+ 1 and 2, to the extent that those amendments fall under the exclusive competence
404
+ of the Union. **Article 5** This Decision is addressed to the Member States. Done
405
+ at Brussels, 29 May 2017. For the Council The President C. CARDONA'
406
+ pipeline_tag: sentence-similarity
407
+ library_name: sentence-transformers
408
+ ---
409
+
410
+ # SentenceTransformer based on BAAI/bge-m3
411
+
412
+ This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [BAAI/bge-m3](https://huggingface.co/BAAI/bge-m3) on the bge-m3-lemur-r3 dataset. It maps sentences & paragraphs to a 1024-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
413
+
414
+ ## Model Details
415
+
416
+ ### Model Description
417
+ - **Model Type:** Sentence Transformer
418
+ - **Base model:** [BAAI/bge-m3](https://huggingface.co/BAAI/bge-m3) <!-- at revision 5617a9f61b028005a4858fdac845db406aefb181 -->
419
+ - **Maximum Sequence Length:** 8192 tokens
420
+ - **Output Dimensionality:** 1024 dimensions
421
+ - **Similarity Function:** Cosine Similarity
422
+ - **Training Dataset:**
423
+ - bge-m3-lemur-r3
424
+ <!-- - **Language:** Unknown -->
425
+ <!-- - **License:** Unknown -->
426
+
427
+ ### Model Sources
428
+
429
+ - **Documentation:** [Sentence Transformers Documentation](https://sbert.net)
430
+ - **Repository:** [Sentence Transformers on GitHub](https://github.com/UKPLab/sentence-transformers)
431
+ - **Hugging Face:** [Sentence Transformers on Hugging Face](https://huggingface.co/models?library=sentence-transformers)
432
+
433
+ ### Full Model Architecture
434
+
435
+ ```
436
+ SentenceTransformer(
437
+ (0): Transformer({'max_seq_length': 8192, 'do_lower_case': False}) with Transformer model: PeftModelForFeatureExtraction
438
+ (1): Pooling({'word_embedding_dimension': 1024, 'pooling_mode_cls_token': True, 'pooling_mode_mean_tokens': False, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False, 'pooling_mode_weightedmean_tokens': False, 'pooling_mode_lasttoken': False, 'include_prompt': True})
439
+ (2): Normalize()
440
+ )
441
+ ```
442
+
443
+ ## Usage
444
+
445
+ ### Direct Usage (Sentence Transformers)
446
+
447
+ First install the Sentence Transformers library:
448
+
449
+ ```bash
450
+ pip install -U sentence-transformers
451
+ ```
452
+
453
+ Then you can load this model and run inference.
454
+ ```python
455
+ from sentence_transformers import SentenceTransformer
456
+
457
+ # Download from the 🤗 Hub
458
+ model = SentenceTransformer("keisuke-miyako/bge-m3-lemur-r4-checkpoints")
459
+ # Run inference
460
+ sentences = [
461
+ 'Prüfbericht notifizierte Stelle fachliche Eignung Zertifizierungsstelle unabhängige Begutachter interne Unparteilkeit harmonisierte Produktvorschriften',
462
+ " for performance standards and assessment of technical services** The Commission is empowered to adopt delegated acts in accordance with Article 55 supplementing this Regulation by laying down: (a) the standards with which the technical services have to comply; and (b) the procedure for the assessment of the technical services, including the corresponding report, in accordance with Article 49. **Article 49** **Assessment of the skills of technical services** 1. The designating approval authority shall draw up an assessment report demonstrating that the candidate technical service has been assessed for its compliance with this Regulation and the delegated acts adopted pursuant to it. The assessment report may include a certificate of accreditation issued by a national accreditation body attesting that the technical service fulfils the requirements of this Regulation. The assessment on which the assessment report is based shall be conducted in accordance with the provisions laid down in a delegated act referred to in Article 48. 2. The designating approval authority shall review the assessment report at least once every three years. 3. The designating approval authority shall communicate the assessment report to the Commission upon the latter's request. In such cases, where the assessment is not based on an accreditation certificate issued by a national accreditation body, the designating approval authority shall provide the Commission with documentary evidence which attests to the following: (a) the technical service's competence; (b) the arrangements in place to ensure that the technical service is monitored regularly by the designating approval authority; and (c) that the technical service fulfils the requirements of this Regulation and of the delegated acts adopted pursuant to it. 4. An approval authority that intends to act as a technical service in accordance with Article 47(2) shall document compliance by means of an assessment conducted by auditors independent of the activity being assessed. Such auditors may be from the same organisation, provided that they are managed separately from the personnel undertaking the assessed activity. **Article 50** **Procedures for notification** 1. In respect of each technical service that they have designated, Member States shall notify the Commission of the following: (a) the name of the technical service; (b) the address, including electronic address; (c) the responsible persons; (d",
463
+ 'ity assessment and the declaration of conformity available for inspection within 10 days of a request received from market surveillance authorities or the Commission. Article 80 Entry into force This Regulation shall enter into force on the twentieth day following that of its publication in the Official Journal of the European Union. This Regulation shall be binding in its entirety and directly applicable in all Member States. Done at Brussels, 13 June 2024. For the European Parliament The President R. METSOLA For the Council The President H. LAHBIB ANNEX I Product parameters The following parameters shall, as appropriate, and where necessary supplemented by others, be used, individually or in combination, as a basis for improving the product aspects: (a) durability and reliability of the product or its components as expressed through the product’s guaranteed lifetime, technical lifetime, mean time between failures, indication of real use information on the product, resistance to stresses or ageing mechanisms; (b) ease of repair and maintenance, as expressed through characteristics, availability, delivery time and affordability of spare parts, modularity, compatibility with commonly available tools and spare parts, availability of repair and maintenance instructions, number of materials and components used, use of standard components, use of component and material coding standards for the identification of components and materials, number and complexity of processes and whether specialised tools are needed, ease of non-destructive disassembly and re-assembly, conditions for access to product data, conditions for access to or use of hardware and software needed; (c) ease of upgrading, reuse, remanufacturing and refurbishment as expressed through number of materials and components used, use of standard components, use of component and material coding standards for the identification of components and materials, number and complexity of processes and tools needed, ease of non-destructive disassembly and re-assembly, conditions for access to product data, conditions for access to or use of hardware and software needed, conditions of access to test protocols or not commonly available testing equipment, availability of guarantees specific to remanufactured or refurbished products, conditions for access to or use of technologies protected by intellectual',
464
+ ]
465
+ embeddings = model.encode(sentences)
466
+ print(embeddings.shape)
467
+ # [3, 1024]
468
+
469
+ # Get the similarity scores for the embeddings
470
+ similarities = model.similarity(embeddings, embeddings)
471
+ print(similarities.shape)
472
+ # [3, 3]
473
+ ```
474
+
475
+ <!--
476
+ ### Direct Usage (Transformers)
477
+
478
+ <details><summary>Click to see the direct usage in Transformers</summary>
479
+
480
+ </details>
481
+ -->
482
+
483
+ <!--
484
+ ### Downstream Usage (Sentence Transformers)
485
+
486
+ You can finetune this model on your own dataset.
487
+
488
+ <details><summary>Click to expand</summary>
489
+
490
+ </details>
491
+ -->
492
+
493
+ <!--
494
+ ### Out-of-Scope Use
495
+
496
+ *List how the model may foreseeably be misused and address what users ought not to do with the model.*
497
+ -->
498
+
499
+ <!--
500
+ ## Bias, Risks and Limitations
501
+
502
+ *What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
503
+ -->
504
+
505
+ <!--
506
+ ### Recommendations
507
+
508
+ *What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
509
+ -->
510
+
511
+ ## Training Details
512
+
513
+ ### Training Dataset
514
+
515
+ #### bge-m3-lemur-r3
516
+
517
+ * Dataset: bge-m3-lemur-r3
518
+ * Size: 31,472 training samples
519
+ * Columns: <code>anchor</code>, <code>positive</code>, and <code>negative</code>
520
+ * Approximate statistics based on the first 1000 samples:
521
+ | | anchor | positive | negative |
522
+ |:--------|:-----------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------|
523
+ | type | string | string | string |
524
+ | details | <ul><li>min: 17 tokens</li><li>mean: 32.27 tokens</li><li>max: 66 tokens</li></ul> | <ul><li>min: 46 tokens</li><li>mean: 485.55 tokens</li><li>max: 512 tokens</li></ul> | <ul><li>min: 49 tokens</li><li>mean: 458.41 tokens</li><li>max: 512 tokens</li></ul> |
525
+ * Samples:
526
+ | anchor | positive | negative |
527
+ |:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
528
+ | <code>commission regular reporting energy union governance national climate plans renewable efficiency trajectory corrective recommendations infringement proceedings internal market obligations</code> | <code>cy of Union policies and measures. The review should take into account, inter alia, evolving national circumstances and be informed by the results of the 2018 Facilitative Dialogue under the UNFCCC (‘Talanoa dialogue’) and the global stocktake under the Paris Agreement. As part of the review, the balance between supply and demand for annual emission allocations should also be considered to ensure the adequacy of the obligations laid down by this Regulation. In addition, as part of its regular reporting under Regulation (EU) No 525/2013, the Commission should, by 31 October 2019, assess the outcome of the Talanoa dialogue. The review for the period after 2030 should be in line with the long-term objectives and the commitments made under the Paris Agreement and, to this end, it should reflect a progression over time. (29) In order to ensure efficient, transparent and cost-effective reporting and verification of greenhouse gas emissions and of other information necessary to assess progres...</code> | <code> à promouvoir l'efficacité énergétique; (14) NOTE avec attention que, dans le document de travail de la Commission (1), la liste des mesures possibles comprend des mesures fiscales appropriées dans le domaine de l'énergie, des incitations économiques et d'autres mesures économiques analogues visant à contribuer à la réduction des émissions; (1) Les options en matière de politique énergétique qui permettront de répondre au défi du changement climatique: vers la définition d'une stratégie en matière de politique énergétique à la suite de la conférence de Kyoto. NOTE que la discussion au niveau de l'Union se poursuit au sein de l'organe approprié du Conseil; (15) ESTIME que les modifications en faveur de l'efficacité énergétique qui seront éventuellement apportées lors de la révision des lignes directrices communautaires pour les aides d'État ne devront pas provoquer de distorsion de la concurrence; (16) INVITE la Commission à présenter, dès que possible, une proposition de plan d'action ...</code> |
529
+ | <code>national atmospheric emission inventory methodology diffuse source sectors fuel sales reconciliation greenhouse gas reporting calorific conversion factors sulphur content for marine bunker fuels</code> | <code> emission inventories drawn up under Directive 2001/80/EC of the European Parliament and of the Council of 23 October 2001 on the limitation of emissions of certain pollutants into the air from large combustion plants (OJ L 309, 27.11.2001, p. 3). (3) This information is needed in view of determining the relevant emission limit values on 1 January 2016 as set out in Article 10 of Directive 2001/80/EC. (4) ‘operating hours’ means the time, expressed in hours, during which a combustion plant, in whole or in part, is operating and discharging emissions into the air, excluding start-up and shut-down periods. (5) For example, gas turbines can only be covered by the transitional national plan concerning their NOx emissions. Other plants may be covered by the transitional national plan for some pollutant(s), while being subject to the emission limit values from Annex V to Directive 2010/75/EU for other pollutants. (8) Annual amount of fuel used (TJ/year), averaged over the period 2001-2010, s...</code> | <code>mal input (MW) of the combustion plant; (b) the type of combustion plant: boiler, gas turbine, gas engine, diesel engine, other (specifying the type); (c) the date of the start of operation of the combustion plant; (d) the total annual emissions (tonnes per year) of sulphur dioxide, nitrogen oxides and dust (as total suspended particles); (e) the number of operating hours of the combustion plant; (f) the total annual amount of energy input, related to the net calorific value (TJ per year), broken down in terms of the following categories of fuel: coal, lignite, biomass, peat, other solid fuels (specifying the type), liquid fuels, natural gas, other gases (specifying the type). The annual plant-by-plant data contained in these inventories shall be made available to the Commission upon request. A summary of the inventories shall be made available to the Commission every 3 years within 12 months from the end of the three-year period considered. This summary shall show separately the data ...</code> |
530
+ | <code>marine environment service ocean observations reanalysis biogeochemistry sea ice forecasting coastal applications maritime safety fisheries monitoring European and global domains</code> | <code>-temporal EU39 coverage. Sentinel 1 and 2 shall be operationally integrated in the process. They shall be complemented with VHR resolution satellite data for specific applications and for validation purposes. 5.2. **In-Situ Observations** Copernicus land services shall use in situ data for calibration and validation activities. ANNEX V THE TECHNICAL SPECIFICATIONS FOR THE COPERNICUS CLIMATE CHANGE SERVICE 1. SCOPE The Copernicus Climate Change Service (C3S) shall combine observations and models of the climate system with the latest science to develop authoritative, quality-assured information about the past, current and future states of the climate in Europe and worldwide. The C3S shall achieve the following objectives: (a) to document the past and current state of climate (based on observations and re-analysis); (b) to generate 6-months seasonal forecasts (using a multi-model ensemble approach); (c) to deliver climate projections (based on various scenarios). The service shall provide...</code> | <code>3) Assessments Reports on Climate Change: Impacts, Adaptation and Vulnerability, published periodically by the Intergovernmental Panel on Climate Change (IPCC), the United Nations body for assessing the science related to climate change produces, https://www.ipcc.ch/reports/. (604) Such as Copernicus services managed by the European Commission. (605) Nature-based solutions are defined as ‘solutions that are inspired and supported by nature, which are cost-effective, simultaneously provide environmental, social and economic benefits and help build resilience. Such solutions bring more, and more diverse, nature and natural features and processes into cities, landscapes and seascapes, through locally adapted, resource-efficient and systemic interventions’. Therefore, nature-based solutions benefit biodiversity and support the delivery of a range of ecosystem services (version of 4.6.2021: https://ec.europa.eu/info/research-and-innovation/research-area/environment/nature-based-solutions_en...</code> |
531
+ * Loss: [<code>MultipleNegativesRankingLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#multiplenegativesrankingloss) with these parameters:
532
+ ```json
533
+ {
534
+ "scale": 20,
535
+ "similarity_fct": "cos_sim"
536
+ }
537
+ ```
538
+
539
+ ### Evaluation Dataset
540
+
541
+ #### bge-m3-lemur-r3
542
+
543
+ * Dataset: bge-m3-lemur-r3
544
+ * Size: 31,472 evaluation samples
545
+ * Columns: <code>anchor</code>, <code>positive</code>, and <code>negative</code>
546
+ * Approximate statistics based on the first 1000 samples:
547
+ | | anchor | positive | negative |
548
+ |:--------|:----------------------------------------------------------------------------------|:------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------|
549
+ | type | string | string | string |
550
+ | details | <ul><li>min: 20 tokens</li><li>mean: 32.2 tokens</li><li>max: 50 tokens</li></ul> | <ul><li>min: 53 tokens</li><li>mean: 485.9 tokens</li><li>max: 512 tokens</li></ul> | <ul><li>min: 46 tokens</li><li>mean: 458.43 tokens</li><li>max: 512 tokens</li></ul> |
551
+ * Samples:
552
+ | anchor | positive | negative |
553
+ |:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
554
+ | <code>circular economy waste benchmark selection material efficiency indicators published sector studies procurement of consultancy support internal environmental management review without comparative life-cycle modelling</code> | <code> (below) being essential and steps 3 to 8 needing an ad-hoc life-cycle assessment (LCA) to be carried out and not always necessary: 1. Systematic application of life-cycle thinking throughout waste management strategy design and implementation (to complement the waste management hierarchy). 2. Review of relevant LCA literature to rank the environmental performance of alternative waste management options, where studied systems are directly comparable with available options. 3. Application of LCA to specific management and technology options for which no reliable published literature can be found; this requires procurement of LCA services, or in-house use of relevant LCA software. 4. The careful consideration of system boundaries, that ensures an accurate comparison across waste management options, includes system expansion and/or LCA for avoided processes (e.g. grid electricity generation). 5. Compilation and documentation of life-cycle inventories in relation to reference flows, if pos...</code> | <code>eu/legal-content/EN/TXT/?uri=CELEX:52014DC0398 (5) This includes plastics packaging. (6) Including characterisation. (7) Value-added means recycling into high quality products, i.e. not recycling into aggregates. For the concept see: Communication from the Commission to the European Parliament, the Council, the European Economic and Social Committee and the Committee of Regions ‘Towards a circular economy: A zero waste programme for Europe’, COM(2014) 398 final of 2 July 2014, http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:52014DC0398 (8) Communication COM(2011) 571 final of 20 September 2011 from the Commission to the European Parliament, the Council, the European Economic and Social Committee and the Committee of Regions ‘Roadmap to a Resource Efficient Europe’, http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=COM:2011:0571:FIN (9) Communication COM(2015) 614 final of 2 December 2015 from the Commission to the European Parliament, the Council, the European Economic and So...</code> |
555
+ | <code>rail locomotive original engines new production placement latest applicable emission limits relevant legislation transitional conformity authorisation member states</code> | <code> that the engines are intended for installation in non-road mobile machinery to be used in potentially explosive atmospheres, as defined in point (5) of Article 2 of Directive 2014/34/EU of the European Parliament and of the Council (1). 6. Notwithstanding Articles 18(2) and 22(3), Member States may, upon request, grant EU type-approval for, and authorise the placing on the market of, engines that meet the gaseous and particulate pollutant emission limit values for special purpose engines set out in Annex VI, on the condition that the engines are intended for installation in non-road mobile machinery that is exclusively used for the launch and recovery of lifeboats operated by a national rescue service. 7. Notwithstanding Articles 5(3) and 18(2), in relation to engines of categories RLL or RLR and placed on the Union market on or before 31 December 2011, Member States may authorise the placing on the market of replacement engines if the approval authority, upon examination, recognises ...</code> | <code>CLE 31(1)(a) AND (b) OF REGULATION (EU) 2016/1628) SECTION 1 EU STATEMENT OF CONFORMITY The undersigned: [ ................................................................. (full name and position)] hereby certifies that the following engine: 1.1. Make (trade name(s) of manufacturer): ................................................................. 1.2. Commercial name(s) (if applicable): ................................................................. 1.3. Company name and address of manufacturer: .................................................. 1.4. Name and address of manufacturer's authorised representative (if any): .............. 1.5. Name(s) and address(es) of assembly/manufacturer plant(s): ............................ 1.6. Engine type designation/engine family designation/FT (1): 1.7. Category and sub-category of the engine type/engine family (2) (3): .................... 3.1.2. Designation on the statutory marking: engine type designation/engine family designation/FT (1) ...</code> |
556
+ | <code>accreditation body assessor independence confidentiality peer evaluation competence records communication with applicant surveillance decision-making impartiality safeguards</code> | <code> of the quality management system referred to in paragraph 3, including the following processes: (i) processes for the review of the quality management system at least once a year, not exceeding 15 months between management reviews; (ii) processes for conducting internal audits at least once a year, not exceeding 15 months between internal audits; (iii) processes for identifying and managing non-conformities in the verifier’s activities and taking corrective action to address these non-conformities; (iv) processes for identifying risks and opportunities in the verifier’s activities and taking preventive actions to mitigate those risks; (v) processes for the control of documented information. Article 36 Internal verification documentation 1. The verifier shall prepare and compile internal verification documentation containing at least: (a) the results of the verification activities performed; (b) the verification plan, the strategic analysis and the risk assessment; (c) sufficient infor...</code> | <code>, the national accreditation body shall, within a reasonable time but no later than three months from the date of its receipt: (a) decide on the validity of the complaint; (b) ensure that the verifier concerned is given the opportunity to submit its observations; (c) take appropriate actions to address the complaint; (d) record the complaint and action taken; and (e) respond to the complainant. Article 63 Records and documentation 1. The national accreditation body shall keep records on each person involved in the accreditation process. Those records shall include records related to relevant qualifications, training, experience, impartiality and competence necessary to demonstrate compliance with this Regulation. 2. The national accreditation body shall keep records of the verifier in line with the harmonised standard pursuant to Regulation (EC) No 765/2008 referred to in Annex III. Article 64 Access to information and confidentiality 1. The national accreditation body shall, on a regu...</code> |
557
+ * Loss: [<code>MultipleNegativesRankingLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#multiplenegativesrankingloss) with these parameters:
558
+ ```json
559
+ {
560
+ "scale": 20,
561
+ "similarity_fct": "cos_sim"
562
+ }
563
+ ```
564
+
565
+ ### Training Hyperparameters
566
+ #### Non-Default Hyperparameters
567
+
568
+ - `eval_strategy`: steps
569
+ - `per_device_train_batch_size`: 48
570
+ - `learning_rate`: 3e-05
571
+ - `weight_decay`: 0.01
572
+ - `num_train_epochs`: 4
573
+ - `lr_scheduler_type`: cosine_with_min_lr
574
+ - `lr_scheduler_kwargs`: {'min_lr': 2e-06}
575
+ - `warmup_steps`: 100
576
+ - `bf16`: True
577
+ - `dataloader_num_workers`: 4
578
+ - `remove_unused_columns`: False
579
+ - `ddp_find_unused_parameters`: True
580
+ - `push_to_hub`: True
581
+ - `hub_model_id`: keisuke-miyako/bge-m3-lemur-r4-checkpoints
582
+ - `gradient_checkpointing`: True
583
+ - `gradient_checkpointing_kwargs`: {'use_reentrant': False}
584
+
585
+ #### All Hyperparameters
586
+ <details><summary>Click to expand</summary>
587
+
588
+ - `overwrite_output_dir`: False
589
+ - `do_predict`: False
590
+ - `eval_strategy`: steps
591
+ - `prediction_loss_only`: True
592
+ - `per_device_train_batch_size`: 48
593
+ - `per_device_eval_batch_size`: 8
594
+ - `per_gpu_train_batch_size`: None
595
+ - `per_gpu_eval_batch_size`: None
596
+ - `gradient_accumulation_steps`: 1
597
+ - `eval_accumulation_steps`: None
598
+ - `torch_empty_cache_steps`: None
599
+ - `learning_rate`: 3e-05
600
+ - `weight_decay`: 0.01
601
+ - `adam_beta1`: 0.9
602
+ - `adam_beta2`: 0.999
603
+ - `adam_epsilon`: 1e-08
604
+ - `max_grad_norm`: 1.0
605
+ - `num_train_epochs`: 4
606
+ - `max_steps`: -1
607
+ - `lr_scheduler_type`: cosine_with_min_lr
608
+ - `lr_scheduler_kwargs`: {'min_lr': 2e-06}
609
+ - `warmup_ratio`: 0.0
610
+ - `warmup_steps`: 100
611
+ - `log_level`: passive
612
+ - `log_level_replica`: warning
613
+ - `log_on_each_node`: True
614
+ - `logging_nan_inf_filter`: True
615
+ - `save_safetensors`: True
616
+ - `save_on_each_node`: False
617
+ - `save_only_model`: False
618
+ - `restore_callback_states_from_checkpoint`: False
619
+ - `no_cuda`: False
620
+ - `use_cpu`: False
621
+ - `use_mps_device`: False
622
+ - `seed`: 42
623
+ - `data_seed`: None
624
+ - `jit_mode_eval`: False
625
+ - `use_ipex`: False
626
+ - `bf16`: True
627
+ - `fp16`: False
628
+ - `fp16_opt_level`: O1
629
+ - `half_precision_backend`: auto
630
+ - `bf16_full_eval`: False
631
+ - `fp16_full_eval`: False
632
+ - `tf32`: None
633
+ - `local_rank`: 0
634
+ - `ddp_backend`: None
635
+ - `tpu_num_cores`: None
636
+ - `tpu_metrics_debug`: False
637
+ - `debug`: []
638
+ - `dataloader_drop_last`: True
639
+ - `dataloader_num_workers`: 4
640
+ - `dataloader_prefetch_factor`: None
641
+ - `past_index`: -1
642
+ - `disable_tqdm`: False
643
+ - `remove_unused_columns`: False
644
+ - `label_names`: None
645
+ - `load_best_model_at_end`: False
646
+ - `ignore_data_skip`: False
647
+ - `fsdp`: []
648
+ - `fsdp_min_num_params`: 0
649
+ - `fsdp_config`: {'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}
650
+ - `fsdp_transformer_layer_cls_to_wrap`: None
651
+ - `accelerator_config`: {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}
652
+ - `deepspeed`: None
653
+ - `label_smoothing_factor`: 0.0
654
+ - `optim`: adamw_torch
655
+ - `optim_args`: None
656
+ - `adafactor`: False
657
+ - `group_by_length`: False
658
+ - `length_column_name`: length
659
+ - `ddp_find_unused_parameters`: True
660
+ - `ddp_bucket_cap_mb`: None
661
+ - `ddp_broadcast_buffers`: False
662
+ - `dataloader_pin_memory`: True
663
+ - `dataloader_persistent_workers`: False
664
+ - `skip_memory_metrics`: True
665
+ - `use_legacy_prediction_loop`: False
666
+ - `push_to_hub`: True
667
+ - `resume_from_checkpoint`: None
668
+ - `hub_model_id`: keisuke-miyako/bge-m3-lemur-r4-checkpoints
669
+ - `hub_strategy`: every_save
670
+ - `hub_private_repo`: False
671
+ - `hub_always_push`: False
672
+ - `gradient_checkpointing`: True
673
+ - `gradient_checkpointing_kwargs`: {'use_reentrant': False}
674
+ - `include_inputs_for_metrics`: False
675
+ - `include_for_metrics`: []
676
+ - `eval_do_concat_batches`: True
677
+ - `fp16_backend`: auto
678
+ - `push_to_hub_model_id`: None
679
+ - `push_to_hub_organization`: None
680
+ - `mp_parameters`:
681
+ - `auto_find_batch_size`: False
682
+ - `full_determinism`: False
683
+ - `torchdynamo`: None
684
+ - `ray_scope`: last
685
+ - `ddp_timeout`: 1800
686
+ - `torch_compile`: False
687
+ - `torch_compile_backend`: None
688
+ - `torch_compile_mode`: None
689
+ - `dispatch_batches`: None
690
+ - `split_batches`: None
691
+ - `include_tokens_per_second`: False
692
+ - `include_num_input_tokens_seen`: False
693
+ - `neftune_noise_alpha`: None
694
+ - `optim_target_modules`: None
695
+ - `batch_eval_metrics`: False
696
+ - `eval_on_start`: False
697
+ - `use_liger_kernel`: False
698
+ - `eval_use_gather_object`: False
699
+ - `average_tokens_across_devices`: False
700
+ - `prompts`: None
701
+ - `batch_sampler`: batch_sampler
702
+ - `multi_dataset_batch_sampler`: proportional
703
+
704
+ </details>
705
+
706
+ ### Training Logs
707
+ | Epoch | Step | Training Loss | Validation Loss |
708
+ |:------:|:----:|:-------------:|:---------------:|
709
+ | 0.0621 | 10 | 2.8731 | - |
710
+ | 0.1242 | 20 | 2.8151 | - |
711
+ | 0.1863 | 30 | 2.679 | - |
712
+ | 0.2484 | 40 | 2.53 | - |
713
+ | 0.3106 | 50 | 2.3271 | 1.3315 |
714
+ | 0.3727 | 60 | 2.0752 | - |
715
+ | 0.4348 | 70 | 1.8658 | - |
716
+ | 0.4969 | 80 | 1.823 | - |
717
+ | 0.5590 | 90 | 1.7263 | - |
718
+ | 0.6211 | 100 | 1.6203 | 0.9909 |
719
+
720
+
721
+ ### Framework Versions
722
+ - Python: 3.11.10
723
+ - Sentence Transformers: 3.4.1
724
+ - Transformers: 4.46.3
725
+ - PyTorch: 2.4.1+cu124
726
+ - Accelerate: 1.14.0
727
+ - Datasets: 5.0.0
728
+ - Tokenizers: 0.20.3
729
+
730
+ ## Citation
731
+
732
+ ### BibTeX
733
+
734
+ #### Sentence Transformers
735
+ ```bibtex
736
+ @inproceedings{reimers-2019-sentence-bert,
737
+ title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
738
+ author = "Reimers, Nils and Gurevych, Iryna",
739
+ booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
740
+ month = "11",
741
+ year = "2019",
742
+ publisher = "Association for Computational Linguistics",
743
+ url = "https://arxiv.org/abs/1908.10084",
744
+ }
745
+ ```
746
+
747
+ #### MultipleNegativesRankingLoss
748
+ ```bibtex
749
+ @misc{henderson2017efficient,
750
+ title={Efficient Natural Language Response Suggestion for Smart Reply},
751
+ author={Matthew Henderson and Rami Al-Rfou and Brian Strope and Yun-hsuan Sung and Laszlo Lukacs and Ruiqi Guo and Sanjiv Kumar and Balint Miklos and Ray Kurzweil},
752
+ year={2017},
753
+ eprint={1705.00652},
754
+ archivePrefix={arXiv},
755
+ primaryClass={cs.CL}
756
+ }
757
+ ```
758
+
759
+ <!--
760
+ ## Glossary
761
+
762
+ *Clearly define terms in order to be accessible across audiences.*
763
+ -->
764
+
765
+ <!--
766
+ ## Model Card Authors
767
+
768
+ *Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
769
+ -->
770
+
771
+ <!--
772
+ ## Model Card Contact
773
+
774
+ *Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
775
+ -->
checkpoint-100/adapter_config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "BAAI/bge-m3",
5
+ "bias": "none",
6
+ "eva_config": null,
7
+ "exclude_modules": null,
8
+ "fan_in_fan_out": false,
9
+ "inference_mode": true,
10
+ "init_lora_weights": true,
11
+ "layer_replication": null,
12
+ "layers_pattern": null,
13
+ "layers_to_transform": null,
14
+ "loftq_config": {},
15
+ "lora_alpha": 64,
16
+ "lora_bias": false,
17
+ "lora_dropout": 0.05,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": null,
21
+ "peft_type": "LORA",
22
+ "r": 32,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "intermediate.dense",
27
+ "dense",
28
+ "key",
29
+ "value",
30
+ "query"
31
+ ],
32
+ "task_type": "FEATURE_EXTRACTION",
33
+ "use_dora": false,
34
+ "use_rslora": false
35
+ }
checkpoint-100/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d20d23aad2149e9af215c932bbddfdabe79b54e438ccd037bd72dfc1cda3908
3
+ size 56925120
checkpoint-100/config_sentence_transformers.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "__version__": {
3
+ "sentence_transformers": "3.4.1",
4
+ "transformers": "4.46.3",
5
+ "pytorch": "2.4.1+cu124"
6
+ },
7
+ "prompts": {},
8
+ "default_prompt_name": null,
9
+ "similarity_fn_name": "cosine"
10
+ }
checkpoint-100/modules.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "idx": 0,
4
+ "name": "0",
5
+ "path": "",
6
+ "type": "sentence_transformers.models.Transformer"
7
+ },
8
+ {
9
+ "idx": 1,
10
+ "name": "1",
11
+ "path": "1_Pooling",
12
+ "type": "sentence_transformers.models.Pooling"
13
+ },
14
+ {
15
+ "idx": 2,
16
+ "name": "2",
17
+ "path": "2_Normalize",
18
+ "type": "sentence_transformers.models.Normalize"
19
+ }
20
+ ]
checkpoint-100/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95e18dbc4ef83fece5979e7274e6e477b8980a5662594a4599c6db60a43be8f5
3
+ size 113488058
checkpoint-100/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e20cb436aad0b4e95e16bf1f2bec543c6142571b5b8175842e3f426d86e0172
3
+ size 14960
checkpoint-100/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de0e52770e8dcf63d47cfc8b7d6ec5900128593616f1594438c0a3f1710de77a
3
+ size 14960
checkpoint-100/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14075f1e57513e5fa0c2da8121188cf58c43f58a70bd35e8d0358002b71e23c6
3
+ size 14960
checkpoint-100/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc42b92fe68a32e1947e3fe843b4fdf00edf1ca0a447026ea09447d5ccc60952
3
+ size 14960
checkpoint-100/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74f783733311db6c38e95a1e6b981a0c388a6780e8691542456fa9201d0a4c78
3
+ size 1064
checkpoint-100/sentence_bert_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "max_seq_length": 8192,
3
+ "do_lower_case": false
4
+ }
checkpoint-100/sentencepiece.bpe.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfc8146abe2a0488e9e2a0c56de7952f7c11ab059eca145a0a727afce0db2865
3
+ size 5069051
checkpoint-100/special_tokens_map.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "cls_token": {
10
+ "content": "<s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "mask_token": {
24
+ "content": "<mask>",
25
+ "lstrip": true,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "pad_token": {
31
+ "content": "<pad>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "sep_token": {
38
+ "content": "</s>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "unk_token": {
45
+ "content": "<unk>",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false
50
+ }
51
+ }
checkpoint-100/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4f7e21bec3fb0044ca0bb2d50eb5d4d8c596273c422baef84466d2c73748b9c
3
+ size 17083053
checkpoint-100/tokenizer_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<s>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "<pad>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "</s>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "<unk>",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "250001": {
36
+ "content": "<mask>",
37
+ "lstrip": true,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "bos_token": "<s>",
45
+ "clean_up_tokenization_spaces": true,
46
+ "cls_token": "<s>",
47
+ "eos_token": "</s>",
48
+ "mask_token": "<mask>",
49
+ "model_max_length": 8192,
50
+ "pad_token": "<pad>",
51
+ "sep_token": "</s>",
52
+ "sp_model_kwargs": {},
53
+ "tokenizer_class": "XLMRobertaTokenizer",
54
+ "unk_token": "<unk>"
55
+ }
checkpoint-100/trainer_state.json ADDED
@@ -0,0 +1,119 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.6211180124223602,
5
+ "eval_steps": 50,
6
+ "global_step": 100,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.062111801242236024,
13
+ "grad_norm": 3.3631093502044678,
14
+ "learning_rate": 3e-06,
15
+ "loss": 2.8731,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.12422360248447205,
20
+ "grad_norm": 3.2031373977661133,
21
+ "learning_rate": 6e-06,
22
+ "loss": 2.8151,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 0.18633540372670807,
27
+ "grad_norm": 3.208350896835327,
28
+ "learning_rate": 9e-06,
29
+ "loss": 2.679,
30
+ "step": 30
31
+ },
32
+ {
33
+ "epoch": 0.2484472049689441,
34
+ "grad_norm": 6.436263084411621,
35
+ "learning_rate": 1.2e-05,
36
+ "loss": 2.53,
37
+ "step": 40
38
+ },
39
+ {
40
+ "epoch": 0.3105590062111801,
41
+ "grad_norm": 2.5575459003448486,
42
+ "learning_rate": 1.5e-05,
43
+ "loss": 2.3271,
44
+ "step": 50
45
+ },
46
+ {
47
+ "epoch": 0.3105590062111801,
48
+ "eval_loss": 1.3314789533615112,
49
+ "eval_runtime": 3.6946,
50
+ "eval_samples_per_second": 135.334,
51
+ "eval_steps_per_second": 4.331,
52
+ "step": 50
53
+ },
54
+ {
55
+ "epoch": 0.37267080745341613,
56
+ "grad_norm": 2.4258100986480713,
57
+ "learning_rate": 1.8e-05,
58
+ "loss": 2.0752,
59
+ "step": 60
60
+ },
61
+ {
62
+ "epoch": 0.43478260869565216,
63
+ "grad_norm": 4.246734142303467,
64
+ "learning_rate": 2.1e-05,
65
+ "loss": 1.8658,
66
+ "step": 70
67
+ },
68
+ {
69
+ "epoch": 0.4968944099378882,
70
+ "grad_norm": 13.014785766601562,
71
+ "learning_rate": 2.4e-05,
72
+ "loss": 1.823,
73
+ "step": 80
74
+ },
75
+ {
76
+ "epoch": 0.5590062111801242,
77
+ "grad_norm": 3.6576647758483887,
78
+ "learning_rate": 2.7000000000000002e-05,
79
+ "loss": 1.7263,
80
+ "step": 90
81
+ },
82
+ {
83
+ "epoch": 0.6211180124223602,
84
+ "grad_norm": 2.6035869121551514,
85
+ "learning_rate": 3e-05,
86
+ "loss": 1.6203,
87
+ "step": 100
88
+ },
89
+ {
90
+ "epoch": 0.6211180124223602,
91
+ "eval_loss": 0.9908771514892578,
92
+ "eval_runtime": 3.6565,
93
+ "eval_samples_per_second": 136.743,
94
+ "eval_steps_per_second": 4.376,
95
+ "step": 100
96
+ }
97
+ ],
98
+ "logging_steps": 10,
99
+ "max_steps": 644,
100
+ "num_input_tokens_seen": 0,
101
+ "num_train_epochs": 4,
102
+ "save_steps": 100,
103
+ "stateful_callbacks": {
104
+ "TrainerControl": {
105
+ "args": {
106
+ "should_epoch_stop": false,
107
+ "should_evaluate": false,
108
+ "should_log": false,
109
+ "should_save": true,
110
+ "should_training_stop": false
111
+ },
112
+ "attributes": {}
113
+ }
114
+ },
115
+ "total_flos": 0.0,
116
+ "train_batch_size": 48,
117
+ "trial_name": null,
118
+ "trial_params": null
119
+ }
checkpoint-100/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8df6c5db3996411fea8483dae76dbc8a61d086ff2cb9b05e9d181f44aa8ac52
3
+ size 5688
checkpoint-200/1_Pooling/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "word_embedding_dimension": 1024,
3
+ "pooling_mode_cls_token": true,
4
+ "pooling_mode_mean_tokens": false,
5
+ "pooling_mode_max_tokens": false,
6
+ "pooling_mode_mean_sqrt_len_tokens": false,
7
+ "pooling_mode_weightedmean_tokens": false,
8
+ "pooling_mode_lasttoken": false,
9
+ "include_prompt": true
10
+ }
checkpoint-200/README.md ADDED
@@ -0,0 +1,785 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - sentence-transformers
4
+ - sentence-similarity
5
+ - feature-extraction
6
+ - generated_from_trainer
7
+ - dataset_size:31472
8
+ - loss:MultipleNegativesRankingLoss
9
+ base_model: BAAI/bge-m3
10
+ widget:
11
+ - source_sentence: operator owner duties well examination scheme drilling programme
12
+ approval barrier performance review maintenance assurance contractor competence
13
+ audit independent well examiner technical acceptance process
14
+ sentences:
15
+ - ' on achieving the required level of safety and environmental integrity; (b) take
16
+ appropriate measures to ensure as far as reasonably practicable that there is
17
+ no unplanned escape of hazardous substances from pipelines, vessels and systems
18
+ intended for their safe confinement. In addition, operators and owners shall ensure
19
+ that no single failure of a containment barrier can lead to a major accident;
20
+ (c) prepare an inventory of available equipment, its ownership, location, transport
21
+ to and mode of deployment at the installation and any entities relevant to the
22
+ implementation of the internal emergency response plan. The inventory shall identify
23
+ measures in place to ensure equipment and procedures are maintained in operable
24
+ condition; (d) ensure they have a suitable framework for monitoring compliance
25
+ with all relevant statutory provisions by incorporating their statutory duties
26
+ in respect of major hazards control and environmental protection into their standard
27
+ operating procedures; and (e) pay particular attention to building and maintaining
28
+ a strong safety culture with a high likelihood of continuous safe operation, including
29
+ with regard to securing cooperation of the workers through, inter alia: (i) visible
30
+ commitment to tripartite consultations and actions arising therefrom; (ii) encouraging
31
+ and rewarding reporting of accidents and near-misses; (iii) working effectively
32
+ with elected safety representatives; (iv) protecting whistleblowers. 2. Member
33
+ States shall ensure that industry cooperates with competent authorities to establish
34
+ and implement a priority plan for the development of standards, guidance and rules
35
+ which will give effect to best practice in major accident prevention, and limitation
36
+ of consequences of major accidents should they nonetheless occur. ANNEX V Selection
37
+ of the independent verifier and the design of schemes for independent verification
38
+ pursuant to Article 17(3) 1. Member States shall require the operator or owner
39
+ to ensure the following conditions are fulfilled with regard to the verifier''s
40
+ independence from the operator and the owner: (a) the function does not require
41
+ the independent verifier to consider any aspect of a safety and environmental
42
+ critical element or any part of an installation or a well or a well design in
43
+ which the verifier was previously involved prior to the verification activity
44
+ or where his or her objectivity might be compromised; (b) the independent verifier
45
+ is sufficiently independent of a management system which has, or has had,'
46
+ - ' inspections, the competent authorities may be assisted by and may delegate inspection
47
+ tasks to independent experts in accordance with national legislation, provided
48
+ that the experts operate under the supervision of the competent authority. The
49
+ competent authority shall determine the minimum qualifications of the experts
50
+ and shall assess whether those qualifications are met. The competent authority
51
+ shall also verify that the experts have no personal interest in the outcome of
52
+ the inspection. 2. Organisation of inspections 2.1. Inspection plans The following
53
+ shall be taken into consideration: (a) planning of inspections in advance by means
54
+ of a plan or plans established at the appropriate administrative level based on
55
+ a general assessment of the relevant environmental and safety issues and risks
56
+ of the waste facilities and, where information is already available on compliance,
57
+ an overall assessment of the state of compliance for the waste facilities operating
58
+ within the plan area. Such plans can be integrated or combined with other inspection
59
+ plans where considered appropriate; (b) the periodic review and, where appropriate,
60
+ the updating of the inspection plan or plans; (c) the coverage in the inspection
61
+ plan or plans of each waste facility under Article 7 of Directive 2006/21/EC;
62
+ (d) the inclusion in each inspection plan of the following: (i) a general assessment
63
+ of relevant environmental and safety issues and risks; (ii) the geographical area
64
+ covered by the inspection plan; (iii) a list of the waste facilities covered by
65
+ the inspection plan which hold a permit; (iv) the means of ensuring identification
66
+ of waste facilities covered by Article 7 of Directive 2006/21/EC which operate
67
+ without a permit; (v) procedures for carrying out routine inspections; (vi) procedures
68
+ for carrying out non-routine inspections; (vii) procedures for carrying out announced
69
+ and unannounced site visits; (viii) where necessary, arrangements on the cooperation
70
+ and co-ordination between different competent authorities in charge of inspections
71
+ and between those authorities and other authorities with a role in the enforcement
72
+ of permits required under national or Union environmental legislation that is
73
+ applicable or relevant to the waste facilities covered by Article 7 of Directive
74
+ 2006/21/EC; (ix) information on the human, financial and other resources needed
75
+ by the competent authority for the implementation of the inspection plan. 2.2.
76
+ Routine inspections The following shall be taken'
77
+ - ' shall review the certification audit report and the certificate of compliance,
78
+ and make the certification audit report, in full or, where necessary to preserve
79
+ the confidentiality of commercially sensitive information, in a summarised form,
80
+ and the certificate of compliance publicly available in its certification registry
81
+ or, once established, in the Union registry provided for in Article 12 (the ‘Union
82
+ registry’). 3. At least every five years, or more frequently where so specified
83
+ in the applicable certification methodology based on the characteristics of the
84
+ relevant activity, the certification body shall carry out re-certification audits
85
+ to reconfirm compliance of the activity with Articles 4 to 7 and verify the net
86
+ carbon removal benefit or the net soil emission reduction benefit generated by
87
+ the activity. As a result of that re-certification audit, the certification body
88
+ shall issue a re-certification audit report that includes a summary, and, where
89
+ appropriate, shall issue an updated certificate of compliance. The certification
90
+ scheme shall review the re-certification audit report and the updated certificate
91
+ of compliance, and make the re-certification audit report, in full or, where necessary
92
+ to preserve the confidentiality of commercially sensitive information, in a summarised
93
+ form, and the updated certificate of compliance publicly available in its certification
94
+ registry or, once established, in the Union registry. The certification registry
95
+ of the certification scheme or, once established, the Union registry shall issue
96
+ certified units based on the updated certificate of compliance resulting from
97
+ the re-certification audit. 4. The operator or group of operators shall support
98
+ the certification body during the certification audit and re-certification audit,
99
+ in particular by giving access to the premises of the activity and providing any
100
+ data and documentation required by that certification body. 5. The Commission
101
+ shall adopt implementing acts to set out the structure, format and technical details
102
+ of the activity plan and of the monitoring plan referred to in paragraph 1 of
103
+ this Article, and of the certification audit and re-certification audit reports
104
+ referred to in paragraphs 2 and 3 of this Article. Those implementing acts shall
105
+ be adopted in accordance with the examination procedure referred to in Article
106
+ 17. **Article 10** **Certification bodies** 1. Certification bodies appointed
107
+ by certification schemes shall be accredited by a national accreditation body
108
+ pursuant to Regulation (EC) No 765/2008 or be recognised by'
109
+ - source_sentence: genetically modified plant assessment inserted sequence stability
110
+ residual donor dna allergenicity food feed exposure pollinator interaction cultivation
111
+ coexistence measures
112
+ sentences:
113
+ - ' mutatis mutandis, to the filling of posts which have become vacant. 6. The arbitral
114
+ tribunal shall decide on the basis of the rules of international law and in particular
115
+ on the basis of the provisions of this Convention. 7. As regards both procedural
116
+ and substantive matters, the arbitral tribunal shall decide by a majority of its
117
+ members'' votes; the absence or abstention of one of the members of the tribunal
118
+ appointed by the parties shall not prevent the tribunal from reaching a decision.
119
+ In the event of parity of votes, the chairman shall have the casting vote. The
120
+ decisions of the Tribunal shall be binding on the parties. Each party shall bear
121
+ the costs of the arbitrator appointed by it and shall share the other costs equally.
122
+ For other matters, the arbitral tribunal shall establish its own rules of procedure.
123
+ 8. In the case of a dispute between two Contracting Parties, only one of which
124
+ is a Member State of the European Community, which is itself a Contracting Party,
125
+ the other Party shall simultaneously transmit its request to that Member State
126
+ and to the Community, which shall jointly notify the party within two months following
127
+ receipt of the request whether the Member State, the Community or the Member State
128
+ and the Community together are parties to the dispute. If such notification is
129
+ not given within the appointed time, both the Member State and the Community shall
130
+ be regarded as constituting one and the same party to the dispute for the purposes
131
+ of applying this Annex. The same shall obtain when the Member State and the Community
132
+ are jointly a party to the dispute. PROTOCOL OF SIGNATURE In signing the Convention
133
+ for the Protection of the Rhine, the heads of delegation in the ICPR agree upon
134
+ the following points. 1. The following shall remain unaffected by the Convention:
135
+ (a) the Convention of 3 December 1976 for the protection of the Rhine against
136
+ Pollution by Chlorides; (b) the Exchange of letters of 29 April/13 May 1983 on
137
+ the abovementioned Convention, which exchange entered into force on 5 July 1985;
138
+ (c) the Declaration of 11 December 1986 of the heads of delegation of the Governments
139
+ Party to the Agreement of 29 April 1963 concerning the International Commission
140
+ for the Protection of the Rhine against Pollution; (d) the Additional Protocol
141
+ of 25 September 1991 on the Convention of'
142
+ - ), tel que applications agronomiques, essai d'hybridation, modification de la
143
+ capacité de survie ou de dissémination, recherche des effets sur les organismes
144
+ cibles ou non-cibles. 2. Situation géographique du site de dissémination. 3. Étendue
145
+ du site (m2). 4. Informations utiles concernant, le cas échéant, de précédentes
146
+ disséminations de la même plante génétiquement modifiée, en particulier du point
147
+ de vue des incidences potentielles sur l'environnement et sur la santé humaine.
148
+ D. Conclusions concernant les incidences potentielles sur l'environnement de la
149
+ dissémination des PGM, conformément à l'annexe II, point D.2, de la directive
150
+ 2001/18/CE Précisez en particulier si les caractères introduits peuvent directement
151
+ ou indirectement conférer un avantage sélectif accru dans les milieux naturels;
152
+ indiquez également quels sont les avantages importants attendus sur le plan de
153
+ l'environnement. E. Brève description des mesures prises par le notifiant en matière
154
+ de contrôle des risques, y compris les mesures d'isolement destinées à limiter
155
+ la dispersion, par exemple propositions de surveillance et de surveillance après
156
+ récolte F. Résumé des essais en plein champ prévus pour obtenir de nouvelles données
157
+ sur les effets de la dissémination sur l'environnement et la santé humaine (le
158
+ cas échéant)
159
+ - ' The vector — nature and source of the vector, — structure and amount of any
160
+ vector and/or donor nucleic acid remaining in the final construction of the modified
161
+ micro-organism, — if present in the final GMM frequency of mobilisation of inserted
162
+ vector and/or capability for transfer of genetic material. 3.2.5. The resulting
163
+ GMM 3.2.5.1. Human health considerations — expected toxic or allergenic effects
164
+ of the GMM and/or its metabolic products, — comparison of the modified micro-organism
165
+ to the recipient or (where appropriate) parental organism regarding pathogenicity,
166
+ — expected capacity for colonisation, — if the micro-organism is pathogenic to
167
+ humans who are immunocompetent: — diseases caused and mechanism of transmission
168
+ including invasiveness and virulence, — infective dose, — possible alteration
169
+ of route of infection or tissue specificity, — possibility of survival outside
170
+ of human host, — biological stability, — antibiotic-resistance patterns, — allergenicity,
171
+ — toxigenicity, — availability of appropriate therapies and prophylactic measures.
172
+ 3.2.5.2. Environmental considerations — ecosystems to which the micro-organism
173
+ could be unintentionally released from the contained use, — expected survivability,
174
+ multiplication and extent of dissemination of the modified micro-organism in the
175
+ identified ecosystems, — anticipated result of interaction between the modified
176
+ micro-organism and the organisms or micro-organisms which might be exposed in
177
+ case of unintentional release into the environment, — known or predicted effects
178
+ on plants and animals such as pathogenicity, toxicity, allergenicity, vector for
179
+ a pathogen, altered antibiotic-resistance patterns, altered tropism or host specificity,
180
+ colonisation, — known or predicted involvement in biogeochemical processes. 3.3.
181
+ **Initial classification of the GMM** Points 3 to 5 of Annex III indicate that
182
+ the first stage of the risk assessment process for a GMM is to identify the potential
183
+ harmful properties of the GMM, to determine an initial classification for the
184
+ GMM. This is achieved by the identification of hazards associated with the recipient,
185
+ donor organism, vector and insert where appropriate. This process'
186
+ - source_sentence: chemical storage terminal above-ground tank integrity testing rainwater
187
+ separator maintenance spill response records soil groundwater protection loading
188
+ bay cross-contamination controls
189
+ sentences:
190
+ - ' in cooperation with the European Investment Bank, through the European Local
191
+ Energy Assistance facility, to interested stakeholders, including national, regional
192
+ and local authorities, on funding possibilities, taking into account the latest
193
+ changes in the regulatory framework. Article 30 Consultation In order to facilitate
194
+ the effective implementation of this Directive, Member States shall consult the
195
+ stakeholders involved, including local and regional authorities, in accordance
196
+ with the national law applicable and as relevant. Such consultation is of particular
197
+ importance for the application of Article 29. Article 31 Adaptation of Annex I
198
+ to technical progress The Commission shall adopt delegated acts in accordance
199
+ with Article 32 to amend this Directive concerning the adaptation of points 4
200
+ and 5 of Annex I to technical progress. Article 32 Exercise of the delegation
201
+ 1. The power to adopt delegated acts is conferred on the Commission subject to
202
+ the conditions laid down in this Article. 2. The power to adopt delegated acts
203
+ referred to in Articles 6, 7, 15, 17 and 31 shall be conferred on the Commission
204
+ for an indeterminate period of time from 28 May 2024. 3. The delegation of power
205
+ referred to in Articles 6, 7, 15, 17 and 31 may be revoked at any time by the
206
+ European Parliament or by the Council. A decision to revoke shall put an end to
207
+ the delegation of the power specified in that decision. It shall take effect the
208
+ day following the publication of the decision in the Official Journal of the European
209
+ Union or at a later date specified therein. It shall not affect the validity of
210
+ any delegated acts already in force. 4. Before adopting a delegated act, the Commission
211
+ shall consult experts designated by each Member State in accordance with the principles
212
+ laid down in the Interinstitutional Agreement of 13 April 2016 on Better Law-Making.
213
+ 5. As soon as it adopts a delegated act, the Commission shall notify it simultaneously
214
+ to the European Parliament and to the Council. 6. A delegated act adopted pursuant
215
+ to Article 6, 7, 15, 17 or 31 shall enter into force only if no objection has
216
+ been expressed either by the European Parliament or the Council within a period
217
+ of two months of notification of that act to the European Parliament and the Council
218
+ or if, before the expiry of that period, the European Parliament and the Council
219
+ have both informed the Commission that they will not object. That period shall'
220
+ - ' and record-keeping | The use of underground components is minimised. When underground
221
+ components are used for the storage of harmful/hazardous substances, secondary
222
+ containment (e.g. double-walled containment) is put in place. Underground components
223
+ are equipped with leak detection devices. Risk-based and regular monitoring of
224
+ underground storage and ductwork is carried out to identify potential leakages;
225
+ when necessary, leaking equipment is repaired. A record is kept of incidents that
226
+ may cause soil and/or groundwater pollution. | | (e) Regular inspection and maintenance
227
+ of plant and equipment | The plant and the equipment are regularly inspected and
228
+ serviced to ensure proper functioning; this includes in particular checking the
229
+ integrity and/or leak-free status of valves, pumps, pipes, tanks, pressure vessels,
230
+ drip trays, and containments/bunds and the proper functioning of warning systems.
231
+ | | (f) Techniques to prevent cross-contamination | Cross-contamination (i.e.
232
+ the contamination of plant areas that usually do not come into contact with treatment
233
+ chemicals) is prevented by using appropriate techniques such as: — design of drip
234
+ trays in such a way that forklifts are not in contact with potentially contaminated
235
+ surfaces of the drip trays; — design of charging equipment (used to remove treated
236
+ wood from the treatment vessel) in such a way that the carry-over of treatment
237
+ chemicals is prevented; — use of a crane system for handling treated wood; — use
238
+ of dedicated transport vehicles for potentially contaminated areas; — restricted
239
+ access to potentially contaminated areas; — use of grit walkways. | 2.11. **Emissions
240
+ to water and waste water management** **BAT 47.** In order to prevent or, where
241
+ that is not practicable, to reduce emissions to water and to reduce water consumption,
242
+ BAT is to use all of the techniques given below. | Technique | Description | Applicability
243
+ | |-----------|-------------|---------------| | (a) | Techniques to prevent contamination
244
+ of rain and surface run-off water | Rain and surface run-off water are kept separated
245
+ from areas where'
246
+ - ' process and storage areas are impermeable to the liquids concerned. | Generally
247
+ applicable. | | b. | Regular inspection and maintenance of plant and equipment
248
+ | The plant and the equipment are regularly inspected and maintained to ensure
249
+ proper functioning; this includes in particular checking the integrity and/or
250
+ leak-free status of valves, pumps, pipes, tanks and containments/bunds as well
251
+ as the proper functioning of warning systems (e.g. overflow detectors). | c. Optimised
252
+ storage location of process chemicals The storage areas are located in such a
253
+ way as to eliminate or minimise the unnecessary transport of process chemicals
254
+ within the plant (e.g. the transport distances on site are minimised). The applicability
255
+ to existing plants may be restricted by a lack of space. d. Dedicated area for
256
+ unloading process chemicals containing hazardous substances Process chemicals
257
+ containing hazardous substances are unloaded in a bunded area. Occasional spillages
258
+ are collected and sent for treatment. e. Segregated storage of process chemicals
259
+ Incompatible process chemicals are kept separated. This segregation relies on
260
+ physical separation and on the chemicals inventory (see BAT 15). Generally applicable.
261
+ f. Handling and storage of packaging containing process chemicals Packaging containing
262
+ liquid process chemicals is completely emptied by gravity or by mechanical means
263
+ (e.g. brushing, wiping) without the use of water. Packaging containing process
264
+ chemicals in powder is emptied by gravity for small packaging and using suction
265
+ for large packaging. Empty packaging is stored in a dedicated area. 1.1.8. Emissions
266
+ to air BAT 22. In order to reduce diffuse emissions to air (e.g. VOCs from the
267
+ use of organic solvents), BAT is to collect diffuse emissions and send the waste
268
+ gases to treatment. Applicability In the case of existing plants, the applicability
269
+ may be restricted by operational constraints or by the high volume of air to be
270
+ extracted. BAT 23. In order to facilitate the recovery of energy and the reduction
271
+ of channelled emissions to air, BAT is to limit the number of emission points.
272
+ Description The combined treatment of waste gases with similar characteristics
273
+ ensures more effective'
274
+ - source_sentence: manufacturer annual excess emissions premium calculation pooled
275
+ manufacturers derogation target adjustment approved niche producer methodology
276
+ corrected registration errors
277
+ sentences:
278
+ - ' commercial organic solvents (or tar from ethylbenzene plants) (see BAT 42b).
279
+ VOCs are recovered by stripping of the scrubber liquor | | BAT 39: In order to
280
+ increase resource efficiency, BAT is to recover the co-produced hydrogen from
281
+ ethylbenzene dehydrogenation, and to use it either as a chemical reagent or to
282
+ combust the dehydrogenation off-gas as a fuel (e.g. in the steam superheater).
283
+ BAT 40: In order to increase the resource efficiency of the acetophenone hydrogenation
284
+ unit in the SMPO production process, BAT is to minimise excess hydrogen or to
285
+ recycle hydrogen by using BAT 8a. If BAT 8a is not applicable, BAT is to recover
286
+ energy (see BAT 9). 4.5. Residues BAT 41: In order to reduce the amount of waste
287
+ being sent for disposal from spent catalyst neutralisation in the AlCl3-catalysed
288
+ ethylbenzene production process, BAT is to recover residual organic compounds
289
+ by stripping and then concentrate the aqueous phase to give a usable AlCl3 by-product.
290
+ Steam stripping is first used to remove VOCs, then the spent catalyst solution
291
+ is concentrated by evaporation to give a usable AlCl3 by-product. The vapour phase
292
+ is condensed to give a HCl solution that is recycled into the process. BAT 42:
293
+ In order to prevent or reduce the amount of waste tar being sent for disposal
294
+ from the distillation unit of ethylbenzene production, BAT is to use one or a
295
+ combination of the techniques given below. | Technique | Description | Applicability
296
+ | |-----------|-------------|---------------| | a. Material recovery (e.g. by
297
+ distillation, cracking) | See BAT 17c | Only applicable where there are available
298
+ uses for these recovered materials | | b. Use of tar as an absorbent for scrubbing
299
+ | See section 12.1. Use the tar as an absorbent in the scrubbers used in styrene
300
+ monomer production by ethylbenzene dehydrogenation, instead of commercial organic
301
+ solvents (see BAT 38b). The extent to which tar can be used depends on the scrubber
302
+ capacity '
303
+ - 'TG1}) - (\text{AC2} - \text{TG2})] \] AC1 = the average specific emissions of
304
+ CO2 including the unidentifiable vehicles (as set out in column D); TG1 = the
305
+ specific emissions target including the unidentifiable vehicles (as set out in
306
+ column E); AC2 = the average specific emissions of CO2 excluding the unidentifiable
307
+ vehicles; TG2 = the specific emissions target excluding the unidentifiable vehicles.
308
+ Column I: ‘Average CO2 (100 %)’ means the average specific emissions of CO2 that
309
+ have been calculated on the basis of 100 % of the vehicles attributed to the manufacturer.
310
+ Where appropriate, the average specific emissions have been adjusted to take into
311
+ account the corrections notified to the Commission by the manufacturer concerned.
312
+ The records used for the calculation includes those that contain a valid value
313
+ for mass and CO2 emissions but do not take into account the super-credits referred
314
+ to in Article 5 of Regulation (EC) No 443/2009.'
315
+ - '. The error margin is calculated in accordance with the following formula: \[
316
+ \text{Error} = \text{absolute value of } [(\text{AC1} - \text{TG1}) - (\text{AC2}
317
+ - \text{TG2})] \] \[ \text{AC1} = \text{the average specific emissions of CO2
318
+ including the unidentifiable vehicles (as set out in column D)}; \] \[ \text{TG1}
319
+ = \text{the specific emissions target including the unidentifiable vehicles (as
320
+ set out in column E)}; \] AC2 = the average specific emissions of CO2 excluding
321
+ the unidentifiable vehicles; TG2 = the specific emissions target excluding the
322
+ unidentifiable vehicles. Column I: ‘Average CO2 (100 %)’ means the average specific
323
+ emissions of CO2 that have been calculated on the basis of 100 % of the vehicles
324
+ attributed to the manufacturer. Where appropriate, the average specific emissions
325
+ have been adjusted to take into account the corrections notified to the Commission
326
+ by the manufacturer concerned. The records used for the calculation includes those
327
+ that contain a valid value for mass and CO2 emissions but do not take into account
328
+ the super-credits referred to in Article 5 of Regulation (EC) No 443/2009.'
329
+ - source_sentence: Prüfbericht notifizierte Stelle fachliche Eignung Zertifizierungsstelle
330
+ unabhängige Begutachter interne Unparteilkeit harmonisierte Produktvorschriften
331
+ sentences:
332
+ - ' for performance standards and assessment of technical services** The Commission
333
+ is empowered to adopt delegated acts in accordance with Article 55 supplementing
334
+ this Regulation by laying down: (a) the standards with which the technical services
335
+ have to comply; and (b) the procedure for the assessment of the technical services,
336
+ including the corresponding report, in accordance with Article 49. **Article 49**
337
+ **Assessment of the skills of technical services** 1. The designating approval
338
+ authority shall draw up an assessment report demonstrating that the candidate
339
+ technical service has been assessed for its compliance with this Regulation and
340
+ the delegated acts adopted pursuant to it. The assessment report may include a
341
+ certificate of accreditation issued by a national accreditation body attesting
342
+ that the technical service fulfils the requirements of this Regulation. The assessment
343
+ on which the assessment report is based shall be conducted in accordance with
344
+ the provisions laid down in a delegated act referred to in Article 48. 2. The
345
+ designating approval authority shall review the assessment report at least once
346
+ every three years. 3. The designating approval authority shall communicate the
347
+ assessment report to the Commission upon the latter''s request. In such cases,
348
+ where the assessment is not based on an accreditation certificate issued by a
349
+ national accreditation body, the designating approval authority shall provide
350
+ the Commission with documentary evidence which attests to the following: (a) the
351
+ technical service''s competence; (b) the arrangements in place to ensure that
352
+ the technical service is monitored regularly by the designating approval authority;
353
+ and (c) that the technical service fulfils the requirements of this Regulation
354
+ and of the delegated acts adopted pursuant to it. 4. An approval authority that
355
+ intends to act as a technical service in accordance with Article 47(2) shall document
356
+ compliance by means of an assessment conducted by auditors independent of the
357
+ activity being assessed. Such auditors may be from the same organisation, provided
358
+ that they are managed separately from the personnel undertaking the assessed activity.
359
+ **Article 50** **Procedures for notification** 1. In respect of each technical
360
+ service that they have designated, Member States shall notify the Commission of
361
+ the following: (a) the name of the technical service; (b) the address, including
362
+ electronic address; (c) the responsible persons; (d'
363
+ - 'ity assessment and the declaration of conformity available for inspection within
364
+ 10 days of a request received from market surveillance authorities or the Commission.
365
+ Article 80 Entry into force This Regulation shall enter into force on the twentieth
366
+ day following that of its publication in the Official Journal of the European
367
+ Union. This Regulation shall be binding in its entirety and directly applicable
368
+ in all Member States. Done at Brussels, 13 June 2024. For the European Parliament
369
+ The President R. METSOLA For the Council The President H. LAHBIB ANNEX I Product
370
+ parameters The following parameters shall, as appropriate, and where necessary
371
+ supplemented by others, be used, individually or in combination, as a basis for
372
+ improving the product aspects: (a) durability and reliability of the product or
373
+ its components as expressed through the product’s guaranteed lifetime, technical
374
+ lifetime, mean time between failures, indication of real use information on the
375
+ product, resistance to stresses or ageing mechanisms; (b) ease of repair and maintenance,
376
+ as expressed through characteristics, availability, delivery time and affordability
377
+ of spare parts, modularity, compatibility with commonly available tools and spare
378
+ parts, availability of repair and maintenance instructions, number of materials
379
+ and components used, use of standard components, use of component and material
380
+ coding standards for the identification of components and materials, number and
381
+ complexity of processes and whether specialised tools are needed, ease of non-destructive
382
+ disassembly and re-assembly, conditions for access to product data, conditions
383
+ for access to or use of hardware and software needed; (c) ease of upgrading, reuse,
384
+ remanufacturing and refurbishment as expressed through number of materials and
385
+ components used, use of standard components, use of component and material coding
386
+ standards for the identification of components and materials, number and complexity
387
+ of processes and tools needed, ease of non-destructive disassembly and re-assembly,
388
+ conditions for access to product data, conditions for access to or use of hardware
389
+ and software needed, conditions of access to test protocols or not commonly available
390
+ testing equipment, availability of guarantees specific to remanufactured or refurbished
391
+ products, conditions for access to or use of technologies protected by intellectual'
392
+ - ' to Resolution MSC.81(70), as laid down in Annex 17 to IMO document MSC 97/22/Add.1
393
+ and in Annex 1 to IMO document MSC 98/3/1. **Article 2** The position to be adopted
394
+ on behalf of the Union at the 71st session of the IMO Marine Environment Protection
395
+ Committee shall be to agree to the adoption of the amendments to Appendix V to
396
+ MARPOL Annex VI, as laid down in Annex 7 to IMO document MEPC 70/18/Add.1. **Article
397
+ 3** 1. The positions to be adopted on behalf of the Union as set out in Articles
398
+ 1 and 2 shall be expressed by the Member States, which are members of the IMO,
399
+ acting jointly in the interests of the Union. 2. Minor changes to the positions
400
+ referred to in Articles 1 and 2 may be agreed upon without further decision of
401
+ the Council. **Article 4** Member States are hereby authorised to give their consent
402
+ to be bound, in the interests of the Union, by the amendments referred to in Articles
403
+ 1 and 2, to the extent that those amendments fall under the exclusive competence
404
+ of the Union. **Article 5** This Decision is addressed to the Member States. Done
405
+ at Brussels, 29 May 2017. For the Council The President C. CARDONA'
406
+ pipeline_tag: sentence-similarity
407
+ library_name: sentence-transformers
408
+ ---
409
+
410
+ # SentenceTransformer based on BAAI/bge-m3
411
+
412
+ This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [BAAI/bge-m3](https://huggingface.co/BAAI/bge-m3) on the bge-m3-lemur-r3 dataset. It maps sentences & paragraphs to a 1024-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
413
+
414
+ ## Model Details
415
+
416
+ ### Model Description
417
+ - **Model Type:** Sentence Transformer
418
+ - **Base model:** [BAAI/bge-m3](https://huggingface.co/BAAI/bge-m3) <!-- at revision 5617a9f61b028005a4858fdac845db406aefb181 -->
419
+ - **Maximum Sequence Length:** 8192 tokens
420
+ - **Output Dimensionality:** 1024 dimensions
421
+ - **Similarity Function:** Cosine Similarity
422
+ - **Training Dataset:**
423
+ - bge-m3-lemur-r3
424
+ <!-- - **Language:** Unknown -->
425
+ <!-- - **License:** Unknown -->
426
+
427
+ ### Model Sources
428
+
429
+ - **Documentation:** [Sentence Transformers Documentation](https://sbert.net)
430
+ - **Repository:** [Sentence Transformers on GitHub](https://github.com/UKPLab/sentence-transformers)
431
+ - **Hugging Face:** [Sentence Transformers on Hugging Face](https://huggingface.co/models?library=sentence-transformers)
432
+
433
+ ### Full Model Architecture
434
+
435
+ ```
436
+ SentenceTransformer(
437
+ (0): Transformer({'max_seq_length': 8192, 'do_lower_case': False}) with Transformer model: PeftModelForFeatureExtraction
438
+ (1): Pooling({'word_embedding_dimension': 1024, 'pooling_mode_cls_token': True, 'pooling_mode_mean_tokens': False, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False, 'pooling_mode_weightedmean_tokens': False, 'pooling_mode_lasttoken': False, 'include_prompt': True})
439
+ (2): Normalize()
440
+ )
441
+ ```
442
+
443
+ ## Usage
444
+
445
+ ### Direct Usage (Sentence Transformers)
446
+
447
+ First install the Sentence Transformers library:
448
+
449
+ ```bash
450
+ pip install -U sentence-transformers
451
+ ```
452
+
453
+ Then you can load this model and run inference.
454
+ ```python
455
+ from sentence_transformers import SentenceTransformer
456
+
457
+ # Download from the 🤗 Hub
458
+ model = SentenceTransformer("keisuke-miyako/bge-m3-lemur-r4-checkpoints")
459
+ # Run inference
460
+ sentences = [
461
+ 'Prüfbericht notifizierte Stelle fachliche Eignung Zertifizierungsstelle unabhängige Begutachter interne Unparteilkeit harmonisierte Produktvorschriften',
462
+ " for performance standards and assessment of technical services** The Commission is empowered to adopt delegated acts in accordance with Article 55 supplementing this Regulation by laying down: (a) the standards with which the technical services have to comply; and (b) the procedure for the assessment of the technical services, including the corresponding report, in accordance with Article 49. **Article 49** **Assessment of the skills of technical services** 1. The designating approval authority shall draw up an assessment report demonstrating that the candidate technical service has been assessed for its compliance with this Regulation and the delegated acts adopted pursuant to it. The assessment report may include a certificate of accreditation issued by a national accreditation body attesting that the technical service fulfils the requirements of this Regulation. The assessment on which the assessment report is based shall be conducted in accordance with the provisions laid down in a delegated act referred to in Article 48. 2. The designating approval authority shall review the assessment report at least once every three years. 3. The designating approval authority shall communicate the assessment report to the Commission upon the latter's request. In such cases, where the assessment is not based on an accreditation certificate issued by a national accreditation body, the designating approval authority shall provide the Commission with documentary evidence which attests to the following: (a) the technical service's competence; (b) the arrangements in place to ensure that the technical service is monitored regularly by the designating approval authority; and (c) that the technical service fulfils the requirements of this Regulation and of the delegated acts adopted pursuant to it. 4. An approval authority that intends to act as a technical service in accordance with Article 47(2) shall document compliance by means of an assessment conducted by auditors independent of the activity being assessed. Such auditors may be from the same organisation, provided that they are managed separately from the personnel undertaking the assessed activity. **Article 50** **Procedures for notification** 1. In respect of each technical service that they have designated, Member States shall notify the Commission of the following: (a) the name of the technical service; (b) the address, including electronic address; (c) the responsible persons; (d",
463
+ 'ity assessment and the declaration of conformity available for inspection within 10 days of a request received from market surveillance authorities or the Commission. Article 80 Entry into force This Regulation shall enter into force on the twentieth day following that of its publication in the Official Journal of the European Union. This Regulation shall be binding in its entirety and directly applicable in all Member States. Done at Brussels, 13 June 2024. For the European Parliament The President R. METSOLA For the Council The President H. LAHBIB ANNEX I Product parameters The following parameters shall, as appropriate, and where necessary supplemented by others, be used, individually or in combination, as a basis for improving the product aspects: (a) durability and reliability of the product or its components as expressed through the product’s guaranteed lifetime, technical lifetime, mean time between failures, indication of real use information on the product, resistance to stresses or ageing mechanisms; (b) ease of repair and maintenance, as expressed through characteristics, availability, delivery time and affordability of spare parts, modularity, compatibility with commonly available tools and spare parts, availability of repair and maintenance instructions, number of materials and components used, use of standard components, use of component and material coding standards for the identification of components and materials, number and complexity of processes and whether specialised tools are needed, ease of non-destructive disassembly and re-assembly, conditions for access to product data, conditions for access to or use of hardware and software needed; (c) ease of upgrading, reuse, remanufacturing and refurbishment as expressed through number of materials and components used, use of standard components, use of component and material coding standards for the identification of components and materials, number and complexity of processes and tools needed, ease of non-destructive disassembly and re-assembly, conditions for access to product data, conditions for access to or use of hardware and software needed, conditions of access to test protocols or not commonly available testing equipment, availability of guarantees specific to remanufactured or refurbished products, conditions for access to or use of technologies protected by intellectual',
464
+ ]
465
+ embeddings = model.encode(sentences)
466
+ print(embeddings.shape)
467
+ # [3, 1024]
468
+
469
+ # Get the similarity scores for the embeddings
470
+ similarities = model.similarity(embeddings, embeddings)
471
+ print(similarities.shape)
472
+ # [3, 3]
473
+ ```
474
+
475
+ <!--
476
+ ### Direct Usage (Transformers)
477
+
478
+ <details><summary>Click to see the direct usage in Transformers</summary>
479
+
480
+ </details>
481
+ -->
482
+
483
+ <!--
484
+ ### Downstream Usage (Sentence Transformers)
485
+
486
+ You can finetune this model on your own dataset.
487
+
488
+ <details><summary>Click to expand</summary>
489
+
490
+ </details>
491
+ -->
492
+
493
+ <!--
494
+ ### Out-of-Scope Use
495
+
496
+ *List how the model may foreseeably be misused and address what users ought not to do with the model.*
497
+ -->
498
+
499
+ <!--
500
+ ## Bias, Risks and Limitations
501
+
502
+ *What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
503
+ -->
504
+
505
+ <!--
506
+ ### Recommendations
507
+
508
+ *What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
509
+ -->
510
+
511
+ ## Training Details
512
+
513
+ ### Training Dataset
514
+
515
+ #### bge-m3-lemur-r3
516
+
517
+ * Dataset: bge-m3-lemur-r3
518
+ * Size: 31,472 training samples
519
+ * Columns: <code>anchor</code>, <code>positive</code>, and <code>negative</code>
520
+ * Approximate statistics based on the first 1000 samples:
521
+ | | anchor | positive | negative |
522
+ |:--------|:-----------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------|
523
+ | type | string | string | string |
524
+ | details | <ul><li>min: 17 tokens</li><li>mean: 32.27 tokens</li><li>max: 66 tokens</li></ul> | <ul><li>min: 46 tokens</li><li>mean: 485.55 tokens</li><li>max: 512 tokens</li></ul> | <ul><li>min: 49 tokens</li><li>mean: 458.41 tokens</li><li>max: 512 tokens</li></ul> |
525
+ * Samples:
526
+ | anchor | positive | negative |
527
+ |:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
528
+ | <code>commission regular reporting energy union governance national climate plans renewable efficiency trajectory corrective recommendations infringement proceedings internal market obligations</code> | <code>cy of Union policies and measures. The review should take into account, inter alia, evolving national circumstances and be informed by the results of the 2018 Facilitative Dialogue under the UNFCCC (‘Talanoa dialogue’) and the global stocktake under the Paris Agreement. As part of the review, the balance between supply and demand for annual emission allocations should also be considered to ensure the adequacy of the obligations laid down by this Regulation. In addition, as part of its regular reporting under Regulation (EU) No 525/2013, the Commission should, by 31 October 2019, assess the outcome of the Talanoa dialogue. The review for the period after 2030 should be in line with the long-term objectives and the commitments made under the Paris Agreement and, to this end, it should reflect a progression over time. (29) In order to ensure efficient, transparent and cost-effective reporting and verification of greenhouse gas emissions and of other information necessary to assess progres...</code> | <code> à promouvoir l'efficacité énergétique; (14) NOTE avec attention que, dans le document de travail de la Commission (1), la liste des mesures possibles comprend des mesures fiscales appropriées dans le domaine de l'énergie, des incitations économiques et d'autres mesures économiques analogues visant à contribuer à la réduction des émissions; (1) Les options en matière de politique énergétique qui permettront de répondre au défi du changement climatique: vers la définition d'une stratégie en matière de politique énergétique à la suite de la conférence de Kyoto. NOTE que la discussion au niveau de l'Union se poursuit au sein de l'organe approprié du Conseil; (15) ESTIME que les modifications en faveur de l'efficacité énergétique qui seront éventuellement apportées lors de la révision des lignes directrices communautaires pour les aides d'État ne devront pas provoquer de distorsion de la concurrence; (16) INVITE la Commission à présenter, dès que possible, une proposition de plan d'action ...</code> |
529
+ | <code>national atmospheric emission inventory methodology diffuse source sectors fuel sales reconciliation greenhouse gas reporting calorific conversion factors sulphur content for marine bunker fuels</code> | <code> emission inventories drawn up under Directive 2001/80/EC of the European Parliament and of the Council of 23 October 2001 on the limitation of emissions of certain pollutants into the air from large combustion plants (OJ L 309, 27.11.2001, p. 3). (3) This information is needed in view of determining the relevant emission limit values on 1 January 2016 as set out in Article 10 of Directive 2001/80/EC. (4) ‘operating hours’ means the time, expressed in hours, during which a combustion plant, in whole or in part, is operating and discharging emissions into the air, excluding start-up and shut-down periods. (5) For example, gas turbines can only be covered by the transitional national plan concerning their NOx emissions. Other plants may be covered by the transitional national plan for some pollutant(s), while being subject to the emission limit values from Annex V to Directive 2010/75/EU for other pollutants. (8) Annual amount of fuel used (TJ/year), averaged over the period 2001-2010, s...</code> | <code>mal input (MW) of the combustion plant; (b) the type of combustion plant: boiler, gas turbine, gas engine, diesel engine, other (specifying the type); (c) the date of the start of operation of the combustion plant; (d) the total annual emissions (tonnes per year) of sulphur dioxide, nitrogen oxides and dust (as total suspended particles); (e) the number of operating hours of the combustion plant; (f) the total annual amount of energy input, related to the net calorific value (TJ per year), broken down in terms of the following categories of fuel: coal, lignite, biomass, peat, other solid fuels (specifying the type), liquid fuels, natural gas, other gases (specifying the type). The annual plant-by-plant data contained in these inventories shall be made available to the Commission upon request. A summary of the inventories shall be made available to the Commission every 3 years within 12 months from the end of the three-year period considered. This summary shall show separately the data ...</code> |
530
+ | <code>marine environment service ocean observations reanalysis biogeochemistry sea ice forecasting coastal applications maritime safety fisheries monitoring European and global domains</code> | <code>-temporal EU39 coverage. Sentinel 1 and 2 shall be operationally integrated in the process. They shall be complemented with VHR resolution satellite data for specific applications and for validation purposes. 5.2. **In-Situ Observations** Copernicus land services shall use in situ data for calibration and validation activities. ANNEX V THE TECHNICAL SPECIFICATIONS FOR THE COPERNICUS CLIMATE CHANGE SERVICE 1. SCOPE The Copernicus Climate Change Service (C3S) shall combine observations and models of the climate system with the latest science to develop authoritative, quality-assured information about the past, current and future states of the climate in Europe and worldwide. The C3S shall achieve the following objectives: (a) to document the past and current state of climate (based on observations and re-analysis); (b) to generate 6-months seasonal forecasts (using a multi-model ensemble approach); (c) to deliver climate projections (based on various scenarios). The service shall provide...</code> | <code>3) Assessments Reports on Climate Change: Impacts, Adaptation and Vulnerability, published periodically by the Intergovernmental Panel on Climate Change (IPCC), the United Nations body for assessing the science related to climate change produces, https://www.ipcc.ch/reports/. (604) Such as Copernicus services managed by the European Commission. (605) Nature-based solutions are defined as ‘solutions that are inspired and supported by nature, which are cost-effective, simultaneously provide environmental, social and economic benefits and help build resilience. Such solutions bring more, and more diverse, nature and natural features and processes into cities, landscapes and seascapes, through locally adapted, resource-efficient and systemic interventions’. Therefore, nature-based solutions benefit biodiversity and support the delivery of a range of ecosystem services (version of 4.6.2021: https://ec.europa.eu/info/research-and-innovation/research-area/environment/nature-based-solutions_en...</code> |
531
+ * Loss: [<code>MultipleNegativesRankingLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#multiplenegativesrankingloss) with these parameters:
532
+ ```json
533
+ {
534
+ "scale": 20,
535
+ "similarity_fct": "cos_sim"
536
+ }
537
+ ```
538
+
539
+ ### Evaluation Dataset
540
+
541
+ #### bge-m3-lemur-r3
542
+
543
+ * Dataset: bge-m3-lemur-r3
544
+ * Size: 31,472 evaluation samples
545
+ * Columns: <code>anchor</code>, <code>positive</code>, and <code>negative</code>
546
+ * Approximate statistics based on the first 1000 samples:
547
+ | | anchor | positive | negative |
548
+ |:--------|:----------------------------------------------------------------------------------|:------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------|
549
+ | type | string | string | string |
550
+ | details | <ul><li>min: 20 tokens</li><li>mean: 32.2 tokens</li><li>max: 50 tokens</li></ul> | <ul><li>min: 53 tokens</li><li>mean: 485.9 tokens</li><li>max: 512 tokens</li></ul> | <ul><li>min: 46 tokens</li><li>mean: 458.43 tokens</li><li>max: 512 tokens</li></ul> |
551
+ * Samples:
552
+ | anchor | positive | negative |
553
+ |:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
554
+ | <code>circular economy waste benchmark selection material efficiency indicators published sector studies procurement of consultancy support internal environmental management review without comparative life-cycle modelling</code> | <code> (below) being essential and steps 3 to 8 needing an ad-hoc life-cycle assessment (LCA) to be carried out and not always necessary: 1. Systematic application of life-cycle thinking throughout waste management strategy design and implementation (to complement the waste management hierarchy). 2. Review of relevant LCA literature to rank the environmental performance of alternative waste management options, where studied systems are directly comparable with available options. 3. Application of LCA to specific management and technology options for which no reliable published literature can be found; this requires procurement of LCA services, or in-house use of relevant LCA software. 4. The careful consideration of system boundaries, that ensures an accurate comparison across waste management options, includes system expansion and/or LCA for avoided processes (e.g. grid electricity generation). 5. Compilation and documentation of life-cycle inventories in relation to reference flows, if pos...</code> | <code>eu/legal-content/EN/TXT/?uri=CELEX:52014DC0398 (5) This includes plastics packaging. (6) Including characterisation. (7) Value-added means recycling into high quality products, i.e. not recycling into aggregates. For the concept see: Communication from the Commission to the European Parliament, the Council, the European Economic and Social Committee and the Committee of Regions ‘Towards a circular economy: A zero waste programme for Europe’, COM(2014) 398 final of 2 July 2014, http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:52014DC0398 (8) Communication COM(2011) 571 final of 20 September 2011 from the Commission to the European Parliament, the Council, the European Economic and Social Committee and the Committee of Regions ‘Roadmap to a Resource Efficient Europe’, http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=COM:2011:0571:FIN (9) Communication COM(2015) 614 final of 2 December 2015 from the Commission to the European Parliament, the Council, the European Economic and So...</code> |
555
+ | <code>rail locomotive original engines new production placement latest applicable emission limits relevant legislation transitional conformity authorisation member states</code> | <code> that the engines are intended for installation in non-road mobile machinery to be used in potentially explosive atmospheres, as defined in point (5) of Article 2 of Directive 2014/34/EU of the European Parliament and of the Council (1). 6. Notwithstanding Articles 18(2) and 22(3), Member States may, upon request, grant EU type-approval for, and authorise the placing on the market of, engines that meet the gaseous and particulate pollutant emission limit values for special purpose engines set out in Annex VI, on the condition that the engines are intended for installation in non-road mobile machinery that is exclusively used for the launch and recovery of lifeboats operated by a national rescue service. 7. Notwithstanding Articles 5(3) and 18(2), in relation to engines of categories RLL or RLR and placed on the Union market on or before 31 December 2011, Member States may authorise the placing on the market of replacement engines if the approval authority, upon examination, recognises ...</code> | <code>CLE 31(1)(a) AND (b) OF REGULATION (EU) 2016/1628) SECTION 1 EU STATEMENT OF CONFORMITY The undersigned: [ ................................................................. (full name and position)] hereby certifies that the following engine: 1.1. Make (trade name(s) of manufacturer): ................................................................. 1.2. Commercial name(s) (if applicable): ................................................................. 1.3. Company name and address of manufacturer: .................................................. 1.4. Name and address of manufacturer's authorised representative (if any): .............. 1.5. Name(s) and address(es) of assembly/manufacturer plant(s): ............................ 1.6. Engine type designation/engine family designation/FT (1): 1.7. Category and sub-category of the engine type/engine family (2) (3): .................... 3.1.2. Designation on the statutory marking: engine type designation/engine family designation/FT (1) ...</code> |
556
+ | <code>accreditation body assessor independence confidentiality peer evaluation competence records communication with applicant surveillance decision-making impartiality safeguards</code> | <code> of the quality management system referred to in paragraph 3, including the following processes: (i) processes for the review of the quality management system at least once a year, not exceeding 15 months between management reviews; (ii) processes for conducting internal audits at least once a year, not exceeding 15 months between internal audits; (iii) processes for identifying and managing non-conformities in the verifier’s activities and taking corrective action to address these non-conformities; (iv) processes for identifying risks and opportunities in the verifier’s activities and taking preventive actions to mitigate those risks; (v) processes for the control of documented information. Article 36 Internal verification documentation 1. The verifier shall prepare and compile internal verification documentation containing at least: (a) the results of the verification activities performed; (b) the verification plan, the strategic analysis and the risk assessment; (c) sufficient infor...</code> | <code>, the national accreditation body shall, within a reasonable time but no later than three months from the date of its receipt: (a) decide on the validity of the complaint; (b) ensure that the verifier concerned is given the opportunity to submit its observations; (c) take appropriate actions to address the complaint; (d) record the complaint and action taken; and (e) respond to the complainant. Article 63 Records and documentation 1. The national accreditation body shall keep records on each person involved in the accreditation process. Those records shall include records related to relevant qualifications, training, experience, impartiality and competence necessary to demonstrate compliance with this Regulation. 2. The national accreditation body shall keep records of the verifier in line with the harmonised standard pursuant to Regulation (EC) No 765/2008 referred to in Annex III. Article 64 Access to information and confidentiality 1. The national accreditation body shall, on a regu...</code> |
557
+ * Loss: [<code>MultipleNegativesRankingLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#multiplenegativesrankingloss) with these parameters:
558
+ ```json
559
+ {
560
+ "scale": 20,
561
+ "similarity_fct": "cos_sim"
562
+ }
563
+ ```
564
+
565
+ ### Training Hyperparameters
566
+ #### Non-Default Hyperparameters
567
+
568
+ - `eval_strategy`: steps
569
+ - `per_device_train_batch_size`: 48
570
+ - `learning_rate`: 3e-05
571
+ - `weight_decay`: 0.01
572
+ - `num_train_epochs`: 4
573
+ - `lr_scheduler_type`: cosine_with_min_lr
574
+ - `lr_scheduler_kwargs`: {'min_lr': 2e-06}
575
+ - `warmup_steps`: 100
576
+ - `bf16`: True
577
+ - `dataloader_num_workers`: 4
578
+ - `remove_unused_columns`: False
579
+ - `ddp_find_unused_parameters`: True
580
+ - `push_to_hub`: True
581
+ - `hub_model_id`: keisuke-miyako/bge-m3-lemur-r4-checkpoints
582
+ - `gradient_checkpointing`: True
583
+ - `gradient_checkpointing_kwargs`: {'use_reentrant': False}
584
+
585
+ #### All Hyperparameters
586
+ <details><summary>Click to expand</summary>
587
+
588
+ - `overwrite_output_dir`: False
589
+ - `do_predict`: False
590
+ - `eval_strategy`: steps
591
+ - `prediction_loss_only`: True
592
+ - `per_device_train_batch_size`: 48
593
+ - `per_device_eval_batch_size`: 8
594
+ - `per_gpu_train_batch_size`: None
595
+ - `per_gpu_eval_batch_size`: None
596
+ - `gradient_accumulation_steps`: 1
597
+ - `eval_accumulation_steps`: None
598
+ - `torch_empty_cache_steps`: None
599
+ - `learning_rate`: 3e-05
600
+ - `weight_decay`: 0.01
601
+ - `adam_beta1`: 0.9
602
+ - `adam_beta2`: 0.999
603
+ - `adam_epsilon`: 1e-08
604
+ - `max_grad_norm`: 1.0
605
+ - `num_train_epochs`: 4
606
+ - `max_steps`: -1
607
+ - `lr_scheduler_type`: cosine_with_min_lr
608
+ - `lr_scheduler_kwargs`: {'min_lr': 2e-06}
609
+ - `warmup_ratio`: 0.0
610
+ - `warmup_steps`: 100
611
+ - `log_level`: passive
612
+ - `log_level_replica`: warning
613
+ - `log_on_each_node`: True
614
+ - `logging_nan_inf_filter`: True
615
+ - `save_safetensors`: True
616
+ - `save_on_each_node`: False
617
+ - `save_only_model`: False
618
+ - `restore_callback_states_from_checkpoint`: False
619
+ - `no_cuda`: False
620
+ - `use_cpu`: False
621
+ - `use_mps_device`: False
622
+ - `seed`: 42
623
+ - `data_seed`: None
624
+ - `jit_mode_eval`: False
625
+ - `use_ipex`: False
626
+ - `bf16`: True
627
+ - `fp16`: False
628
+ - `fp16_opt_level`: O1
629
+ - `half_precision_backend`: auto
630
+ - `bf16_full_eval`: False
631
+ - `fp16_full_eval`: False
632
+ - `tf32`: None
633
+ - `local_rank`: 0
634
+ - `ddp_backend`: None
635
+ - `tpu_num_cores`: None
636
+ - `tpu_metrics_debug`: False
637
+ - `debug`: []
638
+ - `dataloader_drop_last`: True
639
+ - `dataloader_num_workers`: 4
640
+ - `dataloader_prefetch_factor`: None
641
+ - `past_index`: -1
642
+ - `disable_tqdm`: False
643
+ - `remove_unused_columns`: False
644
+ - `label_names`: None
645
+ - `load_best_model_at_end`: False
646
+ - `ignore_data_skip`: False
647
+ - `fsdp`: []
648
+ - `fsdp_min_num_params`: 0
649
+ - `fsdp_config`: {'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}
650
+ - `fsdp_transformer_layer_cls_to_wrap`: None
651
+ - `accelerator_config`: {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}
652
+ - `deepspeed`: None
653
+ - `label_smoothing_factor`: 0.0
654
+ - `optim`: adamw_torch
655
+ - `optim_args`: None
656
+ - `adafactor`: False
657
+ - `group_by_length`: False
658
+ - `length_column_name`: length
659
+ - `ddp_find_unused_parameters`: True
660
+ - `ddp_bucket_cap_mb`: None
661
+ - `ddp_broadcast_buffers`: False
662
+ - `dataloader_pin_memory`: True
663
+ - `dataloader_persistent_workers`: False
664
+ - `skip_memory_metrics`: True
665
+ - `use_legacy_prediction_loop`: False
666
+ - `push_to_hub`: True
667
+ - `resume_from_checkpoint`: None
668
+ - `hub_model_id`: keisuke-miyako/bge-m3-lemur-r4-checkpoints
669
+ - `hub_strategy`: every_save
670
+ - `hub_private_repo`: False
671
+ - `hub_always_push`: False
672
+ - `gradient_checkpointing`: True
673
+ - `gradient_checkpointing_kwargs`: {'use_reentrant': False}
674
+ - `include_inputs_for_metrics`: False
675
+ - `include_for_metrics`: []
676
+ - `eval_do_concat_batches`: True
677
+ - `fp16_backend`: auto
678
+ - `push_to_hub_model_id`: None
679
+ - `push_to_hub_organization`: None
680
+ - `mp_parameters`:
681
+ - `auto_find_batch_size`: False
682
+ - `full_determinism`: False
683
+ - `torchdynamo`: None
684
+ - `ray_scope`: last
685
+ - `ddp_timeout`: 1800
686
+ - `torch_compile`: False
687
+ - `torch_compile_backend`: None
688
+ - `torch_compile_mode`: None
689
+ - `dispatch_batches`: None
690
+ - `split_batches`: None
691
+ - `include_tokens_per_second`: False
692
+ - `include_num_input_tokens_seen`: False
693
+ - `neftune_noise_alpha`: None
694
+ - `optim_target_modules`: None
695
+ - `batch_eval_metrics`: False
696
+ - `eval_on_start`: False
697
+ - `use_liger_kernel`: False
698
+ - `eval_use_gather_object`: False
699
+ - `average_tokens_across_devices`: False
700
+ - `prompts`: None
701
+ - `batch_sampler`: batch_sampler
702
+ - `multi_dataset_batch_sampler`: proportional
703
+
704
+ </details>
705
+
706
+ ### Training Logs
707
+ | Epoch | Step | Training Loss | Validation Loss |
708
+ |:------:|:----:|:-------------:|:---------------:|
709
+ | 0.0621 | 10 | 2.8731 | - |
710
+ | 0.1242 | 20 | 2.8151 | - |
711
+ | 0.1863 | 30 | 2.679 | - |
712
+ | 0.2484 | 40 | 2.53 | - |
713
+ | 0.3106 | 50 | 2.3271 | 1.3315 |
714
+ | 0.3727 | 60 | 2.0752 | - |
715
+ | 0.4348 | 70 | 1.8658 | - |
716
+ | 0.4969 | 80 | 1.823 | - |
717
+ | 0.5590 | 90 | 1.7263 | - |
718
+ | 0.6211 | 100 | 1.6203 | 0.9909 |
719
+ | 0.6832 | 110 | 1.5692 | - |
720
+ | 0.7453 | 120 | 1.453 | - |
721
+ | 0.8075 | 130 | 1.4686 | - |
722
+ | 0.8696 | 140 | 1.3885 | - |
723
+ | 0.9317 | 150 | 1.3335 | 0.8531 |
724
+ | 0.9938 | 160 | 1.3553 | - |
725
+ | 1.0559 | 170 | 1.2727 | - |
726
+ | 1.1180 | 180 | 1.2735 | - |
727
+ | 1.1801 | 190 | 1.244 | - |
728
+ | 1.2422 | 200 | 1.2223 | 0.7744 |
729
+
730
+
731
+ ### Framework Versions
732
+ - Python: 3.11.10
733
+ - Sentence Transformers: 3.4.1
734
+ - Transformers: 4.46.3
735
+ - PyTorch: 2.4.1+cu124
736
+ - Accelerate: 1.14.0
737
+ - Datasets: 5.0.0
738
+ - Tokenizers: 0.20.3
739
+
740
+ ## Citation
741
+
742
+ ### BibTeX
743
+
744
+ #### Sentence Transformers
745
+ ```bibtex
746
+ @inproceedings{reimers-2019-sentence-bert,
747
+ title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
748
+ author = "Reimers, Nils and Gurevych, Iryna",
749
+ booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
750
+ month = "11",
751
+ year = "2019",
752
+ publisher = "Association for Computational Linguistics",
753
+ url = "https://arxiv.org/abs/1908.10084",
754
+ }
755
+ ```
756
+
757
+ #### MultipleNegativesRankingLoss
758
+ ```bibtex
759
+ @misc{henderson2017efficient,
760
+ title={Efficient Natural Language Response Suggestion for Smart Reply},
761
+ author={Matthew Henderson and Rami Al-Rfou and Brian Strope and Yun-hsuan Sung and Laszlo Lukacs and Ruiqi Guo and Sanjiv Kumar and Balint Miklos and Ray Kurzweil},
762
+ year={2017},
763
+ eprint={1705.00652},
764
+ archivePrefix={arXiv},
765
+ primaryClass={cs.CL}
766
+ }
767
+ ```
768
+
769
+ <!--
770
+ ## Glossary
771
+
772
+ *Clearly define terms in order to be accessible across audiences.*
773
+ -->
774
+
775
+ <!--
776
+ ## Model Card Authors
777
+
778
+ *Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
779
+ -->
780
+
781
+ <!--
782
+ ## Model Card Contact
783
+
784
+ *Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
785
+ -->
checkpoint-200/adapter_config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "BAAI/bge-m3",
5
+ "bias": "none",
6
+ "eva_config": null,
7
+ "exclude_modules": null,
8
+ "fan_in_fan_out": false,
9
+ "inference_mode": true,
10
+ "init_lora_weights": true,
11
+ "layer_replication": null,
12
+ "layers_pattern": null,
13
+ "layers_to_transform": null,
14
+ "loftq_config": {},
15
+ "lora_alpha": 64,
16
+ "lora_bias": false,
17
+ "lora_dropout": 0.05,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": null,
21
+ "peft_type": "LORA",
22
+ "r": 32,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "intermediate.dense",
27
+ "dense",
28
+ "key",
29
+ "value",
30
+ "query"
31
+ ],
32
+ "task_type": "FEATURE_EXTRACTION",
33
+ "use_dora": false,
34
+ "use_rslora": false
35
+ }
checkpoint-200/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4ff0e23265cd4427e2b575cac419064fce5eb75cfb7c05cc9d5b9a3da244e19
3
+ size 56925120
checkpoint-200/config_sentence_transformers.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "__version__": {
3
+ "sentence_transformers": "3.4.1",
4
+ "transformers": "4.46.3",
5
+ "pytorch": "2.4.1+cu124"
6
+ },
7
+ "prompts": {},
8
+ "default_prompt_name": null,
9
+ "similarity_fn_name": "cosine"
10
+ }
checkpoint-200/modules.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "idx": 0,
4
+ "name": "0",
5
+ "path": "",
6
+ "type": "sentence_transformers.models.Transformer"
7
+ },
8
+ {
9
+ "idx": 1,
10
+ "name": "1",
11
+ "path": "1_Pooling",
12
+ "type": "sentence_transformers.models.Pooling"
13
+ },
14
+ {
15
+ "idx": 2,
16
+ "name": "2",
17
+ "path": "2_Normalize",
18
+ "type": "sentence_transformers.models.Normalize"
19
+ }
20
+ ]
checkpoint-200/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f482974eaaba758b282c5bc1ecfba3b6a57397107da3ca4dd9528bb16dd15f0a
3
+ size 113488058
checkpoint-200/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e50a3318b65c8767ce749aa756758444d11457658d3442d1ad7b86767565f7fb
3
+ size 14960
checkpoint-200/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef70e3ab51a4d226ffe699b1500f2a9f59808d45e2b72e1828a2790fd8f28801
3
+ size 14960
checkpoint-200/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31d5661bfa35158e9dfb03c7c1d4c6e10b4a9718e07d7ab757567d3eef757dd7
3
+ size 14960
checkpoint-200/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81587bf58040d6718c1b1529d088c5b5dd69b85b54aee2f0b4d6ff7f4cd017ac
3
+ size 14960
checkpoint-200/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74ab8a64bd535db6e5c14aa5e73fb921a7effca0de9fd1d2127b435b1b945348
3
+ size 1064
checkpoint-200/sentence_bert_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "max_seq_length": 8192,
3
+ "do_lower_case": false
4
+ }
checkpoint-200/sentencepiece.bpe.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfc8146abe2a0488e9e2a0c56de7952f7c11ab059eca145a0a727afce0db2865
3
+ size 5069051
checkpoint-200/special_tokens_map.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "cls_token": {
10
+ "content": "<s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "mask_token": {
24
+ "content": "<mask>",
25
+ "lstrip": true,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "pad_token": {
31
+ "content": "<pad>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "sep_token": {
38
+ "content": "</s>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "unk_token": {
45
+ "content": "<unk>",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false
50
+ }
51
+ }
checkpoint-200/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4f7e21bec3fb0044ca0bb2d50eb5d4d8c596273c422baef84466d2c73748b9c
3
+ size 17083053
checkpoint-200/tokenizer_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<s>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "<pad>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "</s>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "<unk>",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "250001": {
36
+ "content": "<mask>",
37
+ "lstrip": true,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "bos_token": "<s>",
45
+ "clean_up_tokenization_spaces": true,
46
+ "cls_token": "<s>",
47
+ "eos_token": "</s>",
48
+ "mask_token": "<mask>",
49
+ "model_max_length": 8192,
50
+ "pad_token": "<pad>",
51
+ "sep_token": "</s>",
52
+ "sp_model_kwargs": {},
53
+ "tokenizer_class": "XLMRobertaTokenizer",
54
+ "unk_token": "<unk>"
55
+ }
checkpoint-200/trainer_state.json ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.2422360248447206,
5
+ "eval_steps": 50,
6
+ "global_step": 200,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.062111801242236024,
13
+ "grad_norm": 3.3631093502044678,
14
+ "learning_rate": 3e-06,
15
+ "loss": 2.8731,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.12422360248447205,
20
+ "grad_norm": 3.2031373977661133,
21
+ "learning_rate": 6e-06,
22
+ "loss": 2.8151,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 0.18633540372670807,
27
+ "grad_norm": 3.208350896835327,
28
+ "learning_rate": 9e-06,
29
+ "loss": 2.679,
30
+ "step": 30
31
+ },
32
+ {
33
+ "epoch": 0.2484472049689441,
34
+ "grad_norm": 6.436263084411621,
35
+ "learning_rate": 1.2e-05,
36
+ "loss": 2.53,
37
+ "step": 40
38
+ },
39
+ {
40
+ "epoch": 0.3105590062111801,
41
+ "grad_norm": 2.5575459003448486,
42
+ "learning_rate": 1.5e-05,
43
+ "loss": 2.3271,
44
+ "step": 50
45
+ },
46
+ {
47
+ "epoch": 0.3105590062111801,
48
+ "eval_loss": 1.3314789533615112,
49
+ "eval_runtime": 3.6946,
50
+ "eval_samples_per_second": 135.334,
51
+ "eval_steps_per_second": 4.331,
52
+ "step": 50
53
+ },
54
+ {
55
+ "epoch": 0.37267080745341613,
56
+ "grad_norm": 2.4258100986480713,
57
+ "learning_rate": 1.8e-05,
58
+ "loss": 2.0752,
59
+ "step": 60
60
+ },
61
+ {
62
+ "epoch": 0.43478260869565216,
63
+ "grad_norm": 4.246734142303467,
64
+ "learning_rate": 2.1e-05,
65
+ "loss": 1.8658,
66
+ "step": 70
67
+ },
68
+ {
69
+ "epoch": 0.4968944099378882,
70
+ "grad_norm": 13.014785766601562,
71
+ "learning_rate": 2.4e-05,
72
+ "loss": 1.823,
73
+ "step": 80
74
+ },
75
+ {
76
+ "epoch": 0.5590062111801242,
77
+ "grad_norm": 3.6576647758483887,
78
+ "learning_rate": 2.7000000000000002e-05,
79
+ "loss": 1.7263,
80
+ "step": 90
81
+ },
82
+ {
83
+ "epoch": 0.6211180124223602,
84
+ "grad_norm": 2.6035869121551514,
85
+ "learning_rate": 3e-05,
86
+ "loss": 1.6203,
87
+ "step": 100
88
+ },
89
+ {
90
+ "epoch": 0.6211180124223602,
91
+ "eval_loss": 0.9908771514892578,
92
+ "eval_runtime": 3.6565,
93
+ "eval_samples_per_second": 136.743,
94
+ "eval_steps_per_second": 4.376,
95
+ "step": 100
96
+ },
97
+ {
98
+ "epoch": 0.6832298136645962,
99
+ "grad_norm": 2.7624218463897705,
100
+ "learning_rate": 2.9976661159109034e-05,
101
+ "loss": 1.5692,
102
+ "step": 110
103
+ },
104
+ {
105
+ "epoch": 0.7453416149068323,
106
+ "grad_norm": 2.7138357162475586,
107
+ "learning_rate": 2.99067224509353e-05,
108
+ "loss": 1.453,
109
+ "step": 120
110
+ },
111
+ {
112
+ "epoch": 0.8074534161490683,
113
+ "grad_norm": 2.703087091445923,
114
+ "learning_rate": 2.9790417059533394e-05,
115
+ "loss": 1.4686,
116
+ "step": 130
117
+ },
118
+ {
119
+ "epoch": 0.8695652173913043,
120
+ "grad_norm": 3.0095458030700684,
121
+ "learning_rate": 2.9628132761049704e-05,
122
+ "loss": 1.3885,
123
+ "step": 140
124
+ },
125
+ {
126
+ "epoch": 0.9316770186335404,
127
+ "grad_norm": 3.5268964767456055,
128
+ "learning_rate": 2.9420410630830137e-05,
129
+ "loss": 1.3335,
130
+ "step": 150
131
+ },
132
+ {
133
+ "epoch": 0.9316770186335404,
134
+ "eval_loss": 0.8531010150909424,
135
+ "eval_runtime": 3.6536,
136
+ "eval_samples_per_second": 136.851,
137
+ "eval_steps_per_second": 4.379,
138
+ "step": 150
139
+ },
140
+ {
141
+ "epoch": 0.9937888198757764,
142
+ "grad_norm": 13.430306434631348,
143
+ "learning_rate": 2.916794323940995e-05,
144
+ "loss": 1.3553,
145
+ "step": 160
146
+ },
147
+ {
148
+ "epoch": 1.0559006211180124,
149
+ "grad_norm": 2.9105918407440186,
150
+ "learning_rate": 2.8871572343400357e-05,
151
+ "loss": 1.2727,
152
+ "step": 170
153
+ },
154
+ {
155
+ "epoch": 1.1180124223602483,
156
+ "grad_norm": 2.951465368270874,
157
+ "learning_rate": 2.8532286078970873e-05,
158
+ "loss": 1.2735,
159
+ "step": 180
160
+ },
161
+ {
162
+ "epoch": 1.1801242236024845,
163
+ "grad_norm": 3.314230442047119,
164
+ "learning_rate": 2.8151215667284658e-05,
165
+ "loss": 1.244,
166
+ "step": 190
167
+ },
168
+ {
169
+ "epoch": 1.2422360248447206,
170
+ "grad_norm": 2.9332005977630615,
171
+ "learning_rate": 2.7729631642871215e-05,
172
+ "loss": 1.2223,
173
+ "step": 200
174
+ },
175
+ {
176
+ "epoch": 1.2422360248447206,
177
+ "eval_loss": 0.7743579745292664,
178
+ "eval_runtime": 3.6979,
179
+ "eval_samples_per_second": 135.213,
180
+ "eval_steps_per_second": 4.327,
181
+ "step": 200
182
+ }
183
+ ],
184
+ "logging_steps": 10,
185
+ "max_steps": 644,
186
+ "num_input_tokens_seen": 0,
187
+ "num_train_epochs": 4,
188
+ "save_steps": 100,
189
+ "stateful_callbacks": {
190
+ "TrainerControl": {
191
+ "args": {
192
+ "should_epoch_stop": false,
193
+ "should_evaluate": false,
194
+ "should_log": false,
195
+ "should_save": true,
196
+ "should_training_stop": false
197
+ },
198
+ "attributes": {}
199
+ }
200
+ },
201
+ "total_flos": 0.0,
202
+ "train_batch_size": 48,
203
+ "trial_name": null,
204
+ "trial_params": null
205
+ }
checkpoint-200/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8df6c5db3996411fea8483dae76dbc8a61d086ff2cb9b05e9d181f44aa8ac52
3
+ size 5688
checkpoint-300/1_Pooling/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "word_embedding_dimension": 1024,
3
+ "pooling_mode_cls_token": true,
4
+ "pooling_mode_mean_tokens": false,
5
+ "pooling_mode_max_tokens": false,
6
+ "pooling_mode_mean_sqrt_len_tokens": false,
7
+ "pooling_mode_weightedmean_tokens": false,
8
+ "pooling_mode_lasttoken": false,
9
+ "include_prompt": true
10
+ }
checkpoint-300/README.md ADDED
@@ -0,0 +1,795 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - sentence-transformers
4
+ - sentence-similarity
5
+ - feature-extraction
6
+ - generated_from_trainer
7
+ - dataset_size:31472
8
+ - loss:MultipleNegativesRankingLoss
9
+ base_model: BAAI/bge-m3
10
+ widget:
11
+ - source_sentence: operator owner duties well examination scheme drilling programme
12
+ approval barrier performance review maintenance assurance contractor competence
13
+ audit independent well examiner technical acceptance process
14
+ sentences:
15
+ - ' on achieving the required level of safety and environmental integrity; (b) take
16
+ appropriate measures to ensure as far as reasonably practicable that there is
17
+ no unplanned escape of hazardous substances from pipelines, vessels and systems
18
+ intended for their safe confinement. In addition, operators and owners shall ensure
19
+ that no single failure of a containment barrier can lead to a major accident;
20
+ (c) prepare an inventory of available equipment, its ownership, location, transport
21
+ to and mode of deployment at the installation and any entities relevant to the
22
+ implementation of the internal emergency response plan. The inventory shall identify
23
+ measures in place to ensure equipment and procedures are maintained in operable
24
+ condition; (d) ensure they have a suitable framework for monitoring compliance
25
+ with all relevant statutory provisions by incorporating their statutory duties
26
+ in respect of major hazards control and environmental protection into their standard
27
+ operating procedures; and (e) pay particular attention to building and maintaining
28
+ a strong safety culture with a high likelihood of continuous safe operation, including
29
+ with regard to securing cooperation of the workers through, inter alia: (i) visible
30
+ commitment to tripartite consultations and actions arising therefrom; (ii) encouraging
31
+ and rewarding reporting of accidents and near-misses; (iii) working effectively
32
+ with elected safety representatives; (iv) protecting whistleblowers. 2. Member
33
+ States shall ensure that industry cooperates with competent authorities to establish
34
+ and implement a priority plan for the development of standards, guidance and rules
35
+ which will give effect to best practice in major accident prevention, and limitation
36
+ of consequences of major accidents should they nonetheless occur. ANNEX V Selection
37
+ of the independent verifier and the design of schemes for independent verification
38
+ pursuant to Article 17(3) 1. Member States shall require the operator or owner
39
+ to ensure the following conditions are fulfilled with regard to the verifier''s
40
+ independence from the operator and the owner: (a) the function does not require
41
+ the independent verifier to consider any aspect of a safety and environmental
42
+ critical element or any part of an installation or a well or a well design in
43
+ which the verifier was previously involved prior to the verification activity
44
+ or where his or her objectivity might be compromised; (b) the independent verifier
45
+ is sufficiently independent of a management system which has, or has had,'
46
+ - ' inspections, the competent authorities may be assisted by and may delegate inspection
47
+ tasks to independent experts in accordance with national legislation, provided
48
+ that the experts operate under the supervision of the competent authority. The
49
+ competent authority shall determine the minimum qualifications of the experts
50
+ and shall assess whether those qualifications are met. The competent authority
51
+ shall also verify that the experts have no personal interest in the outcome of
52
+ the inspection. 2. Organisation of inspections 2.1. Inspection plans The following
53
+ shall be taken into consideration: (a) planning of inspections in advance by means
54
+ of a plan or plans established at the appropriate administrative level based on
55
+ a general assessment of the relevant environmental and safety issues and risks
56
+ of the waste facilities and, where information is already available on compliance,
57
+ an overall assessment of the state of compliance for the waste facilities operating
58
+ within the plan area. Such plans can be integrated or combined with other inspection
59
+ plans where considered appropriate; (b) the periodic review and, where appropriate,
60
+ the updating of the inspection plan or plans; (c) the coverage in the inspection
61
+ plan or plans of each waste facility under Article 7 of Directive 2006/21/EC;
62
+ (d) the inclusion in each inspection plan of the following: (i) a general assessment
63
+ of relevant environmental and safety issues and risks; (ii) the geographical area
64
+ covered by the inspection plan; (iii) a list of the waste facilities covered by
65
+ the inspection plan which hold a permit; (iv) the means of ensuring identification
66
+ of waste facilities covered by Article 7 of Directive 2006/21/EC which operate
67
+ without a permit; (v) procedures for carrying out routine inspections; (vi) procedures
68
+ for carrying out non-routine inspections; (vii) procedures for carrying out announced
69
+ and unannounced site visits; (viii) where necessary, arrangements on the cooperation
70
+ and co-ordination between different competent authorities in charge of inspections
71
+ and between those authorities and other authorities with a role in the enforcement
72
+ of permits required under national or Union environmental legislation that is
73
+ applicable or relevant to the waste facilities covered by Article 7 of Directive
74
+ 2006/21/EC; (ix) information on the human, financial and other resources needed
75
+ by the competent authority for the implementation of the inspection plan. 2.2.
76
+ Routine inspections The following shall be taken'
77
+ - ' shall review the certification audit report and the certificate of compliance,
78
+ and make the certification audit report, in full or, where necessary to preserve
79
+ the confidentiality of commercially sensitive information, in a summarised form,
80
+ and the certificate of compliance publicly available in its certification registry
81
+ or, once established, in the Union registry provided for in Article 12 (the ‘Union
82
+ registry’). 3. At least every five years, or more frequently where so specified
83
+ in the applicable certification methodology based on the characteristics of the
84
+ relevant activity, the certification body shall carry out re-certification audits
85
+ to reconfirm compliance of the activity with Articles 4 to 7 and verify the net
86
+ carbon removal benefit or the net soil emission reduction benefit generated by
87
+ the activity. As a result of that re-certification audit, the certification body
88
+ shall issue a re-certification audit report that includes a summary, and, where
89
+ appropriate, shall issue an updated certificate of compliance. The certification
90
+ scheme shall review the re-certification audit report and the updated certificate
91
+ of compliance, and make the re-certification audit report, in full or, where necessary
92
+ to preserve the confidentiality of commercially sensitive information, in a summarised
93
+ form, and the updated certificate of compliance publicly available in its certification
94
+ registry or, once established, in the Union registry. The certification registry
95
+ of the certification scheme or, once established, the Union registry shall issue
96
+ certified units based on the updated certificate of compliance resulting from
97
+ the re-certification audit. 4. The operator or group of operators shall support
98
+ the certification body during the certification audit and re-certification audit,
99
+ in particular by giving access to the premises of the activity and providing any
100
+ data and documentation required by that certification body. 5. The Commission
101
+ shall adopt implementing acts to set out the structure, format and technical details
102
+ of the activity plan and of the monitoring plan referred to in paragraph 1 of
103
+ this Article, and of the certification audit and re-certification audit reports
104
+ referred to in paragraphs 2 and 3 of this Article. Those implementing acts shall
105
+ be adopted in accordance with the examination procedure referred to in Article
106
+ 17. **Article 10** **Certification bodies** 1. Certification bodies appointed
107
+ by certification schemes shall be accredited by a national accreditation body
108
+ pursuant to Regulation (EC) No 765/2008 or be recognised by'
109
+ - source_sentence: genetically modified plant assessment inserted sequence stability
110
+ residual donor dna allergenicity food feed exposure pollinator interaction cultivation
111
+ coexistence measures
112
+ sentences:
113
+ - ' mutatis mutandis, to the filling of posts which have become vacant. 6. The arbitral
114
+ tribunal shall decide on the basis of the rules of international law and in particular
115
+ on the basis of the provisions of this Convention. 7. As regards both procedural
116
+ and substantive matters, the arbitral tribunal shall decide by a majority of its
117
+ members'' votes; the absence or abstention of one of the members of the tribunal
118
+ appointed by the parties shall not prevent the tribunal from reaching a decision.
119
+ In the event of parity of votes, the chairman shall have the casting vote. The
120
+ decisions of the Tribunal shall be binding on the parties. Each party shall bear
121
+ the costs of the arbitrator appointed by it and shall share the other costs equally.
122
+ For other matters, the arbitral tribunal shall establish its own rules of procedure.
123
+ 8. In the case of a dispute between two Contracting Parties, only one of which
124
+ is a Member State of the European Community, which is itself a Contracting Party,
125
+ the other Party shall simultaneously transmit its request to that Member State
126
+ and to the Community, which shall jointly notify the party within two months following
127
+ receipt of the request whether the Member State, the Community or the Member State
128
+ and the Community together are parties to the dispute. If such notification is
129
+ not given within the appointed time, both the Member State and the Community shall
130
+ be regarded as constituting one and the same party to the dispute for the purposes
131
+ of applying this Annex. The same shall obtain when the Member State and the Community
132
+ are jointly a party to the dispute. PROTOCOL OF SIGNATURE In signing the Convention
133
+ for the Protection of the Rhine, the heads of delegation in the ICPR agree upon
134
+ the following points. 1. The following shall remain unaffected by the Convention:
135
+ (a) the Convention of 3 December 1976 for the protection of the Rhine against
136
+ Pollution by Chlorides; (b) the Exchange of letters of 29 April/13 May 1983 on
137
+ the abovementioned Convention, which exchange entered into force on 5 July 1985;
138
+ (c) the Declaration of 11 December 1986 of the heads of delegation of the Governments
139
+ Party to the Agreement of 29 April 1963 concerning the International Commission
140
+ for the Protection of the Rhine against Pollution; (d) the Additional Protocol
141
+ of 25 September 1991 on the Convention of'
142
+ - ), tel que applications agronomiques, essai d'hybridation, modification de la
143
+ capacité de survie ou de dissémination, recherche des effets sur les organismes
144
+ cibles ou non-cibles. 2. Situation géographique du site de dissémination. 3. Étendue
145
+ du site (m2). 4. Informations utiles concernant, le cas échéant, de précédentes
146
+ disséminations de la même plante génétiquement modifiée, en particulier du point
147
+ de vue des incidences potentielles sur l'environnement et sur la santé humaine.
148
+ D. Conclusions concernant les incidences potentielles sur l'environnement de la
149
+ dissémination des PGM, conformément à l'annexe II, point D.2, de la directive
150
+ 2001/18/CE Précisez en particulier si les caractères introduits peuvent directement
151
+ ou indirectement conférer un avantage sélectif accru dans les milieux naturels;
152
+ indiquez également quels sont les avantages importants attendus sur le plan de
153
+ l'environnement. E. Brève description des mesures prises par le notifiant en matière
154
+ de contrôle des risques, y compris les mesures d'isolement destinées à limiter
155
+ la dispersion, par exemple propositions de surveillance et de surveillance après
156
+ récolte F. Résumé des essais en plein champ prévus pour obtenir de nouvelles données
157
+ sur les effets de la dissémination sur l'environnement et la santé humaine (le
158
+ cas échéant)
159
+ - ' The vector — nature and source of the vector, — structure and amount of any
160
+ vector and/or donor nucleic acid remaining in the final construction of the modified
161
+ micro-organism, — if present in the final GMM frequency of mobilisation of inserted
162
+ vector and/or capability for transfer of genetic material. 3.2.5. The resulting
163
+ GMM 3.2.5.1. Human health considerations — expected toxic or allergenic effects
164
+ of the GMM and/or its metabolic products, — comparison of the modified micro-organism
165
+ to the recipient or (where appropriate) parental organism regarding pathogenicity,
166
+ — expected capacity for colonisation, — if the micro-organism is pathogenic to
167
+ humans who are immunocompetent: — diseases caused and mechanism of transmission
168
+ including invasiveness and virulence, — infective dose, — possible alteration
169
+ of route of infection or tissue specificity, — possibility of survival outside
170
+ of human host, — biological stability, — antibiotic-resistance patterns, — allergenicity,
171
+ — toxigenicity, — availability of appropriate therapies and prophylactic measures.
172
+ 3.2.5.2. Environmental considerations — ecosystems to which the micro-organism
173
+ could be unintentionally released from the contained use, — expected survivability,
174
+ multiplication and extent of dissemination of the modified micro-organism in the
175
+ identified ecosystems, — anticipated result of interaction between the modified
176
+ micro-organism and the organisms or micro-organisms which might be exposed in
177
+ case of unintentional release into the environment, — known or predicted effects
178
+ on plants and animals such as pathogenicity, toxicity, allergenicity, vector for
179
+ a pathogen, altered antibiotic-resistance patterns, altered tropism or host specificity,
180
+ colonisation, — known or predicted involvement in biogeochemical processes. 3.3.
181
+ **Initial classification of the GMM** Points 3 to 5 of Annex III indicate that
182
+ the first stage of the risk assessment process for a GMM is to identify the potential
183
+ harmful properties of the GMM, to determine an initial classification for the
184
+ GMM. This is achieved by the identification of hazards associated with the recipient,
185
+ donor organism, vector and insert where appropriate. This process'
186
+ - source_sentence: chemical storage terminal above-ground tank integrity testing rainwater
187
+ separator maintenance spill response records soil groundwater protection loading
188
+ bay cross-contamination controls
189
+ sentences:
190
+ - ' in cooperation with the European Investment Bank, through the European Local
191
+ Energy Assistance facility, to interested stakeholders, including national, regional
192
+ and local authorities, on funding possibilities, taking into account the latest
193
+ changes in the regulatory framework. Article 30 Consultation In order to facilitate
194
+ the effective implementation of this Directive, Member States shall consult the
195
+ stakeholders involved, including local and regional authorities, in accordance
196
+ with the national law applicable and as relevant. Such consultation is of particular
197
+ importance for the application of Article 29. Article 31 Adaptation of Annex I
198
+ to technical progress The Commission shall adopt delegated acts in accordance
199
+ with Article 32 to amend this Directive concerning the adaptation of points 4
200
+ and 5 of Annex I to technical progress. Article 32 Exercise of the delegation
201
+ 1. The power to adopt delegated acts is conferred on the Commission subject to
202
+ the conditions laid down in this Article. 2. The power to adopt delegated acts
203
+ referred to in Articles 6, 7, 15, 17 and 31 shall be conferred on the Commission
204
+ for an indeterminate period of time from 28 May 2024. 3. The delegation of power
205
+ referred to in Articles 6, 7, 15, 17 and 31 may be revoked at any time by the
206
+ European Parliament or by the Council. A decision to revoke shall put an end to
207
+ the delegation of the power specified in that decision. It shall take effect the
208
+ day following the publication of the decision in the Official Journal of the European
209
+ Union or at a later date specified therein. It shall not affect the validity of
210
+ any delegated acts already in force. 4. Before adopting a delegated act, the Commission
211
+ shall consult experts designated by each Member State in accordance with the principles
212
+ laid down in the Interinstitutional Agreement of 13 April 2016 on Better Law-Making.
213
+ 5. As soon as it adopts a delegated act, the Commission shall notify it simultaneously
214
+ to the European Parliament and to the Council. 6. A delegated act adopted pursuant
215
+ to Article 6, 7, 15, 17 or 31 shall enter into force only if no objection has
216
+ been expressed either by the European Parliament or the Council within a period
217
+ of two months of notification of that act to the European Parliament and the Council
218
+ or if, before the expiry of that period, the European Parliament and the Council
219
+ have both informed the Commission that they will not object. That period shall'
220
+ - ' and record-keeping | The use of underground components is minimised. When underground
221
+ components are used for the storage of harmful/hazardous substances, secondary
222
+ containment (e.g. double-walled containment) is put in place. Underground components
223
+ are equipped with leak detection devices. Risk-based and regular monitoring of
224
+ underground storage and ductwork is carried out to identify potential leakages;
225
+ when necessary, leaking equipment is repaired. A record is kept of incidents that
226
+ may cause soil and/or groundwater pollution. | | (e) Regular inspection and maintenance
227
+ of plant and equipment | The plant and the equipment are regularly inspected and
228
+ serviced to ensure proper functioning; this includes in particular checking the
229
+ integrity and/or leak-free status of valves, pumps, pipes, tanks, pressure vessels,
230
+ drip trays, and containments/bunds and the proper functioning of warning systems.
231
+ | | (f) Techniques to prevent cross-contamination | Cross-contamination (i.e.
232
+ the contamination of plant areas that usually do not come into contact with treatment
233
+ chemicals) is prevented by using appropriate techniques such as: — design of drip
234
+ trays in such a way that forklifts are not in contact with potentially contaminated
235
+ surfaces of the drip trays; — design of charging equipment (used to remove treated
236
+ wood from the treatment vessel) in such a way that the carry-over of treatment
237
+ chemicals is prevented; — use of a crane system for handling treated wood; — use
238
+ of dedicated transport vehicles for potentially contaminated areas; — restricted
239
+ access to potentially contaminated areas; — use of grit walkways. | 2.11. **Emissions
240
+ to water and waste water management** **BAT 47.** In order to prevent or, where
241
+ that is not practicable, to reduce emissions to water and to reduce water consumption,
242
+ BAT is to use all of the techniques given below. | Technique | Description | Applicability
243
+ | |-----------|-------------|---------------| | (a) | Techniques to prevent contamination
244
+ of rain and surface run-off water | Rain and surface run-off water are kept separated
245
+ from areas where'
246
+ - ' process and storage areas are impermeable to the liquids concerned. | Generally
247
+ applicable. | | b. | Regular inspection and maintenance of plant and equipment
248
+ | The plant and the equipment are regularly inspected and maintained to ensure
249
+ proper functioning; this includes in particular checking the integrity and/or
250
+ leak-free status of valves, pumps, pipes, tanks and containments/bunds as well
251
+ as the proper functioning of warning systems (e.g. overflow detectors). | c. Optimised
252
+ storage location of process chemicals The storage areas are located in such a
253
+ way as to eliminate or minimise the unnecessary transport of process chemicals
254
+ within the plant (e.g. the transport distances on site are minimised). The applicability
255
+ to existing plants may be restricted by a lack of space. d. Dedicated area for
256
+ unloading process chemicals containing hazardous substances Process chemicals
257
+ containing hazardous substances are unloaded in a bunded area. Occasional spillages
258
+ are collected and sent for treatment. e. Segregated storage of process chemicals
259
+ Incompatible process chemicals are kept separated. This segregation relies on
260
+ physical separation and on the chemicals inventory (see BAT 15). Generally applicable.
261
+ f. Handling and storage of packaging containing process chemicals Packaging containing
262
+ liquid process chemicals is completely emptied by gravity or by mechanical means
263
+ (e.g. brushing, wiping) without the use of water. Packaging containing process
264
+ chemicals in powder is emptied by gravity for small packaging and using suction
265
+ for large packaging. Empty packaging is stored in a dedicated area. 1.1.8. Emissions
266
+ to air BAT 22. In order to reduce diffuse emissions to air (e.g. VOCs from the
267
+ use of organic solvents), BAT is to collect diffuse emissions and send the waste
268
+ gases to treatment. Applicability In the case of existing plants, the applicability
269
+ may be restricted by operational constraints or by the high volume of air to be
270
+ extracted. BAT 23. In order to facilitate the recovery of energy and the reduction
271
+ of channelled emissions to air, BAT is to limit the number of emission points.
272
+ Description The combined treatment of waste gases with similar characteristics
273
+ ensures more effective'
274
+ - source_sentence: manufacturer annual excess emissions premium calculation pooled
275
+ manufacturers derogation target adjustment approved niche producer methodology
276
+ corrected registration errors
277
+ sentences:
278
+ - ' commercial organic solvents (or tar from ethylbenzene plants) (see BAT 42b).
279
+ VOCs are recovered by stripping of the scrubber liquor | | BAT 39: In order to
280
+ increase resource efficiency, BAT is to recover the co-produced hydrogen from
281
+ ethylbenzene dehydrogenation, and to use it either as a chemical reagent or to
282
+ combust the dehydrogenation off-gas as a fuel (e.g. in the steam superheater).
283
+ BAT 40: In order to increase the resource efficiency of the acetophenone hydrogenation
284
+ unit in the SMPO production process, BAT is to minimise excess hydrogen or to
285
+ recycle hydrogen by using BAT 8a. If BAT 8a is not applicable, BAT is to recover
286
+ energy (see BAT 9). 4.5. Residues BAT 41: In order to reduce the amount of waste
287
+ being sent for disposal from spent catalyst neutralisation in the AlCl3-catalysed
288
+ ethylbenzene production process, BAT is to recover residual organic compounds
289
+ by stripping and then concentrate the aqueous phase to give a usable AlCl3 by-product.
290
+ Steam stripping is first used to remove VOCs, then the spent catalyst solution
291
+ is concentrated by evaporation to give a usable AlCl3 by-product. The vapour phase
292
+ is condensed to give a HCl solution that is recycled into the process. BAT 42:
293
+ In order to prevent or reduce the amount of waste tar being sent for disposal
294
+ from the distillation unit of ethylbenzene production, BAT is to use one or a
295
+ combination of the techniques given below. | Technique | Description | Applicability
296
+ | |-----------|-------------|---------------| | a. Material recovery (e.g. by
297
+ distillation, cracking) | See BAT 17c | Only applicable where there are available
298
+ uses for these recovered materials | | b. Use of tar as an absorbent for scrubbing
299
+ | See section 12.1. Use the tar as an absorbent in the scrubbers used in styrene
300
+ monomer production by ethylbenzene dehydrogenation, instead of commercial organic
301
+ solvents (see BAT 38b). The extent to which tar can be used depends on the scrubber
302
+ capacity '
303
+ - 'TG1}) - (\text{AC2} - \text{TG2})] \] AC1 = the average specific emissions of
304
+ CO2 including the unidentifiable vehicles (as set out in column D); TG1 = the
305
+ specific emissions target including the unidentifiable vehicles (as set out in
306
+ column E); AC2 = the average specific emissions of CO2 excluding the unidentifiable
307
+ vehicles; TG2 = the specific emissions target excluding the unidentifiable vehicles.
308
+ Column I: ‘Average CO2 (100 %)’ means the average specific emissions of CO2 that
309
+ have been calculated on the basis of 100 % of the vehicles attributed to the manufacturer.
310
+ Where appropriate, the average specific emissions have been adjusted to take into
311
+ account the corrections notified to the Commission by the manufacturer concerned.
312
+ The records used for the calculation includes those that contain a valid value
313
+ for mass and CO2 emissions but do not take into account the super-credits referred
314
+ to in Article 5 of Regulation (EC) No 443/2009.'
315
+ - '. The error margin is calculated in accordance with the following formula: \[
316
+ \text{Error} = \text{absolute value of } [(\text{AC1} - \text{TG1}) - (\text{AC2}
317
+ - \text{TG2})] \] \[ \text{AC1} = \text{the average specific emissions of CO2
318
+ including the unidentifiable vehicles (as set out in column D)}; \] \[ \text{TG1}
319
+ = \text{the specific emissions target including the unidentifiable vehicles (as
320
+ set out in column E)}; \] AC2 = the average specific emissions of CO2 excluding
321
+ the unidentifiable vehicles; TG2 = the specific emissions target excluding the
322
+ unidentifiable vehicles. Column I: ‘Average CO2 (100 %)’ means the average specific
323
+ emissions of CO2 that have been calculated on the basis of 100 % of the vehicles
324
+ attributed to the manufacturer. Where appropriate, the average specific emissions
325
+ have been adjusted to take into account the corrections notified to the Commission
326
+ by the manufacturer concerned. The records used for the calculation includes those
327
+ that contain a valid value for mass and CO2 emissions but do not take into account
328
+ the super-credits referred to in Article 5 of Regulation (EC) No 443/2009.'
329
+ - source_sentence: Prüfbericht notifizierte Stelle fachliche Eignung Zertifizierungsstelle
330
+ unabhängige Begutachter interne Unparteilkeit harmonisierte Produktvorschriften
331
+ sentences:
332
+ - ' for performance standards and assessment of technical services** The Commission
333
+ is empowered to adopt delegated acts in accordance with Article 55 supplementing
334
+ this Regulation by laying down: (a) the standards with which the technical services
335
+ have to comply; and (b) the procedure for the assessment of the technical services,
336
+ including the corresponding report, in accordance with Article 49. **Article 49**
337
+ **Assessment of the skills of technical services** 1. The designating approval
338
+ authority shall draw up an assessment report demonstrating that the candidate
339
+ technical service has been assessed for its compliance with this Regulation and
340
+ the delegated acts adopted pursuant to it. The assessment report may include a
341
+ certificate of accreditation issued by a national accreditation body attesting
342
+ that the technical service fulfils the requirements of this Regulation. The assessment
343
+ on which the assessment report is based shall be conducted in accordance with
344
+ the provisions laid down in a delegated act referred to in Article 48. 2. The
345
+ designating approval authority shall review the assessment report at least once
346
+ every three years. 3. The designating approval authority shall communicate the
347
+ assessment report to the Commission upon the latter''s request. In such cases,
348
+ where the assessment is not based on an accreditation certificate issued by a
349
+ national accreditation body, the designating approval authority shall provide
350
+ the Commission with documentary evidence which attests to the following: (a) the
351
+ technical service''s competence; (b) the arrangements in place to ensure that
352
+ the technical service is monitored regularly by the designating approval authority;
353
+ and (c) that the technical service fulfils the requirements of this Regulation
354
+ and of the delegated acts adopted pursuant to it. 4. An approval authority that
355
+ intends to act as a technical service in accordance with Article 47(2) shall document
356
+ compliance by means of an assessment conducted by auditors independent of the
357
+ activity being assessed. Such auditors may be from the same organisation, provided
358
+ that they are managed separately from the personnel undertaking the assessed activity.
359
+ **Article 50** **Procedures for notification** 1. In respect of each technical
360
+ service that they have designated, Member States shall notify the Commission of
361
+ the following: (a) the name of the technical service; (b) the address, including
362
+ electronic address; (c) the responsible persons; (d'
363
+ - 'ity assessment and the declaration of conformity available for inspection within
364
+ 10 days of a request received from market surveillance authorities or the Commission.
365
+ Article 80 Entry into force This Regulation shall enter into force on the twentieth
366
+ day following that of its publication in the Official Journal of the European
367
+ Union. This Regulation shall be binding in its entirety and directly applicable
368
+ in all Member States. Done at Brussels, 13 June 2024. For the European Parliament
369
+ The President R. METSOLA For the Council The President H. LAHBIB ANNEX I Product
370
+ parameters The following parameters shall, as appropriate, and where necessary
371
+ supplemented by others, be used, individually or in combination, as a basis for
372
+ improving the product aspects: (a) durability and reliability of the product or
373
+ its components as expressed through the product’s guaranteed lifetime, technical
374
+ lifetime, mean time between failures, indication of real use information on the
375
+ product, resistance to stresses or ageing mechanisms; (b) ease of repair and maintenance,
376
+ as expressed through characteristics, availability, delivery time and affordability
377
+ of spare parts, modularity, compatibility with commonly available tools and spare
378
+ parts, availability of repair and maintenance instructions, number of materials
379
+ and components used, use of standard components, use of component and material
380
+ coding standards for the identification of components and materials, number and
381
+ complexity of processes and whether specialised tools are needed, ease of non-destructive
382
+ disassembly and re-assembly, conditions for access to product data, conditions
383
+ for access to or use of hardware and software needed; (c) ease of upgrading, reuse,
384
+ remanufacturing and refurbishment as expressed through number of materials and
385
+ components used, use of standard components, use of component and material coding
386
+ standards for the identification of components and materials, number and complexity
387
+ of processes and tools needed, ease of non-destructive disassembly and re-assembly,
388
+ conditions for access to product data, conditions for access to or use of hardware
389
+ and software needed, conditions of access to test protocols or not commonly available
390
+ testing equipment, availability of guarantees specific to remanufactured or refurbished
391
+ products, conditions for access to or use of technologies protected by intellectual'
392
+ - ' to Resolution MSC.81(70), as laid down in Annex 17 to IMO document MSC 97/22/Add.1
393
+ and in Annex 1 to IMO document MSC 98/3/1. **Article 2** The position to be adopted
394
+ on behalf of the Union at the 71st session of the IMO Marine Environment Protection
395
+ Committee shall be to agree to the adoption of the amendments to Appendix V to
396
+ MARPOL Annex VI, as laid down in Annex 7 to IMO document MEPC 70/18/Add.1. **Article
397
+ 3** 1. The positions to be adopted on behalf of the Union as set out in Articles
398
+ 1 and 2 shall be expressed by the Member States, which are members of the IMO,
399
+ acting jointly in the interests of the Union. 2. Minor changes to the positions
400
+ referred to in Articles 1 and 2 may be agreed upon without further decision of
401
+ the Council. **Article 4** Member States are hereby authorised to give their consent
402
+ to be bound, in the interests of the Union, by the amendments referred to in Articles
403
+ 1 and 2, to the extent that those amendments fall under the exclusive competence
404
+ of the Union. **Article 5** This Decision is addressed to the Member States. Done
405
+ at Brussels, 29 May 2017. For the Council The President C. CARDONA'
406
+ pipeline_tag: sentence-similarity
407
+ library_name: sentence-transformers
408
+ ---
409
+
410
+ # SentenceTransformer based on BAAI/bge-m3
411
+
412
+ This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [BAAI/bge-m3](https://huggingface.co/BAAI/bge-m3) on the bge-m3-lemur-r3 dataset. It maps sentences & paragraphs to a 1024-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
413
+
414
+ ## Model Details
415
+
416
+ ### Model Description
417
+ - **Model Type:** Sentence Transformer
418
+ - **Base model:** [BAAI/bge-m3](https://huggingface.co/BAAI/bge-m3) <!-- at revision 5617a9f61b028005a4858fdac845db406aefb181 -->
419
+ - **Maximum Sequence Length:** 8192 tokens
420
+ - **Output Dimensionality:** 1024 dimensions
421
+ - **Similarity Function:** Cosine Similarity
422
+ - **Training Dataset:**
423
+ - bge-m3-lemur-r3
424
+ <!-- - **Language:** Unknown -->
425
+ <!-- - **License:** Unknown -->
426
+
427
+ ### Model Sources
428
+
429
+ - **Documentation:** [Sentence Transformers Documentation](https://sbert.net)
430
+ - **Repository:** [Sentence Transformers on GitHub](https://github.com/UKPLab/sentence-transformers)
431
+ - **Hugging Face:** [Sentence Transformers on Hugging Face](https://huggingface.co/models?library=sentence-transformers)
432
+
433
+ ### Full Model Architecture
434
+
435
+ ```
436
+ SentenceTransformer(
437
+ (0): Transformer({'max_seq_length': 8192, 'do_lower_case': False}) with Transformer model: PeftModelForFeatureExtraction
438
+ (1): Pooling({'word_embedding_dimension': 1024, 'pooling_mode_cls_token': True, 'pooling_mode_mean_tokens': False, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False, 'pooling_mode_weightedmean_tokens': False, 'pooling_mode_lasttoken': False, 'include_prompt': True})
439
+ (2): Normalize()
440
+ )
441
+ ```
442
+
443
+ ## Usage
444
+
445
+ ### Direct Usage (Sentence Transformers)
446
+
447
+ First install the Sentence Transformers library:
448
+
449
+ ```bash
450
+ pip install -U sentence-transformers
451
+ ```
452
+
453
+ Then you can load this model and run inference.
454
+ ```python
455
+ from sentence_transformers import SentenceTransformer
456
+
457
+ # Download from the 🤗 Hub
458
+ model = SentenceTransformer("keisuke-miyako/bge-m3-lemur-r4-checkpoints")
459
+ # Run inference
460
+ sentences = [
461
+ 'Prüfbericht notifizierte Stelle fachliche Eignung Zertifizierungsstelle unabhängige Begutachter interne Unparteilkeit harmonisierte Produktvorschriften',
462
+ " for performance standards and assessment of technical services** The Commission is empowered to adopt delegated acts in accordance with Article 55 supplementing this Regulation by laying down: (a) the standards with which the technical services have to comply; and (b) the procedure for the assessment of the technical services, including the corresponding report, in accordance with Article 49. **Article 49** **Assessment of the skills of technical services** 1. The designating approval authority shall draw up an assessment report demonstrating that the candidate technical service has been assessed for its compliance with this Regulation and the delegated acts adopted pursuant to it. The assessment report may include a certificate of accreditation issued by a national accreditation body attesting that the technical service fulfils the requirements of this Regulation. The assessment on which the assessment report is based shall be conducted in accordance with the provisions laid down in a delegated act referred to in Article 48. 2. The designating approval authority shall review the assessment report at least once every three years. 3. The designating approval authority shall communicate the assessment report to the Commission upon the latter's request. In such cases, where the assessment is not based on an accreditation certificate issued by a national accreditation body, the designating approval authority shall provide the Commission with documentary evidence which attests to the following: (a) the technical service's competence; (b) the arrangements in place to ensure that the technical service is monitored regularly by the designating approval authority; and (c) that the technical service fulfils the requirements of this Regulation and of the delegated acts adopted pursuant to it. 4. An approval authority that intends to act as a technical service in accordance with Article 47(2) shall document compliance by means of an assessment conducted by auditors independent of the activity being assessed. Such auditors may be from the same organisation, provided that they are managed separately from the personnel undertaking the assessed activity. **Article 50** **Procedures for notification** 1. In respect of each technical service that they have designated, Member States shall notify the Commission of the following: (a) the name of the technical service; (b) the address, including electronic address; (c) the responsible persons; (d",
463
+ 'ity assessment and the declaration of conformity available for inspection within 10 days of a request received from market surveillance authorities or the Commission. Article 80 Entry into force This Regulation shall enter into force on the twentieth day following that of its publication in the Official Journal of the European Union. This Regulation shall be binding in its entirety and directly applicable in all Member States. Done at Brussels, 13 June 2024. For the European Parliament The President R. METSOLA For the Council The President H. LAHBIB ANNEX I Product parameters The following parameters shall, as appropriate, and where necessary supplemented by others, be used, individually or in combination, as a basis for improving the product aspects: (a) durability and reliability of the product or its components as expressed through the product’s guaranteed lifetime, technical lifetime, mean time between failures, indication of real use information on the product, resistance to stresses or ageing mechanisms; (b) ease of repair and maintenance, as expressed through characteristics, availability, delivery time and affordability of spare parts, modularity, compatibility with commonly available tools and spare parts, availability of repair and maintenance instructions, number of materials and components used, use of standard components, use of component and material coding standards for the identification of components and materials, number and complexity of processes and whether specialised tools are needed, ease of non-destructive disassembly and re-assembly, conditions for access to product data, conditions for access to or use of hardware and software needed; (c) ease of upgrading, reuse, remanufacturing and refurbishment as expressed through number of materials and components used, use of standard components, use of component and material coding standards for the identification of components and materials, number and complexity of processes and tools needed, ease of non-destructive disassembly and re-assembly, conditions for access to product data, conditions for access to or use of hardware and software needed, conditions of access to test protocols or not commonly available testing equipment, availability of guarantees specific to remanufactured or refurbished products, conditions for access to or use of technologies protected by intellectual',
464
+ ]
465
+ embeddings = model.encode(sentences)
466
+ print(embeddings.shape)
467
+ # [3, 1024]
468
+
469
+ # Get the similarity scores for the embeddings
470
+ similarities = model.similarity(embeddings, embeddings)
471
+ print(similarities.shape)
472
+ # [3, 3]
473
+ ```
474
+
475
+ <!--
476
+ ### Direct Usage (Transformers)
477
+
478
+ <details><summary>Click to see the direct usage in Transformers</summary>
479
+
480
+ </details>
481
+ -->
482
+
483
+ <!--
484
+ ### Downstream Usage (Sentence Transformers)
485
+
486
+ You can finetune this model on your own dataset.
487
+
488
+ <details><summary>Click to expand</summary>
489
+
490
+ </details>
491
+ -->
492
+
493
+ <!--
494
+ ### Out-of-Scope Use
495
+
496
+ *List how the model may foreseeably be misused and address what users ought not to do with the model.*
497
+ -->
498
+
499
+ <!--
500
+ ## Bias, Risks and Limitations
501
+
502
+ *What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
503
+ -->
504
+
505
+ <!--
506
+ ### Recommendations
507
+
508
+ *What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
509
+ -->
510
+
511
+ ## Training Details
512
+
513
+ ### Training Dataset
514
+
515
+ #### bge-m3-lemur-r3
516
+
517
+ * Dataset: bge-m3-lemur-r3
518
+ * Size: 31,472 training samples
519
+ * Columns: <code>anchor</code>, <code>positive</code>, and <code>negative</code>
520
+ * Approximate statistics based on the first 1000 samples:
521
+ | | anchor | positive | negative |
522
+ |:--------|:-----------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------|
523
+ | type | string | string | string |
524
+ | details | <ul><li>min: 17 tokens</li><li>mean: 32.27 tokens</li><li>max: 66 tokens</li></ul> | <ul><li>min: 46 tokens</li><li>mean: 485.55 tokens</li><li>max: 512 tokens</li></ul> | <ul><li>min: 49 tokens</li><li>mean: 458.41 tokens</li><li>max: 512 tokens</li></ul> |
525
+ * Samples:
526
+ | anchor | positive | negative |
527
+ |:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
528
+ | <code>commission regular reporting energy union governance national climate plans renewable efficiency trajectory corrective recommendations infringement proceedings internal market obligations</code> | <code>cy of Union policies and measures. The review should take into account, inter alia, evolving national circumstances and be informed by the results of the 2018 Facilitative Dialogue under the UNFCCC (‘Talanoa dialogue’) and the global stocktake under the Paris Agreement. As part of the review, the balance between supply and demand for annual emission allocations should also be considered to ensure the adequacy of the obligations laid down by this Regulation. In addition, as part of its regular reporting under Regulation (EU) No 525/2013, the Commission should, by 31 October 2019, assess the outcome of the Talanoa dialogue. The review for the period after 2030 should be in line with the long-term objectives and the commitments made under the Paris Agreement and, to this end, it should reflect a progression over time. (29) In order to ensure efficient, transparent and cost-effective reporting and verification of greenhouse gas emissions and of other information necessary to assess progres...</code> | <code> à promouvoir l'efficacité énergétique; (14) NOTE avec attention que, dans le document de travail de la Commission (1), la liste des mesures possibles comprend des mesures fiscales appropriées dans le domaine de l'énergie, des incitations économiques et d'autres mesures économiques analogues visant à contribuer à la réduction des émissions; (1) Les options en matière de politique énergétique qui permettront de répondre au défi du changement climatique: vers la définition d'une stratégie en matière de politique énergétique à la suite de la conférence de Kyoto. NOTE que la discussion au niveau de l'Union se poursuit au sein de l'organe approprié du Conseil; (15) ESTIME que les modifications en faveur de l'efficacité énergétique qui seront éventuellement apportées lors de la révision des lignes directrices communautaires pour les aides d'État ne devront pas provoquer de distorsion de la concurrence; (16) INVITE la Commission à présenter, dès que possible, une proposition de plan d'action ...</code> |
529
+ | <code>national atmospheric emission inventory methodology diffuse source sectors fuel sales reconciliation greenhouse gas reporting calorific conversion factors sulphur content for marine bunker fuels</code> | <code> emission inventories drawn up under Directive 2001/80/EC of the European Parliament and of the Council of 23 October 2001 on the limitation of emissions of certain pollutants into the air from large combustion plants (OJ L 309, 27.11.2001, p. 3). (3) This information is needed in view of determining the relevant emission limit values on 1 January 2016 as set out in Article 10 of Directive 2001/80/EC. (4) ‘operating hours’ means the time, expressed in hours, during which a combustion plant, in whole or in part, is operating and discharging emissions into the air, excluding start-up and shut-down periods. (5) For example, gas turbines can only be covered by the transitional national plan concerning their NOx emissions. Other plants may be covered by the transitional national plan for some pollutant(s), while being subject to the emission limit values from Annex V to Directive 2010/75/EU for other pollutants. (8) Annual amount of fuel used (TJ/year), averaged over the period 2001-2010, s...</code> | <code>mal input (MW) of the combustion plant; (b) the type of combustion plant: boiler, gas turbine, gas engine, diesel engine, other (specifying the type); (c) the date of the start of operation of the combustion plant; (d) the total annual emissions (tonnes per year) of sulphur dioxide, nitrogen oxides and dust (as total suspended particles); (e) the number of operating hours of the combustion plant; (f) the total annual amount of energy input, related to the net calorific value (TJ per year), broken down in terms of the following categories of fuel: coal, lignite, biomass, peat, other solid fuels (specifying the type), liquid fuels, natural gas, other gases (specifying the type). The annual plant-by-plant data contained in these inventories shall be made available to the Commission upon request. A summary of the inventories shall be made available to the Commission every 3 years within 12 months from the end of the three-year period considered. This summary shall show separately the data ...</code> |
530
+ | <code>marine environment service ocean observations reanalysis biogeochemistry sea ice forecasting coastal applications maritime safety fisheries monitoring European and global domains</code> | <code>-temporal EU39 coverage. Sentinel 1 and 2 shall be operationally integrated in the process. They shall be complemented with VHR resolution satellite data for specific applications and for validation purposes. 5.2. **In-Situ Observations** Copernicus land services shall use in situ data for calibration and validation activities. ANNEX V THE TECHNICAL SPECIFICATIONS FOR THE COPERNICUS CLIMATE CHANGE SERVICE 1. SCOPE The Copernicus Climate Change Service (C3S) shall combine observations and models of the climate system with the latest science to develop authoritative, quality-assured information about the past, current and future states of the climate in Europe and worldwide. The C3S shall achieve the following objectives: (a) to document the past and current state of climate (based on observations and re-analysis); (b) to generate 6-months seasonal forecasts (using a multi-model ensemble approach); (c) to deliver climate projections (based on various scenarios). The service shall provide...</code> | <code>3) Assessments Reports on Climate Change: Impacts, Adaptation and Vulnerability, published periodically by the Intergovernmental Panel on Climate Change (IPCC), the United Nations body for assessing the science related to climate change produces, https://www.ipcc.ch/reports/. (604) Such as Copernicus services managed by the European Commission. (605) Nature-based solutions are defined as ‘solutions that are inspired and supported by nature, which are cost-effective, simultaneously provide environmental, social and economic benefits and help build resilience. Such solutions bring more, and more diverse, nature and natural features and processes into cities, landscapes and seascapes, through locally adapted, resource-efficient and systemic interventions’. Therefore, nature-based solutions benefit biodiversity and support the delivery of a range of ecosystem services (version of 4.6.2021: https://ec.europa.eu/info/research-and-innovation/research-area/environment/nature-based-solutions_en...</code> |
531
+ * Loss: [<code>MultipleNegativesRankingLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#multiplenegativesrankingloss) with these parameters:
532
+ ```json
533
+ {
534
+ "scale": 20,
535
+ "similarity_fct": "cos_sim"
536
+ }
537
+ ```
538
+
539
+ ### Evaluation Dataset
540
+
541
+ #### bge-m3-lemur-r3
542
+
543
+ * Dataset: bge-m3-lemur-r3
544
+ * Size: 31,472 evaluation samples
545
+ * Columns: <code>anchor</code>, <code>positive</code>, and <code>negative</code>
546
+ * Approximate statistics based on the first 1000 samples:
547
+ | | anchor | positive | negative |
548
+ |:--------|:----------------------------------------------------------------------------------|:------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------|
549
+ | type | string | string | string |
550
+ | details | <ul><li>min: 20 tokens</li><li>mean: 32.2 tokens</li><li>max: 50 tokens</li></ul> | <ul><li>min: 53 tokens</li><li>mean: 485.9 tokens</li><li>max: 512 tokens</li></ul> | <ul><li>min: 46 tokens</li><li>mean: 458.43 tokens</li><li>max: 512 tokens</li></ul> |
551
+ * Samples:
552
+ | anchor | positive | negative |
553
+ |:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
554
+ | <code>circular economy waste benchmark selection material efficiency indicators published sector studies procurement of consultancy support internal environmental management review without comparative life-cycle modelling</code> | <code> (below) being essential and steps 3 to 8 needing an ad-hoc life-cycle assessment (LCA) to be carried out and not always necessary: 1. Systematic application of life-cycle thinking throughout waste management strategy design and implementation (to complement the waste management hierarchy). 2. Review of relevant LCA literature to rank the environmental performance of alternative waste management options, where studied systems are directly comparable with available options. 3. Application of LCA to specific management and technology options for which no reliable published literature can be found; this requires procurement of LCA services, or in-house use of relevant LCA software. 4. The careful consideration of system boundaries, that ensures an accurate comparison across waste management options, includes system expansion and/or LCA for avoided processes (e.g. grid electricity generation). 5. Compilation and documentation of life-cycle inventories in relation to reference flows, if pos...</code> | <code>eu/legal-content/EN/TXT/?uri=CELEX:52014DC0398 (5) This includes plastics packaging. (6) Including characterisation. (7) Value-added means recycling into high quality products, i.e. not recycling into aggregates. For the concept see: Communication from the Commission to the European Parliament, the Council, the European Economic and Social Committee and the Committee of Regions ‘Towards a circular economy: A zero waste programme for Europe’, COM(2014) 398 final of 2 July 2014, http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:52014DC0398 (8) Communication COM(2011) 571 final of 20 September 2011 from the Commission to the European Parliament, the Council, the European Economic and Social Committee and the Committee of Regions ‘Roadmap to a Resource Efficient Europe’, http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=COM:2011:0571:FIN (9) Communication COM(2015) 614 final of 2 December 2015 from the Commission to the European Parliament, the Council, the European Economic and So...</code> |
555
+ | <code>rail locomotive original engines new production placement latest applicable emission limits relevant legislation transitional conformity authorisation member states</code> | <code> that the engines are intended for installation in non-road mobile machinery to be used in potentially explosive atmospheres, as defined in point (5) of Article 2 of Directive 2014/34/EU of the European Parliament and of the Council (1). 6. Notwithstanding Articles 18(2) and 22(3), Member States may, upon request, grant EU type-approval for, and authorise the placing on the market of, engines that meet the gaseous and particulate pollutant emission limit values for special purpose engines set out in Annex VI, on the condition that the engines are intended for installation in non-road mobile machinery that is exclusively used for the launch and recovery of lifeboats operated by a national rescue service. 7. Notwithstanding Articles 5(3) and 18(2), in relation to engines of categories RLL or RLR and placed on the Union market on or before 31 December 2011, Member States may authorise the placing on the market of replacement engines if the approval authority, upon examination, recognises ...</code> | <code>CLE 31(1)(a) AND (b) OF REGULATION (EU) 2016/1628) SECTION 1 EU STATEMENT OF CONFORMITY The undersigned: [ ................................................................. (full name and position)] hereby certifies that the following engine: 1.1. Make (trade name(s) of manufacturer): ................................................................. 1.2. Commercial name(s) (if applicable): ................................................................. 1.3. Company name and address of manufacturer: .................................................. 1.4. Name and address of manufacturer's authorised representative (if any): .............. 1.5. Name(s) and address(es) of assembly/manufacturer plant(s): ............................ 1.6. Engine type designation/engine family designation/FT (1): 1.7. Category and sub-category of the engine type/engine family (2) (3): .................... 3.1.2. Designation on the statutory marking: engine type designation/engine family designation/FT (1) ...</code> |
556
+ | <code>accreditation body assessor independence confidentiality peer evaluation competence records communication with applicant surveillance decision-making impartiality safeguards</code> | <code> of the quality management system referred to in paragraph 3, including the following processes: (i) processes for the review of the quality management system at least once a year, not exceeding 15 months between management reviews; (ii) processes for conducting internal audits at least once a year, not exceeding 15 months between internal audits; (iii) processes for identifying and managing non-conformities in the verifier’s activities and taking corrective action to address these non-conformities; (iv) processes for identifying risks and opportunities in the verifier’s activities and taking preventive actions to mitigate those risks; (v) processes for the control of documented information. Article 36 Internal verification documentation 1. The verifier shall prepare and compile internal verification documentation containing at least: (a) the results of the verification activities performed; (b) the verification plan, the strategic analysis and the risk assessment; (c) sufficient infor...</code> | <code>, the national accreditation body shall, within a reasonable time but no later than three months from the date of its receipt: (a) decide on the validity of the complaint; (b) ensure that the verifier concerned is given the opportunity to submit its observations; (c) take appropriate actions to address the complaint; (d) record the complaint and action taken; and (e) respond to the complainant. Article 63 Records and documentation 1. The national accreditation body shall keep records on each person involved in the accreditation process. Those records shall include records related to relevant qualifications, training, experience, impartiality and competence necessary to demonstrate compliance with this Regulation. 2. The national accreditation body shall keep records of the verifier in line with the harmonised standard pursuant to Regulation (EC) No 765/2008 referred to in Annex III. Article 64 Access to information and confidentiality 1. The national accreditation body shall, on a regu...</code> |
557
+ * Loss: [<code>MultipleNegativesRankingLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#multiplenegativesrankingloss) with these parameters:
558
+ ```json
559
+ {
560
+ "scale": 20,
561
+ "similarity_fct": "cos_sim"
562
+ }
563
+ ```
564
+
565
+ ### Training Hyperparameters
566
+ #### Non-Default Hyperparameters
567
+
568
+ - `eval_strategy`: steps
569
+ - `per_device_train_batch_size`: 48
570
+ - `learning_rate`: 3e-05
571
+ - `weight_decay`: 0.01
572
+ - `num_train_epochs`: 4
573
+ - `lr_scheduler_type`: cosine_with_min_lr
574
+ - `lr_scheduler_kwargs`: {'min_lr': 2e-06}
575
+ - `warmup_steps`: 100
576
+ - `bf16`: True
577
+ - `dataloader_num_workers`: 4
578
+ - `remove_unused_columns`: False
579
+ - `ddp_find_unused_parameters`: True
580
+ - `push_to_hub`: True
581
+ - `hub_model_id`: keisuke-miyako/bge-m3-lemur-r4-checkpoints
582
+ - `gradient_checkpointing`: True
583
+ - `gradient_checkpointing_kwargs`: {'use_reentrant': False}
584
+
585
+ #### All Hyperparameters
586
+ <details><summary>Click to expand</summary>
587
+
588
+ - `overwrite_output_dir`: False
589
+ - `do_predict`: False
590
+ - `eval_strategy`: steps
591
+ - `prediction_loss_only`: True
592
+ - `per_device_train_batch_size`: 48
593
+ - `per_device_eval_batch_size`: 8
594
+ - `per_gpu_train_batch_size`: None
595
+ - `per_gpu_eval_batch_size`: None
596
+ - `gradient_accumulation_steps`: 1
597
+ - `eval_accumulation_steps`: None
598
+ - `torch_empty_cache_steps`: None
599
+ - `learning_rate`: 3e-05
600
+ - `weight_decay`: 0.01
601
+ - `adam_beta1`: 0.9
602
+ - `adam_beta2`: 0.999
603
+ - `adam_epsilon`: 1e-08
604
+ - `max_grad_norm`: 1.0
605
+ - `num_train_epochs`: 4
606
+ - `max_steps`: -1
607
+ - `lr_scheduler_type`: cosine_with_min_lr
608
+ - `lr_scheduler_kwargs`: {'min_lr': 2e-06}
609
+ - `warmup_ratio`: 0.0
610
+ - `warmup_steps`: 100
611
+ - `log_level`: passive
612
+ - `log_level_replica`: warning
613
+ - `log_on_each_node`: True
614
+ - `logging_nan_inf_filter`: True
615
+ - `save_safetensors`: True
616
+ - `save_on_each_node`: False
617
+ - `save_only_model`: False
618
+ - `restore_callback_states_from_checkpoint`: False
619
+ - `no_cuda`: False
620
+ - `use_cpu`: False
621
+ - `use_mps_device`: False
622
+ - `seed`: 42
623
+ - `data_seed`: None
624
+ - `jit_mode_eval`: False
625
+ - `use_ipex`: False
626
+ - `bf16`: True
627
+ - `fp16`: False
628
+ - `fp16_opt_level`: O1
629
+ - `half_precision_backend`: auto
630
+ - `bf16_full_eval`: False
631
+ - `fp16_full_eval`: False
632
+ - `tf32`: None
633
+ - `local_rank`: 0
634
+ - `ddp_backend`: None
635
+ - `tpu_num_cores`: None
636
+ - `tpu_metrics_debug`: False
637
+ - `debug`: []
638
+ - `dataloader_drop_last`: True
639
+ - `dataloader_num_workers`: 4
640
+ - `dataloader_prefetch_factor`: None
641
+ - `past_index`: -1
642
+ - `disable_tqdm`: False
643
+ - `remove_unused_columns`: False
644
+ - `label_names`: None
645
+ - `load_best_model_at_end`: False
646
+ - `ignore_data_skip`: False
647
+ - `fsdp`: []
648
+ - `fsdp_min_num_params`: 0
649
+ - `fsdp_config`: {'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}
650
+ - `fsdp_transformer_layer_cls_to_wrap`: None
651
+ - `accelerator_config`: {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}
652
+ - `deepspeed`: None
653
+ - `label_smoothing_factor`: 0.0
654
+ - `optim`: adamw_torch
655
+ - `optim_args`: None
656
+ - `adafactor`: False
657
+ - `group_by_length`: False
658
+ - `length_column_name`: length
659
+ - `ddp_find_unused_parameters`: True
660
+ - `ddp_bucket_cap_mb`: None
661
+ - `ddp_broadcast_buffers`: False
662
+ - `dataloader_pin_memory`: True
663
+ - `dataloader_persistent_workers`: False
664
+ - `skip_memory_metrics`: True
665
+ - `use_legacy_prediction_loop`: False
666
+ - `push_to_hub`: True
667
+ - `resume_from_checkpoint`: None
668
+ - `hub_model_id`: keisuke-miyako/bge-m3-lemur-r4-checkpoints
669
+ - `hub_strategy`: every_save
670
+ - `hub_private_repo`: False
671
+ - `hub_always_push`: False
672
+ - `gradient_checkpointing`: True
673
+ - `gradient_checkpointing_kwargs`: {'use_reentrant': False}
674
+ - `include_inputs_for_metrics`: False
675
+ - `include_for_metrics`: []
676
+ - `eval_do_concat_batches`: True
677
+ - `fp16_backend`: auto
678
+ - `push_to_hub_model_id`: None
679
+ - `push_to_hub_organization`: None
680
+ - `mp_parameters`:
681
+ - `auto_find_batch_size`: False
682
+ - `full_determinism`: False
683
+ - `torchdynamo`: None
684
+ - `ray_scope`: last
685
+ - `ddp_timeout`: 1800
686
+ - `torch_compile`: False
687
+ - `torch_compile_backend`: None
688
+ - `torch_compile_mode`: None
689
+ - `dispatch_batches`: None
690
+ - `split_batches`: None
691
+ - `include_tokens_per_second`: False
692
+ - `include_num_input_tokens_seen`: False
693
+ - `neftune_noise_alpha`: None
694
+ - `optim_target_modules`: None
695
+ - `batch_eval_metrics`: False
696
+ - `eval_on_start`: False
697
+ - `use_liger_kernel`: False
698
+ - `eval_use_gather_object`: False
699
+ - `average_tokens_across_devices`: False
700
+ - `prompts`: None
701
+ - `batch_sampler`: batch_sampler
702
+ - `multi_dataset_batch_sampler`: proportional
703
+
704
+ </details>
705
+
706
+ ### Training Logs
707
+ | Epoch | Step | Training Loss | Validation Loss |
708
+ |:------:|:----:|:-------------:|:---------------:|
709
+ | 0.0621 | 10 | 2.8731 | - |
710
+ | 0.1242 | 20 | 2.8151 | - |
711
+ | 0.1863 | 30 | 2.679 | - |
712
+ | 0.2484 | 40 | 2.53 | - |
713
+ | 0.3106 | 50 | 2.3271 | 1.3315 |
714
+ | 0.3727 | 60 | 2.0752 | - |
715
+ | 0.4348 | 70 | 1.8658 | - |
716
+ | 0.4969 | 80 | 1.823 | - |
717
+ | 0.5590 | 90 | 1.7263 | - |
718
+ | 0.6211 | 100 | 1.6203 | 0.9909 |
719
+ | 0.6832 | 110 | 1.5692 | - |
720
+ | 0.7453 | 120 | 1.453 | - |
721
+ | 0.8075 | 130 | 1.4686 | - |
722
+ | 0.8696 | 140 | 1.3885 | - |
723
+ | 0.9317 | 150 | 1.3335 | 0.8531 |
724
+ | 0.9938 | 160 | 1.3553 | - |
725
+ | 1.0559 | 170 | 1.2727 | - |
726
+ | 1.1180 | 180 | 1.2735 | - |
727
+ | 1.1801 | 190 | 1.244 | - |
728
+ | 1.2422 | 200 | 1.2223 | 0.7744 |
729
+ | 1.3043 | 210 | 1.2153 | - |
730
+ | 1.3665 | 220 | 1.2115 | - |
731
+ | 1.4286 | 230 | 1.1925 | - |
732
+ | 1.4907 | 240 | 1.166 | - |
733
+ | 1.5528 | 250 | 1.1306 | 0.7100 |
734
+ | 1.6149 | 260 | 1.1578 | - |
735
+ | 1.6770 | 270 | 1.1325 | - |
736
+ | 1.7391 | 280 | 1.106 | - |
737
+ | 1.8012 | 290 | 1.1007 | - |
738
+ | 1.8634 | 300 | 1.1123 | 0.6606 |
739
+
740
+
741
+ ### Framework Versions
742
+ - Python: 3.11.10
743
+ - Sentence Transformers: 3.4.1
744
+ - Transformers: 4.46.3
745
+ - PyTorch: 2.4.1+cu124
746
+ - Accelerate: 1.14.0
747
+ - Datasets: 5.0.0
748
+ - Tokenizers: 0.20.3
749
+
750
+ ## Citation
751
+
752
+ ### BibTeX
753
+
754
+ #### Sentence Transformers
755
+ ```bibtex
756
+ @inproceedings{reimers-2019-sentence-bert,
757
+ title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
758
+ author = "Reimers, Nils and Gurevych, Iryna",
759
+ booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
760
+ month = "11",
761
+ year = "2019",
762
+ publisher = "Association for Computational Linguistics",
763
+ url = "https://arxiv.org/abs/1908.10084",
764
+ }
765
+ ```
766
+
767
+ #### MultipleNegativesRankingLoss
768
+ ```bibtex
769
+ @misc{henderson2017efficient,
770
+ title={Efficient Natural Language Response Suggestion for Smart Reply},
771
+ author={Matthew Henderson and Rami Al-Rfou and Brian Strope and Yun-hsuan Sung and Laszlo Lukacs and Ruiqi Guo and Sanjiv Kumar and Balint Miklos and Ray Kurzweil},
772
+ year={2017},
773
+ eprint={1705.00652},
774
+ archivePrefix={arXiv},
775
+ primaryClass={cs.CL}
776
+ }
777
+ ```
778
+
779
+ <!--
780
+ ## Glossary
781
+
782
+ *Clearly define terms in order to be accessible across audiences.*
783
+ -->
784
+
785
+ <!--
786
+ ## Model Card Authors
787
+
788
+ *Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
789
+ -->
790
+
791
+ <!--
792
+ ## Model Card Contact
793
+
794
+ *Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
795
+ -->
checkpoint-300/adapter_config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "BAAI/bge-m3",
5
+ "bias": "none",
6
+ "eva_config": null,
7
+ "exclude_modules": null,
8
+ "fan_in_fan_out": false,
9
+ "inference_mode": true,
10
+ "init_lora_weights": true,
11
+ "layer_replication": null,
12
+ "layers_pattern": null,
13
+ "layers_to_transform": null,
14
+ "loftq_config": {},
15
+ "lora_alpha": 64,
16
+ "lora_bias": false,
17
+ "lora_dropout": 0.05,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": null,
21
+ "peft_type": "LORA",
22
+ "r": 32,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "intermediate.dense",
27
+ "dense",
28
+ "key",
29
+ "value",
30
+ "query"
31
+ ],
32
+ "task_type": "FEATURE_EXTRACTION",
33
+ "use_dora": false,
34
+ "use_rslora": false
35
+ }
checkpoint-300/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e1dce8d11b2e934e5b6b45b786fd35d26be18e2c3a879c1b1b3f128334d5c38
3
+ size 56925120
checkpoint-300/config_sentence_transformers.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "__version__": {
3
+ "sentence_transformers": "3.4.1",
4
+ "transformers": "4.46.3",
5
+ "pytorch": "2.4.1+cu124"
6
+ },
7
+ "prompts": {},
8
+ "default_prompt_name": null,
9
+ "similarity_fn_name": "cosine"
10
+ }
checkpoint-300/modules.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "idx": 0,
4
+ "name": "0",
5
+ "path": "",
6
+ "type": "sentence_transformers.models.Transformer"
7
+ },
8
+ {
9
+ "idx": 1,
10
+ "name": "1",
11
+ "path": "1_Pooling",
12
+ "type": "sentence_transformers.models.Pooling"
13
+ },
14
+ {
15
+ "idx": 2,
16
+ "name": "2",
17
+ "path": "2_Normalize",
18
+ "type": "sentence_transformers.models.Normalize"
19
+ }
20
+ ]
checkpoint-300/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fc17d259e7cf43ac51a2c026fedf918e577c557832ebf105bb605e245a2a197
3
+ size 113488058
checkpoint-300/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4645d16831b82c9e617e5c89c5bf39ee4a62116461bae7ef4acb174c210d054b
3
+ size 14960
checkpoint-300/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fef0008558774a1e00e60aeaa7f877ba2ace0befbb5e4bee11e313e8d17d2d1
3
+ size 14960
checkpoint-300/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73e172558e1f40feae411b763a08b25d9a5148e8d973b042850430013a5753ad
3
+ size 14960
checkpoint-300/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e9722607da3bdb38e212179139abd8c26a97e4f7736e0f78dd7d85cfd64fd9b
3
+ size 14960
checkpoint-300/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:080976ae8e3c11185f24d2927a5b031c9027baefa0f5455f53738e9bfdbbdb86
3
+ size 1064