-
Hello,
I have been encountering an inference time of 2.0 seconds when using the yolov8s model trained on the coco dataset running on a Xiaomi 11 Lite 5G NE. Typically, the expected inference time f…
-
**🔍 Problem Description:**
I am working on a project to predict energy consumption for a building or city based on historical energy consumption data, weather conditions (temperature, humidity, etc.)…
-
From the NeuralGCM documentation, "all_forcings" uses the function "forcings_from_xarray" for all ERA5 data to create the forcings. It is stated that “ERA5’s sea surface temperature and sea ice concen…
-
## ❓ Questions and Help
Hi, I've been working on FeatureExplainer for probabilistic [TiDE model](https://unit8co.github.io/darts/generated_api/darts.models.forecasting.tide_model.html) and eventual…
-
I'm encountering an issue when using GOT for inferencing plain text. The output is not consistent: sometimes it detects the text correctly, but other times, it introduces spaces between letters, creat…
-
The new product categorizer was deployed in March 2023, and since then it categorizes new uploaded products. However, we still don't have predictions for the rest of the database.
It uses the 10 most…
-
Hi,
I have used the lifetime package to write a small program that has been calculating CLV for some of my customers and it has worked fine for most of the datasets. Recently I started exploring t…
-
I appreciate you hard work on the language models, but I do not really understand why there is not any code example how to predict a masked word or hidden states at least using pretrained models.
L…
Oxi84 updated
5 years ago
-
I refer to the README.md to perform poison and train (with qlora), then merge and eval, but the attack success rate is always 0.
Other parameter settings are consistent with the default settings in m…
-
We are trying to put huggingface-ner sample as machine learning model behind template - Conversational AI - Intent classification and slot filling.
We are able to do the prediction using below code. …