markus-goetz commited on
Commit
f168c24
Β·
verified Β·
1 Parent(s): 7db681e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -48,7 +48,7 @@ The original dataset can be found in the [OptoGPT publication πŸ“](https://arxi
48
 
49
  Each `*.safetensors` file contains 1 million thin film structures (indexed by `tokens.json`) as well as their simulated absorption, reflection and transmission (RAT) spectrum.
50
 
51
- The spectrum tensors have the shape *(n_samples, 3 [RAT], 171 [bins],)* and are stores in `bfloat16`. The thin film layers have the shape *(n_samples, 20 [max_depth],)* and are stored as long.
52
 
53
  The thin film layer sequence is ordered from top to bottom, i.e., the lowest index is the top of the thin film layers (touches the air), and the highest index is the bottom layer (touching the back substrate).
54
 
@@ -56,7 +56,7 @@ The thin film layer sequence is ordered from top to bottom, i.e., the lowest ind
56
  ## Details
57
 
58
  - All spectra have been simulated with [tmm_fast](https://github.com/MLResearchAtOSRAM/tmm_fast)
59
- - The *n* (refractive index) and *k* (extinction coefficients) of all materials can be found in CSV files in the `/materials` folder
60
  - The training and test data are pre-split and can be found in the `/train` and `/test` folder respectively
61
  - A full list of the vocabular, i.e., all possible tokens, can be found in the `tokens.json`, with the the format of `<material>_<thickness_in_nm>`
62
  - There are additional tokens for end of sequences (EOS), padding (PAD) and masking (MASK)
 
48
 
49
  Each `*.safetensors` file contains 1 million thin film structures (indexed by `tokens.json`) as well as their simulated absorption, reflection and transmission (RAT) spectrum.
50
 
51
+ The spectrum tensors have the shape *(n_samples, 3 [RAT], 171 [bins],)* and are stored in `float16`. The thin film layers have the shape *(n_samples, 20 [max_depth],)* and are stored as `long`.
52
 
53
  The thin film layer sequence is ordered from top to bottom, i.e., the lowest index is the top of the thin film layers (touches the air), and the highest index is the bottom layer (touching the back substrate).
54
 
 
56
  ## Details
57
 
58
  - All spectra have been simulated with [tmm_fast](https://github.com/MLResearchAtOSRAM/tmm_fast)
59
+ - The *n* (refractive index), *k* (extinction coefficients) and *wl* (wavelength) of all materials can be found in CSV files in the `/materials` folder
60
  - The training and test data are pre-split and can be found in the `/train` and `/test` folder respectively
61
  - A full list of the vocabular, i.e., all possible tokens, can be found in the `tokens.json`, with the the format of `<material>_<thickness_in_nm>`
62
  - There are additional tokens for end of sequences (EOS), padding (PAD) and masking (MASK)