Irfanuruchi commited on
Commit
04621a4
·
verified ·
1 Parent(s): 29dace3

Updating README file

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -64,6 +64,8 @@ model = AutoModelForCausalLM.from_pretrained(
64
  trust_remote_code=True
65
  )
66
 
 
 
67
  prompt = """You are an experienced building engineer. Answer concisely:
68
  Q: What factors affect concrete curing time?
69
  A:"""
 
64
  trust_remote_code=True
65
  )
66
 
67
+ tokenizer = AutoTokenizer.from_pretrained("Irfanuruchi/1B-building-engineering-llm")
68
+
69
  prompt = """You are an experienced building engineer. Answer concisely:
70
  Q: What factors affect concrete curing time?
71
  A:"""