Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
1fa648a7
"vscode:/vscode.git/clone" did not exist on "ac05310098aa525ca526c04539d5549cb4fc00a7"
Commit
1fa648a7
authored
Jun 06, 2021
by
Hongkun Yu
Committed by
A. Unique TensorFlower
Jun 06, 2021
Browse files
Internal change
PiperOrigin-RevId: 377803367
parent
ed7d404f
Changes
151
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
0 additions
and
280 deletions
+0
-280
official/nlp/modeling/layers/README.md
official/nlp/modeling/layers/README.md
+0
-14
official/nlp/modeling/losses/README.md
official/nlp/modeling/losses/README.md
+0
-14
official/nlp/modeling/models/README.md
official/nlp/modeling/models/README.md
+0
-14
official/nlp/modeling/networks/README.md
official/nlp/modeling/networks/README.md
+0
-14
official/nlp/nhnet/README.md
official/nlp/nhnet/README.md
+0
-14
official/nlp/nhnet/testdata/crawled_articles/domain_0.com/url_000.html
...nhnet/testdata/crawled_articles/domain_0.com/url_000.html
+0
-14
official/nlp/nhnet/testdata/crawled_articles/domain_0.com/url_000.json
...nhnet/testdata/crawled_articles/domain_0.com/url_000.json
+0
-14
official/nlp/nhnet/testdata/crawled_articles/domain_1.com/url_001.html
...nhnet/testdata/crawled_articles/domain_1.com/url_001.html
+0
-14
official/nlp/nhnet/testdata/crawled_articles/domain_1.com/url_001.json
...nhnet/testdata/crawled_articles/domain_1.com/url_001.json
+0
-14
official/nlp/nhnet/testdata/stories.json
official/nlp/nhnet/testdata/stories.json
+0
-14
official/nlp/nhnet/testdata/vocab.txt
official/nlp/nhnet/testdata/vocab.txt
+0
-14
official/nlp/projects/bigbird/README.md
official/nlp/projects/bigbird/README.md
+0
-14
official/nlp/projects/bigbird/experiments/glue_mnli_matched.yaml
...l/nlp/projects/bigbird/experiments/glue_mnli_matched.yaml
+0
-14
official/nlp/projects/bigbird/experiments/squad_v1.yaml
official/nlp/projects/bigbird/experiments/squad_v1.yaml
+0
-14
official/nlp/projects/mobilebert/README.md
official/nlp/projects/mobilebert/README.md
+0
-14
official/nlp/projects/mobilebert/experiments/en_uncased_student.yaml
...p/projects/mobilebert/experiments/en_uncased_student.yaml
+0
-14
official/nlp/projects/mobilebert/experiments/en_uncased_teacher.yaml
...p/projects/mobilebert/experiments/en_uncased_teacher.yaml
+0
-14
official/nlp/projects/mobilebert/experiments/mobilebert_distillation_en_uncased.yaml
...ebert/experiments/mobilebert_distillation_en_uncased.yaml
+0
-14
official/nlp/projects/teams/README.md
official/nlp/projects/teams/README.md
+0
-14
official/nlp/projects/tn_bert/README.md
official/nlp/projects/tn_bert/README.md
+0
-14
No files found.
official/nlp/modeling/layers/README.md
View file @
1fa648a7
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Layers
Layers are the fundamental building blocks for NLP models. They can be used to
...
...
official/nlp/modeling/losses/README.md
View file @
1fa648a7
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Losses
Losses contains common loss computation used in NLP tasks.
...
...
official/nlp/modeling/models/README.md
View file @
1fa648a7
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Models
Models are combinations of
`tf.keras`
layers and models that can be trained.
...
...
official/nlp/modeling/networks/README.md
View file @
1fa648a7
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Networks
Networks are combinations of
`tf.keras`
layers (and possibly other networks).
...
...
official/nlp/nhnet/README.md
View file @
1fa648a7
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Multi-doc News Headline Generation Model: NHNet
This repository contains TensorFlow 2.x implementation for NHNet
[
[1]
](
#1
)
as
...
...
official/nlp/nhnet/testdata/crawled_articles/domain_0.com/url_000.html
View file @
1fa648a7
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
<!DOCTYPE html>
<meta
charset=
"utf-8"
>
<title>
Page Title 0
</title>
official/nlp/nhnet/testdata/crawled_articles/domain_0.com/url_000.json
View file @
1fa648a7
#
Copyright
2021
The
TensorFlow
Authors.
All
Rights
Reserved.
#
#
Licensed
under
the
Apache
License,
Version
2.0
(the
"License"
);
#
you
may
not
use
this
file
except
in
compliance
with
the
License.
#
You
may
obtain
a
copy
of
the
License
at
#
#
http://www.apache.org/licenses/LICENSE
-2.0
#
#
Unless
required
by
applicable
law
or
agreed
to
in
writing,
software
#
distributed
under
the
License
is
distributed
on
an
"AS IS"
BASIS,
#
WITHOUT
WARRANTIES
OR
CONDITIONS
OF
ANY
KIND,
either
express
or
implied.
#
See
the
License
for
the
specific
language
governing
permissions
and
#
limitations
under
the
License.
{
"title"
:
"title for 0"
,
"maintext"
:
"text snippet for 0"
,
...
...
official/nlp/nhnet/testdata/crawled_articles/domain_1.com/url_001.html
View file @
1fa648a7
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
<!DOCTYPE html>
<meta
charset=
"utf-8"
>
<title>
Page Title 1
</title>
official/nlp/nhnet/testdata/crawled_articles/domain_1.com/url_001.json
View file @
1fa648a7
#
Copyright
2021
The
TensorFlow
Authors.
All
Rights
Reserved.
#
#
Licensed
under
the
Apache
License,
Version
2.0
(the
"License"
);
#
you
may
not
use
this
file
except
in
compliance
with
the
License.
#
You
may
obtain
a
copy
of
the
License
at
#
#
http://www.apache.org/licenses/LICENSE
-2.0
#
#
Unless
required
by
applicable
law
or
agreed
to
in
writing,
software
#
distributed
under
the
License
is
distributed
on
an
"AS IS"
BASIS,
#
WITHOUT
WARRANTIES
OR
CONDITIONS
OF
ANY
KIND,
either
express
or
implied.
#
See
the
License
for
the
specific
language
governing
permissions
and
#
limitations
under
the
License.
{
"title"
:
"title for 1"
,
"maintext"
:
"text snippet for 1"
,
...
...
official/nlp/nhnet/testdata/stories.json
View file @
1fa648a7
#
Copyright
2021
The
TensorFlow
Authors.
All
Rights
Reserved.
#
#
Licensed
under
the
Apache
License,
Version
2.0
(the
"License"
);
#
you
may
not
use
this
file
except
in
compliance
with
the
License.
#
You
may
obtain
a
copy
of
the
License
at
#
#
http://www.apache.org/licenses/LICENSE
-2.0
#
#
Unless
required
by
applicable
law
or
agreed
to
in
writing,
software
#
distributed
under
the
License
is
distributed
on
an
"AS IS"
BASIS,
#
WITHOUT
WARRANTIES
OR
CONDITIONS
OF
ANY
KIND,
either
express
or
implied.
#
See
the
License
for
the
specific
language
governing
permissions
and
#
limitations
under
the
License.
[
{
"urls"
:
[
...
...
official/nlp/nhnet/testdata/vocab.txt
View file @
1fa648a7
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
[UNK]
[CLS]
[SEP]
...
...
official/nlp/projects/bigbird/README.md
View file @
1fa648a7
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# BigBird: Transformers for Longer Sequences
[
BigBird
](
https://arxiv.org/abs/2007.14062
)
...
...
official/nlp/projects/bigbird/experiments/glue_mnli_matched.yaml
View file @
1fa648a7
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
task
:
hub_module_url
:
'
'
model
:
...
...
official/nlp/projects/bigbird/experiments/squad_v1.yaml
View file @
1fa648a7
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
task
:
hub_module_url
:
'
'
model
:
...
...
official/nlp/projects/mobilebert/README.md
View file @
1fa648a7
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# MobileBERT (MobileBERT: A Compact Task-Agnostic BERT for Resource-Limited Devices)
[
MobileBERT
](
https://arxiv.org/abs/2004.02984
)
...
...
official/nlp/projects/mobilebert/experiments/en_uncased_student.yaml
View file @
1fa648a7
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
task
:
model
:
encoder
:
...
...
official/nlp/projects/mobilebert/experiments/en_uncased_teacher.yaml
View file @
1fa648a7
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
task
:
model
:
encoder
:
...
...
official/nlp/projects/mobilebert/experiments/mobilebert_distillation_en_uncased.yaml
View file @
1fa648a7
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
task
:
train_data
:
drop_remainder
:
true
...
...
official/nlp/projects/teams/README.md
View file @
1fa648a7
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# TEAMS (Training ELECTRA Augmented with Multi-word Selection)
**Note:**
This project is working in progress and please stay tuned.
...
...
official/nlp/projects/tn_bert/README.md
View file @
1fa648a7
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# TN-BERT (TensorNetwork BERT)
TN-BERT is a modification of the BERT-base architecture that greatly compresses
...
...
Prev
1
2
3
4
5
6
…
8
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment