• 11 Posts
  • 1.12K Comments
Joined 1 year ago
cake
Cake day: July 7th, 2023

help-circle

  • neural network weights are just files, collections of numbers forming matrices; how is a partially open collection of weights of any use

    the weights are open

    $ docker exec -it ollama ollama show gemma:7b
      Model                              
      	arch            	gemma	             
      	parameters      	9B   	             
      	quantization    	Q4_0 	             
      	context length  	8192 	             
      	embedding length	3072 	             
      	                                  
      Parameters                         
      	stop            	"<start_of_turn>"	 
      	stop            	"<end_of_turn>"  	 
      	penalize_newline	false            	 
      	repeat_penalty  	1                	 
      	                                  
      License                            
      	Gemma Terms of Use              	  
      	Last modified: February 21, 2024