Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- infinite-dataset-hub
|
5 |
+
- synthetic
|
6 |
+
---
|
7 |
+
|
8 |
+
# LegalMLPractitioner
|
9 |
+
|
10 |
+
tags: legal documents, ML, classification
|
11 |
+
|
12 |
+
_Note: This is an AI-generated dataset so its content may be inaccurate or false_
|
13 |
+
|
14 |
+
**Dataset Description:**
|
15 |
+
|
16 |
+
The 'LegalMLPractitioner' dataset is curated for machine learning practitioners interested in classifying legal documents related to mergers and acquisitions (M&A) and venture capital (VC) founding activities. Each document in the dataset is labeled based on its relevance to these topics, with the goal of enabling ML models to accurately predict the domain of the document. The labels are anonymized and do not directly correspond to the keywords.
|
17 |
+
|
18 |
+
|
19 |
+
**CSV Content Preview:**
|
20 |
+
|
21 |
+
```
|
22 |
+
|
23 |
+
filename,text,label
|
24 |
+
|
25 |
+
document_001,"Licensing agreement for technology transfer between two companies involved in an M&A deal",M&A_Document
|
26 |
+
|
27 |
+
document_002,"Term Sheet for venture capital funding in a tech startup's Series A round",VC_Founding_Document
|
28 |
+
|
29 |
+
document_003,"Memorandum of understanding for a strategic partnership between corporations",Non_M&A_Non_VC_Document
|
30 |
+
|
31 |
+
document_004,"Non-disclosure agreement between a VC firm and a potential startup acquisition target",VC_Related_Document
|
32 |
+
|
33 |
+
document_005,"Confidentiality agreement in the context of an M&A transaction",M&A_Document
|
34 |
+
|
35 |
+
```
|
36 |
+
|
37 |
+
**Source of the data:**
|
38 |
+
|
39 |
+
The dataset was generated using the [Infinite Dataset Hub](https://huggingface.co/spaces/infinite-dataset-hub/infinite-dataset-hub) and microsoft/Phi-3-mini-4k-instruct using the query 'laywer legal documents (m&a, vc founding, etc)':
|
40 |
+
|
41 |
+
- **Dataset Generation Page**: https://huggingface.co/spaces/infinite-dataset-hub/infinite-dataset-hub?q=laywer+legal+documents+(m&a,+vc+founding,+etc)&dataset=LegalMLPractitioner&tags=legal+documents,+ML,+classification
|
42 |
+
- **Model**: https://huggingface.co/microsoft/Phi-3-mini-4k-instruct
|
43 |
+
- **More Datasets**: https://huggingface.co/datasets?other=infinite-dataset-hub
|