mirror of
				https://github.com/rasbt/LLMs-from-scratch.git
				synced 2025-11-04 03:40:21 +00:00 
			
		
		
		
	Fix small typos in ch02.ipynb (#89)
This commit is contained in:
		
							parent
							
								
									71b6d1b7d4
								
							
						
					
					
						commit
						5b222e2d6f
					
				@ -89,7 +89,7 @@
 | 
			
		||||
   "id": "4f69dab7-a433-427a-9e5b-b981062d6296",
 | 
			
		||||
   "metadata": {},
 | 
			
		||||
   "source": [
 | 
			
		||||
    "- There are any forms of embeddings; we focus on text embeddings in this book"
 | 
			
		||||
    "- There are many forms of embeddings; we focus on text embeddings in this book"
 | 
			
		||||
   ]
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
@ -105,8 +105,8 @@
 | 
			
		||||
   "id": "288c4faf-b93a-4616-9276-7a4aa4b5e9ba",
 | 
			
		||||
   "metadata": {},
 | 
			
		||||
   "source": [
 | 
			
		||||
    "- LLMs work embeddings in high-dimensional spaces (i.e., thousands of dimensions)\n",
 | 
			
		||||
    "- Since we can't visualize such high-dimensional spaces (we humans think in 1, 2, or 3 dimensions), the figure below illustrates a 2-dimensipnal embedding space"
 | 
			
		||||
    "- LLMs work with embeddings in high-dimensional spaces (i.e., thousands of dimensions)\n",
 | 
			
		||||
    "- Since we can't visualize such high-dimensional spaces (we humans think in 1, 2, or 3 dimensions), the figure below illustrates a 2-dimensional embedding space"
 | 
			
		||||
   ]
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user