austinsonger commited on
Commit
d18acbd
·
verified ·
1 Parent(s): 39de183

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -7
README.md CHANGED
@@ -18,7 +18,6 @@ Addresses a critical and often cumbersome aspect of business operations—ensuri
18
  - Contract Compliance & Review
19
 
20
 
21
-
22
  ## Dataset Components
23
  | Dataset Component | Description | Data Type | Example |
24
  | ---------------------- | ------------------------------------------------------------ | ------------ | ------------------------------------------------------------ |
@@ -30,12 +29,42 @@ Addresses a critical and often cumbersome aspect of business operations—ensuri
30
  | Contract Compliance | Key points from contracts and SLAs, including compliance with specified security requirements. | Unstructured | "SLA includes 99.9% uptime guarantee, penalties for data breaches" |
31
 
32
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
 
34
 
35
- ## LLM Models to Fine-tune
36
 
37
- 5. - [**Mixtral**: A high-quality Mixture of Experts (MoE) model, known for its strong performance on various benchmarks. It's praised for its cost/performance trade-offs, making it a potentially excellent choice for a wide range of NLP tasks including pattern recognition and compliance indicators in documents.](https://huggingface.co/mistralai/Mixtral-8x7B-Instruct-v0.1)
38
- 6. - [**DeepSeek Coder**: Trained on two trillion code and natural language tokens, this model is designed for coding tasks but its extensive training on natural language tokens might also offer valuable insights into analyzing and understanding complex documents​.](https://huggingface.co/mistralai/Mixtral-8x7B-Instruct-v0.1)
39
- 7. - [**Vicuna**: A general-use chat model that supports context sizes from 2K to 16K, which could be useful for extracting and interpreting information from lengthy documents​.](https://huggingface.co/liuhaotian/llava-v1.6-vicuna-13b)
40
- 8. - [**Wizard Vicuna Uncensored**: With parameters ranging from 7B, 13B, to 30B, this model is based on Llama 2 uncensored and could provide robust capabilities for understanding nuanced text and generating insights​.](https://huggingface.co/TheBloke/Wizard-Vicuna-30B-Uncensored-GPTQ)
41
- 9. - [**Dolphin Mistral**: An uncensored model excelling at coding tasks, which might be relevant for automated analysis of technical documents or contracts that include specific compliance codes or regulations​.](https://huggingface.co/TheBloke/laser-dolphin-mixtral-2x7b-dpo-GPTQ)
 
18
  - Contract Compliance & Review
19
 
20
 
 
21
  ## Dataset Components
22
  | Dataset Component | Description | Data Type | Example |
23
  | ---------------------- | ------------------------------------------------------------ | ------------ | ------------------------------------------------------------ |
 
29
  | Contract Compliance | Key points from contracts and SLAs, including compliance with specified security requirements. | Unstructured | "SLA includes 99.9% uptime guarantee, penalties for data breaches" |
30
 
31
 
32
+ ### What to collect:
33
+
34
+ #### Security Attestation
35
+ - Extract key points from audit reports
36
+ - compliance assessments
37
+ - certification documents.
38
+
39
+
40
+ #### BCP Effectiveness
41
+ - Review BCP test reports
42
+ - annual review documents
43
+ - BCP metrics summaries.
44
+
45
+ #### DRP Readiness
46
+ - Gather information from DRP test results
47
+ - DR drill reports
48
+ - readiness assessments.
49
+
50
+
51
+ #### Cybersecurity Maturity
52
+ - Collect maturity assessment reports
53
+ - cybersecurity program evaluations
54
+ - structured maturity scores.
55
+
56
+
57
+ #### Financial Health
58
+ - Obtain financial statements
59
+ - ratio analysis reports
60
+ - financial performance summaries.
61
+
62
+
63
+ #### Contract Compliance
64
+ - Review contract documents
65
+ - SLA agreements
66
+ - compliance reports.
67
+
68
 
69
 
 
70