harishnair04 commited on
Commit
3955949
1 Parent(s): 7367f4a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -5,6 +5,11 @@ tags:
5
  - quantization
6
  - 4bit
7
  - lora
 
 
 
 
 
8
  ---
9
 
10
  # Model Card for Medical Transcription Model (Gemma-MedTr)
@@ -45,4 +50,3 @@ bnb_config = BitsAndBytesConfig(
45
 
46
  tokenizer = AutoTokenizer.from_pretrained(model_id, token=access_token_read)
47
  model = AutoModelForCausalLM.from_pretrained(model_id, quantization_config=bnb_config, device_map='auto', token=access_token_read)
48
- '''
 
5
  - quantization
6
  - 4bit
7
  - lora
8
+ license: apache-2.0
9
+ base_model: google/gemma-2-2b
10
+ datasets:
11
+ - medicaltranscriptions
12
+ pipeline_tag: text-generation
13
  ---
14
 
15
  # Model Card for Medical Transcription Model (Gemma-MedTr)
 
50
 
51
  tokenizer = AutoTokenizer.from_pretrained(model_id, token=access_token_read)
52
  model = AutoModelForCausalLM.from_pretrained(model_id, quantization_config=bnb_config, device_map='auto', token=access_token_read)