Spaces:
Configuration error
Configuration error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,81 +1,73 @@
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
-
- synthetic-data
|
| 4 |
-
- anonymization
|
| 5 |
-
- data-augmentation
|
| 6 |
-
- data-simulation
|
| 7 |
- evaluation
|
| 8 |
- testing
|
| 9 |
- privacy
|
|
|
|
| 10 |
- enterprise
|
|
|
|
|
|
|
|
|
|
| 11 |
- regulated-industries
|
| 12 |
-
-
|
| 13 |
pretty_name: DataFramer
|
| 14 |
license: other
|
| 15 |
---
|
| 16 |
|
| 17 |
# DataFramer
|
| 18 |
|
| 19 |
-
**
|
| 20 |
|
| 21 |
-
DataFramer helps teams
|
| 22 |
|
| 23 |
-
|
| 24 |
|
| 25 |
-
|
| 26 |
|
| 27 |
-
|
| 28 |
|
| 29 |
-
|
|
|
|
|
|
|
|
|
|
| 30 |
|
| 31 |
-
|
| 32 |
-
- **anonymize sensitive data** while preserving structure and task-relevant fidelity
|
| 33 |
-
- **augment and transform** existing datasets for broader coverage
|
| 34 |
-
- **simulate edge cases, rare events, and scenarios** absent from historical data
|
| 35 |
-
- build **evaluation datasets** that better reflect real-world model behavior
|
| 36 |
|
| 37 |
## Best-fit use cases
|
| 38 |
|
| 39 |
-
**LLM and AI
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
**Privacy-safe experimentation**
|
| 43 |
-
Work with compliant alternatives when production data is restricted by privacy, security, or governance requirements.
|
| 44 |
|
| 45 |
-
**
|
| 46 |
-
|
| 47 |
|
| 48 |
-
**
|
| 49 |
-
|
| 50 |
|
| 51 |
-
|
|
|
|
| 52 |
|
| 53 |
-
|
| 54 |
|
| 55 |
-
|
| 56 |
-
- JSON, XML, CSV, Parquet, and other structured formats
|
| 57 |
-
- nested and hierarchical records
|
| 58 |
-
- multi-file and high-token samples
|
| 59 |
-
- conversational, document, and domain-specific datasets
|
| 60 |
|
| 61 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 62 |
|
| 63 |
-
|
| 64 |
|
| 65 |
-
-
|
| 66 |
-
- insurance
|
| 67 |
-
- healthcare
|
| 68 |
-
- other enterprise environments with strict privacy and governance requirements
|
| 69 |
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
-
|
| 73 |
-
-
|
| 74 |
-
- improve **edge-case coverage**
|
| 75 |
-
- reduce dependence on restricted production data
|
| 76 |
-
- work with **complex, real-world data formats**
|
| 77 |
|
| 78 |
## Learn more
|
| 79 |
|
| 80 |
-
|
| 81 |
-
|
|
|
|
|
|
| 1 |
---
|
| 2 |
tags:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
- evaluation
|
| 4 |
- testing
|
| 5 |
- privacy
|
| 6 |
+
- llm
|
| 7 |
- enterprise
|
| 8 |
+
- anonymization
|
| 9 |
+
- data-augmentation
|
| 10 |
+
- simulation
|
| 11 |
- regulated-industries
|
| 12 |
+
- insurance
|
| 13 |
pretty_name: DataFramer
|
| 14 |
license: other
|
| 15 |
---
|
| 16 |
|
| 17 |
# DataFramer
|
| 18 |
|
| 19 |
+
**Realistic, privacy-safe data for AI testing, evals, and fine-tuning.**
|
| 20 |
|
| 21 |
+
DataFramer helps AI teams create realistic, diverse datasets for **testing, evaluations, and fine-tuning** without exposing sensitive production data.
|
| 22 |
|
| 23 |
+
Built for **complex enterprise workflows**, DataFramer supports document-heavy, multi-file, structured, and unstructured data so teams can validate AI systems against real-world variability, not just clean demo cases.
|
| 24 |
|
| 25 |
+
## Why teams use DataFramer
|
| 26 |
|
| 27 |
+
AI projects often stall because the data needed for testing and evaluation is:
|
| 28 |
|
| 29 |
+
- too sensitive to use directly
|
| 30 |
+
- too limited to cover edge cases
|
| 31 |
+
- too messy to recreate by hand
|
| 32 |
+
- too unrealistic when manually mocked
|
| 33 |
|
| 34 |
+
DataFramer helps teams generate better test and eval data so models can be assessed against the kinds of variation they will actually face in production.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
|
| 36 |
## Best-fit use cases
|
| 37 |
|
| 38 |
+
- **LLM and AI evaluations**
|
| 39 |
+
Build eval datasets with stronger coverage across common cases, rare cases, and edge cases.
|
|
|
|
|
|
|
|
|
|
| 40 |
|
| 41 |
+
- **Privacy-safe testing**
|
| 42 |
+
Work with realistic data for testing and iteration without exposing sensitive production records.
|
| 43 |
|
| 44 |
+
- **Complex workflow validation**
|
| 45 |
+
Test systems that depend on long documents, multi-file inputs, nested structures, and business-specific constraints.
|
| 46 |
|
| 47 |
+
- **Fine-tuning and dataset expansion**
|
| 48 |
+
Expand sparse datasets with more realistic variation while preserving the patterns your models depend on.
|
| 49 |
|
| 50 |
+
## Built for enterprise data
|
| 51 |
|
| 52 |
+
DataFramer is designed for workflows involving:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
|
| 54 |
+
- long-form documents and PDFs
|
| 55 |
+
- structured and semi-structured data
|
| 56 |
+
- nested and hierarchical records
|
| 57 |
+
- multi-file samples
|
| 58 |
+
- high-variability real-world business inputs
|
| 59 |
|
| 60 |
+
## Who it is for
|
| 61 |
|
| 62 |
+
DataFramer is especially useful for teams in **regulated and data-sensitive environments**, including:
|
|
|
|
|
|
|
|
|
|
| 63 |
|
| 64 |
+
- insurance
|
| 65 |
+
- financial services
|
| 66 |
+
- healthcare
|
| 67 |
+
- enterprise AI teams working with restricted or hard-to-access data
|
|
|
|
|
|
|
|
|
|
| 68 |
|
| 69 |
## Learn more
|
| 70 |
|
| 71 |
+
See product examples, use cases, and request access at:
|
| 72 |
+
|
| 73 |
+
**https://www.dataframer.ai**
|