Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
cdlib
/
marc-match-ai
like
0
Follow
California Digital Library
5
PyTorch
Safetensors
pytorch_model_hub_mixin
model_hub_mixin
entity-matching
MARC
Model card
Files
Files and versions
Community
d29e6b9
marc-match-ai
/
marcai
/
utils
/
load_config.py
RvanB
Add files from other repo
fbf7e95
over 1 year ago
raw
Copy download link
history
blame
115 Bytes
import
yaml
def
load_config
(
filename
):
with
open
(filename,
'r'
)
as
file:
return
yaml.safe_load(file)