forked from allenai/allennlp-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtutorials.html
77 lines (75 loc) · 2.77 KB
/
tutorials.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
---
---
<!DOCTYPE html>
<html lang="en-us">
<head>
{% include meta.html %}
<title>AllenNLP - Tutorials</title>
</head>
<body data-page="tutorials">
<div id="page-content">
{% include header.html %}
<div class="banner banner--interior-hero">
<div class="constrained constrained--sm">
<div class="banner--interior-hero__content">
<h1>Tutorials</h1>
<p class="t-sm">
Following are tutorials to help you get started with our latest release of AllenNLP (<a href="https://github.com/allenai/allennlp#installing-via-pip">available on pip</a>).
For tutorials related to our latest unreleased code, see <a href="https://github.com/allenai/allennlp/tree/master/tutorials">our GitHub repository</a>.
</p>
</div>
</div>
</div>
<div class="banner c-bg-gray-light">
<div class="constrained constrained--med">
<div class="padded-med">
<h2>Getting Started</h2>
<ul>
<li>
<a href="https://github.com/allenai/allennlp/blob/v0.3.0/tutorials/getting_started/installation.md">
Installation
</a>
</li>
<li>
<a href="https://github.com/allenai/allennlp/blob/v0.3.0/tutorials/getting_started/training_and_evaluating.md">
Training and Evaluating Models
</a>
</li>
<li>
<a href="https://github.com/allenai/allennlp/blob/v0.3.0/tutorials/getting_started/configuration.md">
Configuring Experiments
</a>
</li>
<li>
<a href="https://github.com/allenai/allennlp/blob/v0.3.0/tutorials/getting_started/creating_a_model.md">
Creating a Model
</a>
</li>
<li>
<a href="https://github.com/allenai/allennlp/blob/v0.3.0/tutorials/getting_started/using_in_your_repo.md">
Using AllenNLP in Your Project
</a>
</li>
</ul>
<h2>Deeper Dives</h2>
<ul>
<li>
<a href="https://github.com/allenai/allennlp/blob/v0.3.0/tutorials/notebooks/data_pipeline.ipynb"</a>
Datasets, Instances, and Fields
</a>
</li>
<li>
<a href="https://github.com/allenai/allennlp/blob/v0.3.0/tutorials/notebooks/vocabulary.ipynb">
Vocabularies
</a>
</li>
</ul>
</div>
</div>
</div>
{% include footer.html %}
</div>
{% include svg-sprite.html %}
{% include scripts.html %}
</body>
</html>