소스 검색

add notebooks

Maxime Labonne 2 년 전
부모
커밋
1a232f3266
4개의 변경된 파일3493개의 추가작업 그리고 2개의 파일을 삭제
  1. 2885 0
      Decoding_Strategies_in_Large_Language Models.ipynb
  2. 378 0
      Improve_ChatGPT_with_Knowledge_Graphs.ipynb
  3. 2 2
      README.md
  4. 228 0
      Visualizing_GPT_2's_Loss_Landscape.ipynb

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 2885 - 0
Decoding_Strategies_in_Large_Language Models.ipynb


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 378 - 0
Improve_ChatGPT_with_Knowledge_Graphs.ipynb


+ 2 - 2
README.md

@@ -7,8 +7,8 @@ A list of notebooks and articles related to large language models.
 | Notebook | Description | Article | Notebook |
 |---------------------------------------|-------------------------------------------------------------------------|---------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------|
 | Decoding Strategies in Large Language Models | A guide to text generation from beam search to nucleus sampling | [Article](https://mlabonne.github.io/blog/posts/2022-06-07-Decoding_strategies.html) | <a href="https://colab.research.google.com/drive/19CJlOS5lI29g-B3dziNn93Enez1yiHk2?usp=sharing"><img src="images/colab.svg" alt="Open In Colab"></a> |
-| Visualizing GPT-2's Loss Landscape | 3D plot of the loss landscape based on weight pertubations. | - | <a href="https://colab.research.google.com/drive/1Fu1jikJzFxnSPzR_V2JJyDVWWJNXssaL?usp=sharing"><img src="images/colab.svg" alt="Open In Colab"></a> |
-| Improve ChatGPT with Knowledge Graphs | Augment ChatGPT's answers with knowledge graphs. | [Article](https://) | <a href="https://colab.research.google.com/drive/1mwhOSw9Y9bgEaIFKT4CLi0n18pXRM4cj?usp=sharing"><img src="images/colab.svg" alt="Open In Colab"></a> |
+| Visualizing GPT-2's Loss Landscape | 3D plot of the loss landscape based on weight pertubations. | <p align="center">-</p> | <a href="https://colab.research.google.com/drive/1Fu1jikJzFxnSPzR_V2JJyDVWWJNXssaL?usp=sharing"><img src="images/colab.svg" alt="Open In Colab"></a> |
+| Improve ChatGPT with Knowledge Graphs | Augment ChatGPT's answers with knowledge graphs. | <p align="center">-</p> | <a href="https://colab.research.google.com/drive/1mwhOSw9Y9bgEaIFKT4CLi0n18pXRM4cj?usp=sharing"><img src="images/colab.svg" alt="Open In Colab"></a> |
 
 ## Roadmap
 

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 228 - 0
Visualizing_GPT_2's_Loss_Landscape.ipynb