The convex hull of any nonempty subset of the n + 1 points that define an n-simplex is called a face of the simplex.
In the case of triangle 0-faces (vertices) is 3, which is reasonable, a triangle has 3 vertices, and 1-faces (edges) could be interpreted as that a triangle has 3 edges, the question is
what does 2-faces = 1 mean?
in the case of tetrahedron, 2-faces = 4 and 3-faces = 1, where do they come from?

An $n$-face is just a $k$-face where $n=k$.
So what's a $k$-face?
Following the definition of a face in your first sentence, for any $k=0,...,n$, and for any $k+1$ element subset of the given set of $n+1$ points, the convex hull of that subset is a face of the given $n$-simplex. Furthermore, if I apply the definition of a simplex (unstated in your post), that face is itself a $k$-simplex.
So the sensible definition is that a $k$-face is a face that is a $k$-simplex.
Then the question arises: how many $k$-faces are there in an $n$-simplex? This is answered here, but I'll spell it out in a bit more detail. This number is the same as the number of $k+1$ element subsets of an $n+1$ element set, which is the same as the number of combinations of $n+1$ things taken $k+1$ at a time, which is given by the formula $$\frac{(n+1)!}{(k+1)! \, ((n+1)-(k+1))!} = \frac{(n+1)!}{(k+1)! \, (n-k)!} $$
For example, for $n=3$ and $k=1$, in the given set of $n+1=4$ points there are exactly six subsets with $k+1=2$ points. This comes from the formula for combinations of $4$ things taken $2$ at a time: $$\frac{4!}{2! (4-2)!}=6 $$ Therefore a $3$-simplex has exactly six $1$-faces.
When $k=n$, there is just one $n+1$ element subset of the given set of $n+1$ points, namely the whole set. And so there is just one $n$-face of the given $n$-simplex, namely the whole thing.