-
# category classification model
- first, recognize object's category
# entity classification model
- second, recognize entity in the category
# want to do
- entity linking only using imagene…
-
支持Alpaca等指令数据集的SFT和RLHF流程:https://github.com/hiyouga/LLaMA-Efficient-Tuning
LoRA微调可在单块3090 GPU上运行,同时支持QLoRA方法。(最低12G显存)
微调模型的 LoRA 权重:https://huggingface.co/hiyouga/baichuan-7b-sft
运行以下指令即可实现…
-
Paper title: Active Retrieval Augmented Generation ([link to paper](https://arxiv.org/abs/2305.06983))
Estimated time to complete the review: by 08/28/23
If you are new to Manifold, here are some he…
-
Hi, Thanks for your great work!
I have a question about CD and EMD.
There are the codes for the CD and EMD, are they used in the experiments?
I didn't see about it in the paper.
-
- [x] quantization explained (@TimDettmers)
- [x] 8-bit-train a large model (@TimDettmers)
- [x] training on large streaming dataset (@lhoestq)
- [x] compile into a single notebook
- [x] calcula…
-
I have a scikit-learn pipeline defined in the code below.
```python
from sklearn.pipeline import make_pipeline, make_union
from sklearn.preprocessing import OneHotEncoder, Binarizer
from sklearn…
-
Hey I just ran across this on Reddit, awesome initiative and thanks for sharing it.
I was just checking the notebook for the implementation, it appears to be using OpenAI or Eleven Labs for the TTS…
240db updated
9 hours ago
-
- [LLaVA-Med: Training a Large Language-and-Vision Assistant for Biomedicine in One Day](https://arxiv.org/abs/2306.00890)
- [MEDITRON-70B: Scaling Medical Pretraining for Large Language Models](http…
-
## About
At [^1][^2], we shared a few notes about time series anomaly detection, and forecasting/prediction. Other than using traditional statistics-based time series forecasting methods like [Holt…
amotl updated
5 months ago
-
Thank you for the incredible work & congratulations!
SAM does not seem to generalize as well on satellite imagery(tiny objects). This was the result of the "**segment everything**" option on the i…