Update README.md
Browse files
    	
        README.md
    CHANGED
    
    | 
         @@ -104,3 +104,12 @@ configs: 
     | 
|
| 104 | 
         
             
              - split: test
         
     | 
| 105 | 
         
             
                path: wikipedia-northeastern-university/test-*
         
     | 
| 106 | 
         
             
            ---
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 104 | 
         
             
              - split: test
         
     | 
| 105 | 
         
             
                path: wikipedia-northeastern-university/test-*
         
     | 
| 106 | 
         
             
            ---
         
     | 
| 107 | 
         
            +
             
     | 
| 108 | 
         
            +
            # Engineering LLM-Integrated Systems
         
     | 
| 109 | 
         
            +
             
     | 
| 110 | 
         
            +
            *Engineering LLM-Integrated Systems* is course at Northeastern University that teaches students how to
         
     | 
| 111 | 
         
            +
            build software that uses LLMs under the hood from a systems perspective. The course teaches students
         
     | 
| 112 | 
         
            +
            how to build interactive software systems that testable, scaleable, and well-designed, despite the
         
     | 
| 113 | 
         
            +
            fact that they are working with an essential component -- the LLM -- that can behave in unpredictable ways.
         
     | 
| 114 | 
         
            +
             
     | 
| 115 | 
         
            +
            This repository contains the datasets that the course uses for homework assignments.
         
     |