Fabricio Braz

Results 11 comments of Fabricio Braz

Hello @PaulScemama, take a look at [this](https://math.stackexchange.com/questions/2854751/exercise-1-1-from-introduction-of-pattern-recognition-and-machine-learning-by-ch) answer. It may help you.

Here are some samples from writing prompts: |id|prompt|story| |--|--|--| |1|[ WP ] When you die , you do n't go to the afterlife of you 're religion , you go...

@ontocord, check this [colab notebook](https://colab.research.google.com/drive/1DrIjTgrjGwpyNvdnK_t1qVpKKbahWCfd?usp=sharing) out, to see whether I am in the right direction. You might be interested in the last cell.

@ontocord, I'm getting terrible results with story summarization. I've tried [facebook/bart-large-cnn ](https://huggingface.co/facebook/bart-large-cnn) and [llenai/led-large-16384](https://huggingface.co/allenai/led-large-16384). When you mentioned summarization, were you thinking about any particular model? About the NSFW tag, fortunately,...

Thanks for the advice. Check out the updates at [colab notebook](https://colab.research.google.com/drive/1DrIjTgrjGwpyNvdnK_t1qVpKKbahWCfd?usp=sharing).

It seems a little bit closer to the other issue I'm in charge of. I could start this right after the other.

> @fabraz thanks! > > can you add a readme in the folder and a open in colab button to the notebook. > > Idea being someone can quickly scan...

Colab button and README.md cleared.

So weird. It seems that it converted all the cells into a single one. Checking …

@andrewm4894, I've found that the messy jupyter was due to a GitHub bug. When GH renders the following code, it lost any jupyter style setting thereafter. ![image](https://user-images.githubusercontent.com/674987/218141984-92f3a6eb-7178-4c2b-a9a9-c7db42e2ebce.png) I made some...