squ11z1 commited on
Commit
5abfc10
·
verified ·
1 Parent(s): a604f01

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -133,7 +133,6 @@ def predict_sentiment(text):
133
 
134
  embedding = normalize([embedding])[0]
135
 
136
- # Your quantum kernel logic here
137
  return sentiment
138
  ```
139
 
@@ -204,7 +203,7 @@ If you use this model in your research, please cite:
204
  author={squ11z1},
205
  year={2025},
206
  publisher={Hugging Face},
207
- howpublished={\url{https://huggingface.co/squ11z1/chronos-1.5b}}
208
  }
209
  ```
210
 
 
133
 
134
  embedding = normalize([embedding])[0]
135
 
 
136
  return sentiment
137
  ```
138
 
 
203
  author={squ11z1},
204
  year={2025},
205
  publisher={Hugging Face},
206
+ howpublished={\url{https://huggingface.co/squ11z1/Chronos-1.5b}}
207
  }
208
  ```
209