Updating README file
Browse files
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:"""
|