-
之前一直想做bert的多任务, 单独做过Bert 的 单句多标签分类问题,也单独做过bert 的NER实体识别。按照我对这个项目的理解,是可以比如 做一次finetune 这次finetune 涉及这两种任务, 然后得到一个比较通用的finetune 模型, 这个模型在分类任务和NER上 都有一个相对可以的表现.请问我理解的对吗.
从代码中看,是 cws & NER (同形式输入的两种任务)…
-
## Reference
- [Multitask-Learning](https://github.com/mbs0221/Multitask-Learning)
## Brief
- 图像分类任务
- **二分类**
- **多分类**
- **多标签分类**: 一张图像多个标签(标签为二分类)
- **Multi-Ouput&Multi-Task*…
-
Hi,
Can you please kindly share the dataset used to train your model.
-
There are several nice implementations of RL algorithms in
https://github.com/openai/baselines
But they're all implemented in Tensorflow, and in addition have lots of onerous dependencies like …
-
I was wondering if in the future it might also be possible to support l1,linfinity penalization, which is known as the "simultaneous LASSO", see
Turlach 2005, https://www.tandfonline.com/doi/pdf/10.…
-
http://aclweb.org/anthology/P/P17/P17-1117.pdf
-
hi, I cannot get the same results as the paper,too. And there is a overfitting. As the train WA is over 80%, but the test WA is about 50%. Do you have the same proplem? finaly, I want ask your result …
-
~2021/12月までで追っていたForum・RocketChatでのNNに関する議論を個人的にまとめていたので共有しておきます。(多少主観的なコメントが入ってます)
今後、異なるドキュメントで管理しそうであればクローズします。
各tipsは2次情報であり、LB上位にいなさそう?なので、参考程度に見ています。
## [Forum: Feature reversing inpu…
-
## 집현전 중급반 스터디
- 2022년 4월 24일 일요일 9시
- 윤세휘님 최혜림님 설지우님 정민지님 발표
- 논문 링크: https://d4mucfpksywv.cloudfront.net/better-language-models/language_models_are_unsupervised_multitask_learners.pdf
> ### Ab…
-
This behaviour happens in Keras 2 but works in Keras 3.
---
I tried to train a multi-output model. But it target looks like something as follows
```python
y1_dummy = [1, 2, 0, -1, 0, …
innat updated
9 months ago