Commit
·
fc0005b
1
Parent(s):
c0a69b2
Update README.md
Browse files
README.md
CHANGED
|
@@ -43,6 +43,9 @@ metrics:
|
|
| 43 |
- F1: 0.990
|
| 44 |
|
| 45 |
## Usage
|
|
|
|
|
|
|
|
|
|
| 46 |
|
| 47 |
The easiest way to use this model locally is via the [Transformers](https://huggingface.co/docs/transformers/index) library [pipelines for inference](https://huggingface.co/docs/transformers/pipeline_tutorial).
|
| 48 |
|
|
|
|
| 43 |
- F1: 0.990
|
| 44 |
|
| 45 |
## Usage
|
| 46 |
+
This model is trained on a dataset of historical documents related to Jim Crow laws in the United States.
|
| 47 |
+
The model was developed by drawing on the expertise of scholars and analyzing legal texts from various states, with the goal of identifying similarities between different states' Jim Crow laws.
|
| 48 |
+
As such, this model may be useful for researchers or policymakers interested in understanding the history of racial discrimination in the US legal system.
|
| 49 |
|
| 50 |
The easiest way to use this model locally is via the [Transformers](https://huggingface.co/docs/transformers/index) library [pipelines for inference](https://huggingface.co/docs/transformers/pipeline_tutorial).
|
| 51 |
|