mrSoul7766 commited on
Commit
17294a6
1 Parent(s): 2ffdedb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -52,7 +52,7 @@ model_id = "mrSoul7766/gemma-2b-it-python-code-gen-adapter"
52
  tokenizer = AutoTokenizer.from_pretrained(model_id)
53
  model = AutoModelForCausalLM.from_pretrained(model_id)
54
 
55
- text = """<start_of_turn>Convert JSON data to a CSV file<end_of_turn>
56
  <start_of_turn>model"""
57
 
58
  #device = "cuda:0"
 
52
  tokenizer = AutoTokenizer.from_pretrained(model_id)
53
  model = AutoModelForCausalLM.from_pretrained(model_id)
54
 
55
+ text = """<start_of_turn>how to covert json to dataframe.<end_of_turn>
56
  <start_of_turn>model"""
57
 
58
  #device = "cuda:0"