franz96521 commited on
Commit
dd20309
·
1 Parent(s): 84747ac
AbstractGenerator.ipynb CHANGED
@@ -2,14 +2,14 @@
2
  "cells": [
3
  {
4
  "cell_type": "code",
5
- "execution_count": 1,
6
  "metadata": {},
7
  "outputs": [
8
  {
9
  "name": "stdout",
10
  "output_type": "stream",
11
  "text": [
12
- "WARNING:tensorflow:From C:\\Users\\franz\\AppData\\Local\\Temp\\ipykernel_14092\\1198363771.py:6: is_gpu_available (from tensorflow.python.framework.test_util) is deprecated and will be removed in a future version.\n",
13
  "Instructions for updating:\n",
14
  "Use `tf.config.list_physical_devices('GPU')` instead.\n",
15
  "GPU is available\n"
@@ -40,7 +40,7 @@
40
  },
41
  {
42
  "cell_type": "code",
43
- "execution_count": 3,
44
  "metadata": {},
45
  "outputs": [],
46
  "source": [
@@ -70,17 +70,17 @@
70
  },
71
  {
72
  "cell_type": "code",
73
- "execution_count": 13,
74
  "metadata": {},
75
  "outputs": [],
76
  "source": [
77
- "en = pd.read_csv('CSV\\scientific_paper_en.csv')[0:1000]\n",
78
- "es = pd.read_csv('CSV\\scientific_paper_es.csv')[0:1000]"
79
  ]
80
  },
81
  {
82
  "cell_type": "code",
83
- "execution_count": 14,
84
  "metadata": {},
85
  "outputs": [],
86
  "source": [
@@ -98,7 +98,7 @@
98
  },
99
  {
100
  "cell_type": "code",
101
- "execution_count": 15,
102
  "metadata": {},
103
  "outputs": [],
104
  "source": [
 
2
  "cells": [
3
  {
4
  "cell_type": "code",
5
+ "execution_count": 2,
6
  "metadata": {},
7
  "outputs": [
8
  {
9
  "name": "stdout",
10
  "output_type": "stream",
11
  "text": [
12
+ "WARNING:tensorflow:From C:\\Users\\franz\\AppData\\Local\\Temp\\ipykernel_16992\\1198363771.py:6: is_gpu_available (from tensorflow.python.framework.test_util) is deprecated and will be removed in a future version.\n",
13
  "Instructions for updating:\n",
14
  "Use `tf.config.list_physical_devices('GPU')` instead.\n",
15
  "GPU is available\n"
 
40
  },
41
  {
42
  "cell_type": "code",
43
+ "execution_count": 6,
44
  "metadata": {},
45
  "outputs": [],
46
  "source": [
 
70
  },
71
  {
72
  "cell_type": "code",
73
+ "execution_count": 3,
74
  "metadata": {},
75
  "outputs": [],
76
  "source": [
77
+ "en = pd.read_csv('CSV\\scientific_paper_en.csv')\n",
78
+ "es = pd.read_csv('CSV\\scientific_paper_es.csv')"
79
  ]
80
  },
81
  {
82
  "cell_type": "code",
83
+ "execution_count": 4,
84
  "metadata": {},
85
  "outputs": [],
86
  "source": [
 
98
  },
99
  {
100
  "cell_type": "code",
101
+ "execution_count": 7,
102
  "metadata": {},
103
  "outputs": [],
104
  "source": [
AbstractGenerator/TrainigData/en.txt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:814f983aa49ccc33a993a7d12f67a2eb2a7ca0b15d8697e82b50d3a19f3e1595
3
- size 35400974
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ee5de5835a959b24bb1fba6bed5b14a6c5e7682f04483850109123d448c2853
3
+ size 62458342
AbstractGenerator/TrainigData/es.txt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2454067cfe384e1d824b3f5d29cb5c4e1ff292289ad4b37c6cbd22f5cc715295
3
- size 44460970
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce6f24af524e2a30afc05af556a9d218d2e549256350419c02819966f1bc3944
3
+ size 79414319