ppak10 commited on
Commit
ec0f47c
·
1 Parent(s): 1b74e0a

Uncomments baseline text input for inference.ipynb

Browse files
Files changed (1) hide show
  1. model/notebooks/inference.ipynb +2 -2
model/notebooks/inference.ipynb CHANGED
@@ -84,10 +84,10 @@
84
  "outputs": [],
85
  "source": [
86
  "# Baseline\n",
87
- "# text = \"Ti-6Al-4V[SEP]280.0 W[SEP]400.0 mm/s[SEP]100.0 microns[SEP]50.0 microns[SEP]100.0 microns\"\n",
88
  "\n",
89
  "# Prompt\n",
90
- "text = \"What are the likely imperfections that occur in Ti-6Al-4V L-PBF builds at 280.0 W, given a 100.0 microns beam diameter, a 400.0 mm/s scan speed, a 100.0 microns hatch spacing, and a 50.0 microns layer height?\""
91
  ]
92
  },
93
  {
 
84
  "outputs": [],
85
  "source": [
86
  "# Baseline\n",
87
+ "text = \"Ti-6Al-4V[SEP]280.0 W[SEP]400.0 mm/s[SEP]100.0 microns[SEP]50.0 microns[SEP]100.0 microns\"\n",
88
  "\n",
89
  "# Prompt\n",
90
+ "# text = \"What are the likely imperfections that occur in Ti-6Al-4V L-PBF builds at 280.0 W, given a 100.0 microns beam diameter, a 400.0 mm/s scan speed, a 100.0 microns hatch spacing, and a 50.0 microns layer height?\""
91
  ]
92
  },
93
  {