You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

fastnlp_tutorial_8.ipynb 1.2 kB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "cells": [
  3. {
  4. "cell_type": "markdown",
  5. "id": "fdd7ff16",
  6. "metadata": {},
  7. "source": [
  8. "# T8. fastNLP 中的文件读取模块\n",
  9. "\n",
  10. "  1   fastNLP 中的 EmbedLoader 模块\n",
  11. " \n",
  12. "    1.1   \n",
  13. "\n",
  14. "    1.2   \n",
  15. "\n",
  16. "  2   fastNLP 中的 Loader 模块\n",
  17. "\n",
  18. "    2.1   \n",
  19. "\n",
  20. "    2.2   \n",
  21. "\n",
  22. "  3   fastNLP 中的 Pipe 模块\n",
  23. "\n",
  24. "    3.1   \n",
  25. "\n",
  26. "    3.2   "
  27. ]
  28. },
  29. {
  30. "cell_type": "code",
  31. "execution_count": null,
  32. "id": "08752c5a",
  33. "metadata": {},
  34. "outputs": [],
  35. "source": []
  36. }
  37. ],
  38. "metadata": {
  39. "kernelspec": {
  40. "display_name": "Python 3 (ipykernel)",
  41. "language": "python",
  42. "name": "python3"
  43. },
  44. "language_info": {
  45. "codemirror_mode": {
  46. "name": "ipython",
  47. "version": 3
  48. },
  49. "file_extension": ".py",
  50. "mimetype": "text/x-python",
  51. "name": "python",
  52. "nbconvert_exporter": "python",
  53. "pygments_lexer": "ipython3",
  54. "version": "3.7.13"
  55. }
  56. },
  57. "nbformat": 4,
  58. "nbformat_minor": 5
  59. }