vijaye12 commited on
Commit
fa050de
·
verified ·
1 Parent(s): 44fb2fd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -74,6 +74,7 @@ To load a specific variant, use the revision argument in the from_pretrained cal
74
 
75
  # Example
76
 
 
77
  from tsfm_public.models.tspulse import TSPulseForReconstruction
78
 
79
  # ✅ For Imputation and Semantic Search
@@ -95,7 +96,7 @@ model = TSPulseForClassification.from_pretrained(
95
  "ibm-granite/granite-timeseries-tspulse-r1",
96
  revision="tspulse-block-dualhead-512-p16-r1"
97
  )
98
-
99
 
100
 
101
  ### 🧩 Model Naming Convention
 
74
 
75
  # Example
76
 
77
+ ```python
78
  from tsfm_public.models.tspulse import TSPulseForReconstruction
79
 
80
  # ✅ For Imputation and Semantic Search
 
96
  "ibm-granite/granite-timeseries-tspulse-r1",
97
  revision="tspulse-block-dualhead-512-p16-r1"
98
  )
99
+ ```
100
 
101
 
102
  ### 🧩 Model Naming Convention