rzgar commited on
Commit
fcf89a8
·
1 Parent(s): e6223a0

US data source - links

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -5,9 +5,9 @@ license: mit
5
 
6
  ## Dataset Description
7
 
8
- This dataset provides structured information about Swedish traffic signs in JSON Lines (`.jsonl`) format, ideal for traffic sign recognition, multimodal language model training, computer vision tasks, or educational purposes. Each entry includes a sign’s code, category, title, and description in Swedish (`_sv`) and English (`_en`), with translations using US English equivalents where applicable for global compatibility. Where no US equivalent exists, clear translations preserve Swedish context.
9
 
10
- Sourced from the Swedish Transport Agency, the dataset includes signs across categories like regulatory, warning, and transit signals. Images are provided in the `/images/` folder.
11
 
12
  ## Dataset Structure
13
 
 
5
 
6
  ## Dataset Description
7
 
8
+ This dataset provides structured information about Swedish traffic signs in JSON Lines (`.jsonl`) format, ideal for traffic sign recognition, multimodal language model training, computer vision tasks, or educational purposes. Each entry includes a sign’s code, category, title, and description in Swedish (`_sv`) and English (`_en`). Swedish information is fetched from the Swedish Transport Agency, with translations using US English equivalents where applicable for global compatibility, heavily referencing the MUTCD 11th Edition (October 2024, https://mutcd.fhwa.dot.gov/kno_11th_Edition.htm, source: https://mutcd.fhwa.dot.gov/pdfs/11th_Edition/mutcd11theditionhl.pdf). Where no US equivalent exists, clear translations preserve Swedish context.
9
 
10
+ The Swedish information in the dataset is sourced from the Swedish Transport Agency, covering signs across categories such as regulatory, warning, and transit signals." Images are provided in the `/images/` folder.
11
 
12
  ## Dataset Structure
13