Unconditional Image Generation
Transformers
PyTorch
English
pulse2pulse-2
ECG
Synthetic ECG
custom_code
Instructions to use deepsynthbody/deepfake_ecg with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use deepsynthbody/deepfake_ecg with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("deepsynthbody/deepfake_ecg", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
a59557a
1
Parent(s): 354666e
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
-
"
|
| 4 |
],
|
| 5 |
"auto_map": {
|
| 6 |
"AutoConfig": "configurations_deepfake.DeepFakeConfig",
|
|
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
+
"AutoModel"
|
| 4 |
],
|
| 5 |
"auto_map": {
|
| 6 |
"AutoConfig": "configurations_deepfake.DeepFakeConfig",
|