Jarrett Ye
Jarrett Ye
# Add New Prompt: Flashcard Creator > ⚠️ PLEASE INCLUDE YOUR PROMPTS IN BOTH THE `README.md` and `prompts.csv` FILES FOLLOWING THE GUIDELINES PROVIDED BELOW. You'll need to add your prompt...
The largest scale of RWKV is 14B, which achieve the criteria of this survey. GitHub Repo: https://github.com/BlinkDL/RWKV-LM Online Demo: https://huggingface.co/spaces/BlinkDL/ChatRWKV-gradio I hope my suggestion could improve your survey.
I find that the tensor could be taken the power by a scalar value: https://docs.rs/burn/latest/burn/tensor/struct.Tensor.html#method.powf But I haven't found the method to take the power of a tensor with another...
**Is your feature request related to a problem? Please describe.** The SM-2 algorithm is inflexible and out of date. It couldn't fit each user's memory. **Describe the solution you'd like**...
I try to update the code from tensorflow 1.8 to 2.15: https://github.com/L-M-Sherlock/tpprl I reproduce the spaced repetition experimental and get this following result:  The result in paper is: ...
Sometimes I "Optimize all presets" and don't reschedule all the cards. Does applying Easy Days reschedule the dues to when they would be if I rescheduled all cards? But it...
Your article *ANKI SRS ALGORITHM* is very helpful! Thanks to your exposition and summary for those spaced repetition algorithms. Recently, I implemented a new algorithm for Anki: https://github.com/open-spaced-repetition/fsrs4anki This algorithm...
Model version: `RWKV-4-Raven-7B-v10-Eng99%-Other1%-20230418-ctx8192` Instruction: I will provide you with a word with context and some definitions. You will need to choose the correct definition. Input: Word: "idea" Context: "The idea...
Puzzle
Model version: `RWKV-4-Raven-7B-v10-Eng99%-Other1%-20230418-ctx8192` Instruction: To solve the puzzle. Input: A hunter walks one mile south, one mile east, and one mile north and ends up right back where he started....
**Describe the bug** get() for ShuffledDataset is called twice for each self.dataset.get(self.current_index) in BatchDataloaderIterator This method is called twice: https://github.com/tracel-ai/burn/blob/b429cc39c19780e561b697f9b970c04c29969fa5/crates/burn-dataset/src/transform/random.rs#L44-L50 , when this method is called: https://github.com/tracel-ai/burn/blob/b429cc39c19780e561b697f9b970c04c29969fa5/crates/burn-core/src/data/dataloader/batch.rs#L161 I add two...