Use the following code to load items in the 2D_Lattice.csv file

import pandas as pd

import json

df = pd.read_csv('2D_Lattice.csv')

row = 0

box = df.iloc[row,1]

array = np.array(json.loads(box))

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The model has no library tag.