Update README.md
Browse files
README.md
CHANGED
|
@@ -9,24 +9,33 @@ tags:
|
|
| 9 |
- loss:MultipleNegativesRankingLoss
|
| 10 |
base_model: sentence-transformers/all-mpnet-base-v2
|
| 11 |
widget:
|
| 12 |
-
- source_sentence:
|
| 13 |
-
|
|
|
|
| 14 |
sentences:
|
| 15 |
-
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
-
|
| 19 |
-
to
|
| 20 |
-
|
| 21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
sentences:
|
| 23 |
-
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
|
|
|
|
|
|
|
|
|
| 30 |
- source_sentence: Factors include changes in accepted medical use of chemicals.
|
| 31 |
sentences:
|
| 32 |
- Imports from other countries significantly impact the U.S. medical supply.
|
|
@@ -34,21 +43,31 @@ widget:
|
|
| 34 |
- Brokers and traders must inform the Administration of such transactions.
|
| 35 |
- source_sentence: After accepting an application for filing.
|
| 36 |
sentences:
|
| 37 |
-
-
|
|
|
|
|
|
|
| 38 |
- No specific documents are needed for submission.
|
| 39 |
-
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
|
|
|
|
|
|
| 44 |
sentences:
|
| 45 |
-
-
|
| 46 |
-
|
|
|
|
| 47 |
- The rules only apply to paper orders and prescriptions, not electronic ones.
|
| 48 |
-
-
|
| 49 |
-
|
|
|
|
| 50 |
pipeline_tag: sentence-similarity
|
| 51 |
library_name: sentence-transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
| 52 |
---
|
| 53 |
|
| 54 |
# SentenceTransformer based on sentence-transformers/all-mpnet-base-v2
|
|
|
|
| 9 |
- loss:MultipleNegativesRankingLoss
|
| 10 |
base_model: sentence-transformers/all-mpnet-base-v2
|
| 11 |
widget:
|
| 12 |
+
- source_sentence: >-
|
| 13 |
+
The name/business name, address/business address, and contact information of
|
| 14 |
+
the export broker, including telephone numbers and email addresses.
|
| 15 |
sentences:
|
| 16 |
+
- >-
|
| 17 |
+
If an export broker is used, you must provide their full business details
|
| 18 |
+
along with ways to contact them such as phone numbers and emails.
|
| 19 |
+
- >-
|
| 20 |
+
Order form records are required to be maintained as per section 1305 of the
|
| 21 |
+
regulations.
|
| 22 |
+
- >-
|
| 23 |
+
Only the name and address of the export broker are necessary; there's no
|
| 24 |
+
need to include contact information like phone numbers or emails.
|
| 25 |
+
- source_sentence: >-
|
| 26 |
+
Typically, such suspensions would not cover transfers to regular customers
|
| 27 |
+
unless they are part of an irregular sale or involve suspicious activity.
|
| 28 |
sentences:
|
| 29 |
+
- >-
|
| 30 |
+
Suspensions due to potential diversion typically do not extend to routine
|
| 31 |
+
transactions with established clients, unless there is reason to believe the
|
| 32 |
+
transaction is unusual or illicit.
|
| 33 |
+
- >-
|
| 34 |
+
All customers, including regular ones, could be subject to these suspensions
|
| 35 |
+
without any specific cause.
|
| 36 |
+
- >-
|
| 37 |
+
If the Administration notifies an exporter, the transferee might need
|
| 38 |
+
additional steps to become a regular customer.
|
| 39 |
- source_sentence: Factors include changes in accepted medical use of chemicals.
|
| 40 |
sentences:
|
| 41 |
- Imports from other countries significantly impact the U.S. medical supply.
|
|
|
|
| 43 |
- Brokers and traders must inform the Administration of such transactions.
|
| 44 |
- source_sentence: After accepting an application for filing.
|
| 45 |
sentences:
|
| 46 |
+
- >-
|
| 47 |
+
Once the application is accepted for filing, the Administrator will issue an
|
| 48 |
+
order.
|
| 49 |
- No specific documents are needed for submission.
|
| 50 |
+
- >-
|
| 51 |
+
Following the review of the comments, the Administrator might preserve,
|
| 52 |
+
lift, or update the earlier ruling.
|
| 53 |
+
- source_sentence: >-
|
| 54 |
+
The coordinator serves as the main point of contact between DEA registered
|
| 55 |
+
locations and the CSOS Certification Authority for issues pertaining to
|
| 56 |
+
issuance, revocation, and changes to digital certificates.
|
| 57 |
sentences:
|
| 58 |
+
- >-
|
| 59 |
+
The role of a CSOS coordinator involves issuing and distributing new digital
|
| 60 |
+
certificates to DEA registered locations.
|
| 61 |
- The rules only apply to paper orders and prescriptions, not electronic ones.
|
| 62 |
+
- >-
|
| 63 |
+
This rule pertains to either bidders or end-users, but not exclusively to
|
| 64 |
+
one category.
|
| 65 |
pipeline_tag: sentence-similarity
|
| 66 |
library_name: sentence-transformers
|
| 67 |
+
datasets:
|
| 68 |
+
- MasterControlAIML/question_answer_finetuning_embeddings.csv
|
| 69 |
+
- MasterControlAIML/triplet_finetuning_embeddings.csv
|
| 70 |
+
- MasterControlAIML/pair_class_finetuning_embeddings.csv
|
| 71 |
---
|
| 72 |
|
| 73 |
# SentenceTransformer based on sentence-transformers/all-mpnet-base-v2
|