Jarrett Ye

Results 39 issues of 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...

enhancement

**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**...

enhancement

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: ![image](https://user-images.githubusercontent.com/32575846/208837751-93a100ca-95ab-4e57-9ebc-09f9179372bf.png) The result in paper is: ![image](https://user-images.githubusercontent.com/32575846/208838410-923ebc17-d31c-42f5-87e0-8e21c88ef20a.png)...

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...

bug

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...

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...

bug
dataset